aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-01-09 16:10:11 +0000
committersberlin <sberlin@d779f126-a31b-0410-b53b-1d3aecad763e>2011-01-09 16:10:11 +0000
commitd5fcf7c38f88982a9600c096a0df7710d4f64c88 (patch)
tree452deba26ea5b87ce6d4e1c52e476e159a3e76a1 /pom.xml
parent33018c38a1b26f60c305e6292e8a12db48c78044 (diff)
downloadguice-d5fcf7c38f88982a9600c096a0df7710d4f64c88.tar.gz
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 100351c1..875537c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -318,6 +318,8 @@ See the Apache License Version 2.0 for the specific language governing permissio
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <!-- Exclude to mirror ant build -->
+ <addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>