Author: thomas.diesler(a)jboss.com
Date: 2008-04-12 06:09:58 -0400 (Sat, 12 Apr 2008)
New Revision: 6370
Modified:
spi/trunk/pom.xml
Log:
copy component-info.xml
Modified: spi/trunk/pom.xml
===================================================================
--- spi/trunk/pom.xml 2008-04-12 10:09:25 UTC (rev 6369)
+++ spi/trunk/pom.xml 2008-04-12 10:09:58 UTC (rev 6370)
@@ -91,14 +91,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
- <!--archive>
+ <archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
- </archive-->
- <excludes>
- <exclude>**/component-info.xml</exclude>
- </excludes>
+ </archive>
</configuration>
</plugin>
</plugins>