You are viewing a plain text version of this content. The canonical link for it is here.
Posted to droids-commits@incubator.apache.org by ry...@apache.org on 2008/11/26 19:05:26 UTC

svn commit: r720946 - /incubator/droids/trunk/pom.xml

Author: ryan
Date: Wed Nov 26 11:05:26 2008
New Revision: 720946

URL: http://svn.apache.org/viewvc?rev=720946&view=rev
Log:
don't add the pom to the manifest

Modified:
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=720946&r1=720945&r2=720946&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Wed Nov 26 11:05:26 2008
@@ -187,6 +187,7 @@
         <version>2.2</version>
         <configuration>
           <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
             <manifestEntries>              
               <Specification-Title>Apache ${project.name}</Specification-Title>
               <Specification-Version>${project.version}</Specification-Version>