skip tests using xtend until odlparent bump 03/78903/2
authorFaseela K <[email protected]>
Fri, 21 Dec 2018 06:36:51 +0000 (12:06 +0530)
committerFaseela K <[email protected]>
Fri, 21 Dec 2018 08:55:31 +0000 (14:25 +0530)
Change-Id: I3125520e7c7bf876a0b19b1bae7b85258fa1f365
Signed-off-by: Faseela K <[email protected]>
aclservice/impl/pom.xml
coe/impl/pom.xml
elanmanager/impl/pom.xml

index 60840edda888e517546e6b81fa4316083213d571..85210ca8fa3259bf3d55cb691d38df3a08acb5fd 100644 (file)
@@ -20,6 +20,10 @@ 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>
@@ -194,7 +198,7 @@ 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>
                 <dependencies>
@@ -204,7 +208,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                         <version>3.10.0</version>
                     </dependency>
                 </dependencies>
-            </plugin>
+            </plugin-->
         </plugins>
     </build>
 </project>
index d2ee4a9088c7098b19ad7442de5e3acf1bb71234..6278eb6c0c48f610cbad21c27cf325c44b1b0035 100644 (file)
@@ -20,6 +20,10 @@ 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>javax.inject</groupId>
@@ -90,7 +94,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
+            <!--plugin>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
                 <dependencies>
@@ -100,7 +104,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                         <version>3.10.0</version>
                     </dependency>
                 </dependencies>
-            </plugin>
+            </plugin-->
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
index 923d4dd18e2ef6b7196c25c0fe5da4bd3cc95339..c748912e52589e3b7949b1bac6f903f9fc3acb9f 100644 (file)
@@ -20,6 +20,10 @@ 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>
@@ -267,7 +271,7 @@ 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>
                 <dependencies>
@@ -277,7 +281,7 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
                         <version>3.10.0</version>
                     </dependency>
                 </dependencies>
-            </plugin>
+            </plugin-->
         </plugins>
     </build>