Author: frm
Date: Thu Nov 10 11:05:33 2016
New Revision: 1769086

URL: http://svn.apache.org/viewvc?rev=1769086&view=rev
Log:
OAK-4064 - Don't always run integration tests from oak-remote 

Integration tests from oak-remote are not executed unless the
'integrationTesting' profile is explicitly activated on the command line when
invoking Maven.

Modified:
    jackrabbit/oak/trunk/oak-remote/pom.xml

Modified: jackrabbit/oak/trunk/oak-remote/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-remote/pom.xml?rev=1769086&r1=1769085&r2=1769086&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-remote/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-remote/pom.xml Thu Nov 10 11:05:33 2016
@@ -225,19 +225,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-failsafe-plugin</artifactId>
-                <version>2.18.1</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>integration-test</goal>
-                            <goal>verify</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>


Reply via email to