You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/06/27 11:18:42 UTC

svn commit: r1687894 - /axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml

Author: veithen
Date: Sat Jun 27 09:18:41 2015
New Revision: 1687894

URL: http://svn.apache.org/r1687894
Log:
Implement Pax Exam/Maven best practices as described in http://veithen.github.io/2013/09/16/using-pax-exam-in-maven-builds.html.

Modified:
    axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml

Modified: axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml?rev=1687894&r1=1687893&r2=1687894&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/osgi-tests/pom.xml Sat Jun 27 09:18:41 2015
@@ -77,6 +77,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-link-assembly</artifactId>
+            <version>${exam.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
@@ -92,15 +98,14 @@
             <plugin>
                 <groupId>com.github.veithen.alta</groupId>
                 <artifactId>alta-maven-plugin</artifactId>
-                <version>0.1</version>
+                <version>0.2</version>
                 <executions>
                     <execution>
                         <goals>
                             <goal>generate-test-resources</goal>
                         </goals>
                         <configuration>
-                            <name>%paxexam.linkName%</name>
-                            <altName>%bundle.symbolicName%.link</altName>
+                            <name>%bundle.symbolicName%.link</name>
                             <value>%url%</value>
                             <dependencySet>
                                 <scope>test</scope>