You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/06/02 20:00:57 UTC

svn commit: r1683153 - /webservices/axiom/trunk/systests/osgi-tests/pom.xml

Author: veithen
Date: Tue Jun  2 18:00:57 2015
New Revision: 1683153

URL: http://svn.apache.org/r1683153
Log:
Simplify the Pax Exam configuration.

Modified:
    webservices/axiom/trunk/systests/osgi-tests/pom.xml

Modified: webservices/axiom/trunk/systests/osgi-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/systests/osgi-tests/pom.xml?rev=1683153&r1=1683152&r2=1683153&view=diff
==============================================================================
--- webservices/axiom/trunk/systests/osgi-tests/pom.xml (original)
+++ webservices/axiom/trunk/systests/osgi-tests/pom.xml Tue Jun  2 18:00:57 2015
@@ -80,6 +80,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.ops4j.pax.exam</groupId>
+            <artifactId>pax-exam-link-assembly</artifactId>
+            <version>${exam.version}</version>
+        </dependency>
+        <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
             <version>1</version>
@@ -109,8 +114,7 @@
                             <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>
@@ -138,7 +142,6 @@
                                     <version>2.1.13_2</version>
                                 </artifact>
                             </artifacts>
-                            <paxExam>${exam.version}</paxExam>
                         </configuration>
                     </execution>
                 </executions>