Author: alessio.soldano(a)jboss.com
Date: 2011-12-14 10:19:55 -0500 (Wed, 14 Dec 2011)
New Revision: 15371
Modified:
stack/cxf/branches/JBWS-3393/modules/client/pom.xml
Log:
No need anymore for the classpath entry in manifest given the AS7 modular approach
Modified: stack/cxf/branches/JBWS-3393/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/JBWS-3393/modules/client/pom.xml 2011-12-14 13:07:25 UTC (rev
15370)
+++ stack/cxf/branches/JBWS-3393/modules/client/pom.xml 2011-12-14 15:19:55 UTC (rev
15371)
@@ -261,29 +261,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <dependencies>
- <dependency>
- <artifactId>maven-archiver</artifactId>
- <groupId>org.apache.maven</groupId>
- <version>2.4</version>
- </dependency>
- </dependencies>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <classpathLayoutType>custom</classpathLayoutType>
- <!--a bug in
http://jira.codehaus.org/browse/MJAR-118, this needs to be
reviewed(remove one $) when maven jar plugin is updated-->
-
<customClasspathLayout>$${artifact.artifactId}.$${artifact.extension}</customClasspathLayout>
- </manifest>
- <manifestEntries>
- <Class-Path>jbossws-common-tools.jar jaxws-api.jar jboss-logging.jar
jboss-logging-spi.jar jboss-logging-log4j.jar jcl-over-slf4j.jar slf4j-api.jar
slf4j-jboss-logging.jar stax-api.jar wstx.jar wstx-lgpl.jar</Class-Path>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<failIfNoTests>false</failIfNoTests>