Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ote.core.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.ote.core.test/pom.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/plugins/org.eclipse.osee.ote.core.test/pom.xml b/plugins/org.eclipse.osee.ote.core.test/pom.xml
index 8575f00567b..df3967ed22e 100644
--- a/plugins/org.eclipse.osee.ote.core.test/pom.xml
+++ b/plugins/org.eclipse.osee.ote.core.test/pom.xml
@@ -11,21 +11,7 @@
</parent>
<artifactId>org.eclipse.osee.ote.core.test</artifactId>
- <packaging>eclipse-plugin</packaging>
- <name>OTE Core Test (Incubation)</name>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <testSuite>org.eclipse.osee.ote.message.test</testSuite>
- <testClass>org.eclipse.osee.ote.message.test.AllMessageTestSuite</testClass>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <packaging>eclipse-test-plugin</packaging>
+ <name>OTE Core Test</name>
</project> \ No newline at end of file

Back to the top