fixed pom.xml of com.sap.sse.datamining.test to use eclipse-*test*-plugin as packaging type

This commit is contained in:
Axel Uhl
2015-09-25 15:22:07 +02:00
parent 619fda4ebb
commit 6626b6a6d9
+1 -1
View File
@@ -9,5 +9,5 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>com.sap.sse.datamining.test</artifactId>
<packaging>eclipse-plugin</packaging>
<packaging>eclipse-test-plugin</packaging>
</project>