Repository: cxf-fediz
Updated Branches:
  refs/heads/1.2.x-fixes 73fd56fb0 -> 994fcc8f2


Disable Jetty plugin when tests are skipped


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/994fcc8f
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/994fcc8f
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/994fcc8f

Branch: refs/heads/1.2.x-fixes
Commit: 994fcc8f27df2e690280162d42403373d1a08471
Parents: 73fd56f
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Apr 5 15:33:08 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Apr 5 15:33:58 2016 +0100

----------------------------------------------------------------------
 pom.xml                             | 2 +-
 services/idp/pom.xml                | 3 ++-
 services/sts/pom.xml                | 3 ++-
 systests/cxf/pom.xml                | 2 +-
 systests/federation/samlsso/pom.xml | 2 +-
 systests/federation/wsfed/pom.xml   | 2 +-
 systests/idp/pom.xml                | 2 +-
 systests/jetty8/pom.xml             | 2 +-
 systests/kerberos/pom.xml           | 2 +-
 systests/spring/pom.xml             | 2 +-
 systests/tomcat7/pom.xml            | 2 +-
 systests/websphere/pom.xml          | 2 +-
 12 files changed, 14 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9caf4d1..3caa2dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -793,7 +793,7 @@
         <profile>
             <id>fastinstall</id>
             <properties>
-                <maven.test.skip>true</maven.test.skip>
+                <skipTests>true</skipTests>
                 <pmd.skip>true</pmd.skip>
                 <checkstyle.skip>true</checkstyle.skip>
             </properties>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 44a5c43..f179e9d 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -366,6 +366,7 @@
                 <artifactId>jetty-maven-plugin</artifactId>
                 <version>8.1.16.v20140903</version>
                 <configuration>
+                    <skip>${skipTests}</skip>
                     <stopPort>${idp.stop.port}</stopPort>
                     <stopKey>STOP</stopKey>
                     <connectors>
@@ -432,7 +433,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>
                                 <realm>${realm}</realm>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 5b6c9c9..7ddf7ee 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -208,6 +208,7 @@
                     <stopKey>STOP</stopKey>
                     <systemProperties>
                     </systemProperties>
+                    <skip>${skipTests}</skip>
                 </configuration>
                 <executions>
                     <execution>
@@ -242,7 +243,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 
<sts.https.port>${sts.https.port}</sts.https.port>
                                 <catalina.base>target</catalina.base>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index e45b878..cf3c408 100644
--- a/systests/cxf/pom.xml
+++ b/systests/cxf/pom.xml
@@ -244,7 +244,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/federation/samlsso/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/samlsso/pom.xml 
b/systests/federation/samlsso/pom.xml
index 6fd3ef8..13bc942 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -240,7 +240,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/federation/wsfed/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/wsfed/pom.xml 
b/systests/federation/wsfed/pom.xml
index 6a58ecf..d2d479b 100644
--- a/systests/federation/wsfed/pom.xml
+++ b/systests/federation/wsfed/pom.xml
@@ -289,7 +289,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/idp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index f48a617..ff6976d 100644
--- a/systests/idp/pom.xml
+++ b/systests/idp/pom.xml
@@ -207,7 +207,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 99c5c3e..bca9c03 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -200,7 +200,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 064496b..187f75c 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -322,7 +322,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 9c532fe..0d79a37 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -185,7 +185,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index d860d46..df6b1b6 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -232,7 +232,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/994fcc8f/systests/websphere/pom.xml
----------------------------------------------------------------------
diff --git a/systests/websphere/pom.xml b/systests/websphere/pom.xml
index 91f03df..933bc04 100644
--- a/systests/websphere/pom.xml
+++ b/systests/websphere/pom.xml
@@ -231,7 +231,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>
                                 
<idp.https.port>${idp.https.port}</idp.https.port>

Reply via email to