Author: sebb
Date: Tue Mar 16 19:35:12 2010
New Revision: 923946
URL: http://svn.apache.org/viewvc?rev=923946&view=rev
Log:
Temporary fix for Implementation-Vendor-Id
Modified:
commons/proper/daemon/trunk/pom.xml
Modified: commons/proper/daemon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=923946&r1=923945&r2=923946&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Tue Mar 16 19:35:12 2010
@@ -126,6 +126,28 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
+ <!-- Temporary fix until commons-parent is updated -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ <!-- Temporary fix until commons-parent is updated -->
+ <plugin>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>