skip tests on umbrella and utils projects pom 07/73807/3
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 6 Jul 2018 13:39:18 +0000 (15:39 +0200)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 16 Jul 2018 21:47:10 +0000 (23:47 +0200)
Change-Id: I2b8d6051dcfe8f1c5aad416389aed2cc03d65045
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
common/pom.xml
features/odl-transportpce-api/pom.xml
features/odl-transportpce-ordmodels/pom.xml
features/odl-transportpce-rest/pom.xml
features/odl-transportpce/pom.xml
ordmodels/pom.xml

index f14ae53393ceeca373a3412508b3845ee58f0a91..0b2fef7264de1818e51e8c1b710995e997c6d27b 100644 (file)
         </dependency>
     </dependencies>
 
+<!-- skipping test since this is a util project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+
 </project>
index a3017b09f57b60195a3cb088384bbb2bdc44138f..e7943a8210114d268694ee7bab25b58bba8080e6 100644 (file)
@@ -69,4 +69,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${project.version}</version>
     </dependency>
   </dependencies>
+
+<!-- skipping test since this is a util project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
index 9fb3d9e249939d8922ed79ab8c019ed60d879912..0d9aec93b65d053fa16e7948e23d3f193c4d3a01 100644 (file)
@@ -63,4 +63,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${project.version}</version>
     </dependency>
   </dependencies>
+
+<!-- skipping test since this is a util project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
index 8d09163d62ff91af34c1b25ca202f72f4e48f92b..4d1ff66be5f3f7945112dd9ddd5e3efd27482135 100644 (file)
@@ -43,4 +43,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <type>xml</type>
     </dependency>
   </dependencies>
+
+<!-- skipping test since this is an umbrella project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>
index 6e3b2dfbcd82fb9f379dd513a3276095a85064a0..0c6d644ec9bac2488259b03c66e2bfbae90f1359 100644 (file)
@@ -102,4 +102,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <version>${project.version}</version>
     </dependency>
   </dependencies>
+
+<!-- skipping test since this is an umbrella project / folder -->
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+
 </project>
index 3351c842eb3a9ea41e85e5b968ba4efeed674060..8e011735cad4330496c25e911e426c206c4b8ded 100644 (file)
@@ -52,6 +52,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
           <excludePackageNames>*</excludePackageNames>
         </configuration>
       </plugin>
+<!-- skipping test since this is a util project / folder -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.18.1</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 
@@ -110,4 +119,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>0.10.3-SNAPSHOT</version>
     </dependency>
   </dependencies>
+
+
+
 </project>