Add standard Apache LICENSE and NOTICE files to the Maven build

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1469 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/pom.xml b/pom.xml
index 4cd2a90..100351c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,14 +148,33 @@
     </testResources>
     <pluginManagement>
       <plugins>
+        <!--
+         | Standard LICENSE and NOTICE files
+        -->
         <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.1</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>process</goal>
+              </goals>
+              <configuration>
+                <resourceBundles>
+                  <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
+                </resourceBundles>
+              </configuration>
+            </execution>
+          </executions>
         </plugin>
         <!--
          | Make sure we only use Java5 methods
         -->
         <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>2.3.2</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>animal-sniffer-maven-plugin</artifactId>
           <version>1.6</version>