[431855] [CBI] Enable junit tests for servertools.tests repo - fix
pom.xml
diff --git a/tests/org.eclipse.wst.server.ui.tests/pom.xml b/tests/org.eclipse.wst.server.ui.tests/pom.xml
index 599e2b1..6bac35f 100644
--- a/tests/org.eclipse.wst.server.ui.tests/pom.xml
+++ b/tests/org.eclipse.wst.server.ui.tests/pom.xml
@@ -23,13 +23,13 @@
   <groupId>org.eclipse.webtools.servertools</groupId>

   <artifactId>org.eclipse.wst.server.ui.tests</artifactId>

   <version>1.1.300-SNAPSHOT</version>

-  <packaging>eclipse-plugin</packaging>

-  

   <packaging>eclipse-test-plugin</packaging>

+

   <properties>

     <testSuite>${project.artifactId}</testSuite>

     <testClass>org.eclipse.wst.server.ui.tests.AllTests</testClass>

   </properties>

+

   <build>

     <plugins>

       <plugin>