Add maven-paxexam-plugin to features-test, for dependencies.properties
[integration/distribution.git] / features-test / pom.xml
index 11e2adbcc496d06919705bab7215effef89b4090..d90e3a0b427b2d7e81c637639ed8ad8e994dadd9 100644 (file)
             </resource>
         </resources>
         <plugins>
+            <plugin>
+                <!-- This generates the META-INF/maven/dependencies.properties file
+                     which is required by the versionAsInProject() used in SingleFeatureTest -->
+                <groupId>org.ops4j.pax.exam</groupId>
+                <artifactId>maven-paxexam-plugin</artifactId>
+                <executions>
+                  <execution>
+                   <id>generate-dependencies.properties-file</id>
+                   <goals>
+                     <goal>generate-depends-file</goal>
+                   </goals>
+                  </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.apache.karaf.tooling</groupId>
                 <artifactId>karaf-maven-plugin</artifactId>