Author: kstam
Date: Mon Jun 6 14:18:02 2011
New Revision: 1132651
URL: http://svn.apache.org/viewvc?rev=1132651&view=rev
Log:
JUDDI-488, adding a profile to compile against the JAX-WS Specification Version
2.1. By default we use version 2.2. Now using a classifier.
Modified:
juddi/trunk/pom.xml
juddi/trunk/uddi-ws/pom.xml
Modified: juddi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/pom.xml?rev=1132651&r1=1132650&r2=1132651&view=diff
==============================================================================
--- juddi/trunk/pom.xml (original)
+++ juddi/trunk/pom.xml Mon Jun 6 14:18:02 2011
@@ -179,6 +179,9 @@
<artifactId>maven-bundle-plugin</artifactId>
<version>2.0.0</version>
<extensions>true</extensions>
+ <configuration>
+ <classifier>${envClassifier}</classifier>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Modified: juddi/trunk/uddi-ws/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-ws/pom.xml?rev=1132651&r1=1132650&r2=1132651&view=diff
==============================================================================
--- juddi/trunk/uddi-ws/pom.xml (original)
+++ juddi/trunk/uddi-ws/pom.xml Mon Jun 6 14:18:02 2011
@@ -72,9 +72,9 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
- <build>
- <finalName>uddi-ws-jaxws21-${version}</finalName>
- </build>
+ <properties>
+ <envClassifier>jaxws21</envClassifier>
+ </properties>
<dependencies>
<!-- the JAXWS 2.1 specification -->
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]