Disable unit tests on integration tests plugin
[controller.git] / opendaylight / commons / integrationtest / pom.xml
index 89dbb77ecdef2e178d2cdb1898fc3a6fcf5a6b98..4cd858274950c56e82bbc7a038c6970128e0d58b 100644 (file)
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${surefire.version}</version>
+        <configuration>
+          <skipTests>true</skipTests>
+        </configuration>
+      </plugin>
       <plugin>
        <groupId>org.ops4j.pax.exam</groupId>
        <artifactId>maven-paxexam-plugin</artifactId>