Author: sebb
Date: Thu Sep  8 23:51:59 2011
New Revision: 1166943

URL: http://svn.apache.org/viewvc?rev=1166943&view=rev
Log:
Hack to prevent bundle plugin reporting "WARNING: Duplicate name in Manifest"

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1166943&r1=1166942&r2=1166943&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Sep  8 23:51:59 2011
@@ -373,6 +373,14 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <configuration>
+          <!-- 
+            dummy entry to stop bundle plugin from picking up jar config and 
reporting
+            WARNING: Duplicate name in Manifest
+            See http://markmail.org/message/mpkl24wk3jrjhhjg 
+          -->
+          <archive> 
+            <forced>true</forced> 
+          </archive>
           <excludeDependencies>true</excludeDependencies>
           <manifestLocation>target/osgi</manifestLocation>
           <instructions>


Reply via email to