Revert "skip tests using xtend until odlparen..." 75/79275/1
authorFaseela K <faseela.k@ericsson.com>
Thu, 27 Dec 2018 14:59:49 +0000 (14:59 +0000)
committerMichael Vorburger <vorburger@redhat.com>
Mon, 7 Jan 2019 14:17:05 +0000 (15:17 +0100)
This reverts commit 5d8745a70ec5463e7753a484cec1bca53c078833.

Change-Id: I7929d968940f5132f56e584643bed2b19e6358fd
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
aclservice/impl/pom.xml
elanmanager/impl/pom.xml

index 83650dd212d4ea3e694eeb423f1d884a372972c5..687d05984941157d7a62a239ea9fda967acdf477 100644 (file)
@@ -20,10 +20,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <packaging>bundle</packaging>
     <modelVersion>4.0.0</modelVersion>
 
-    <properties>
-        <maven.test.skip>true</maven.test.skip>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -197,10 +193,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                     </execution>
                 </executions>
             </plugin>
-            <!--<plugin>
+            <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-            </plugin>-->
+            </plugin>
         </plugins>
     </build>
 </project>
index f53e5e67d6fa320163b0e819ce29d50662d4303a..fe338fee1f703f73127f99c63d93ef559d9995fc 100644 (file)
@@ -20,10 +20,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
     <packaging>bundle</packaging>
     <modelVersion>4.0.0</modelVersion>
 
-    <properties>
-        <maven.test.skip>true</maven.test.skip>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
@@ -269,11 +265,10 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
                     </execution>
                 </executions>
             </plugin>
-            <!--<plugin>
+            <plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
-            </plugin>-->
+            </plugin>
         </plugins>
     </build>
-
 </project>