don't include pom.xml & pom.properties in maven build, to better mirror ant build.

git-svn-id: https://google-guice.googlecode.com/svn/trunk@1472 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/pom.xml b/pom.xml
index 100351c..875537c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,8 @@
           <configuration>
             <archive>
               <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+              <!--  Exclude to mirror ant build -->
+     		  <addMavenDescriptor>false</addMavenDescriptor>
             </archive>
           </configuration>
           <executions>