You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2016/12/29 17:45:09 UTC

svn commit: r1776455 - /qpid/java/trunk/perftests/pom.xml

Author: orudyy
Date: Thu Dec 29 17:45:09 2016
New Revision: 1776455

URL: http://svn.apache.org/viewvc?rev=1776455&view=rev
Log:
QPID-7555: Skip unit tests on execution of perftests

Modified:
    qpid/java/trunk/perftests/pom.xml

Modified: qpid/java/trunk/perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/perftests/pom.xml?rev=1776455&r1=1776454&r2=1776455&view=diff
==============================================================================
--- qpid/java/trunk/perftests/pom.xml (original)
+++ qpid/java/trunk/perftests/pom.xml Thu Dec 29 17:45:09 2016
@@ -314,6 +314,13 @@
               </execution>
             </executions>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
         </plugins>
       </build>
     </profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org