Author: thomas.diesler(a)jboss.com
Date: 2008-06-11 11:56:59 -0400 (Wed, 11 Jun 2008)
New Revision: 7488
Modified:
stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
Log:
Add classpath to client manifest
Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-11 10:50:24
UTC (rev 7487)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/client/pom.xml 2008-06-11 15:56:59
UTC (rev 7488)
@@ -83,4 +83,19 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Class-Path>jaxb-api.jar jaxb-impl.jar jaxb-xjc.jar jaxws-tools.jar
jaxws-rt.jar jaxws-api.jar jbossws-common.jar jbossws-framework.jar
jbossws-metro-wsit-rt.jar jbossws-metro-wsit-tools.jar jbossws-spi.jar streambuffer.jar
stax-api.jar stax-ex.jar jsr181-api.jar saaj-api.jar saaj-impl.jar stax-api.jar wsdl4j.jar
wstx.jar</Class-Path>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Show replies by date