You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/04/05 16:33:26 UTC

cxf-fediz git commit: Disable Jetty plugin when tests are skipped

Repository: cxf-fediz
Updated Branches:
  refs/heads/master 12e5c2331 -> d132e1b53


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/d132e1b5
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/d132e1b5
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/d132e1b5

Branch: refs/heads/master
Commit: d132e1b53bbefc61cc79c549de972c73931b41e2
Parents: 12e5c23
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Apr 5 15:33:08 2016 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Apr 5 15:33:08 2016 +0100

----------------------------------------------------------------------
 pom.xml                             | 2 +-
 services/idp/pom.xml                | 3 ++-
 services/sts/pom.xml                | 3 ++-
 systests/cxf/pom.xml                | 2 +-
 systests/federation/oidc/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/jetty9/pom.xml             | 2 +-
 systests/kerberos/pom.xml           | 2 +-
 systests/oidc/pom.xml               | 2 +-
 systests/samlsso/pom.xml            | 2 +-
 systests/spring/pom.xml             | 2 +-
 systests/tomcat7/pom.xml            | 2 +-
 systests/tomcat8/pom.xml            | 2 +-
 systests/websphere/pom.xml          | 2 +-
 17 files changed, 19 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d132e1b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ddb5da8..1f411e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,7 +748,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/d132e1b5/services/idp/pom.xml
----------------------------------------------------------------------
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 2322c2e..7a02f6a 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -459,6 +459,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>
@@ -525,7 +526,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/d132e1b5/services/sts/pom.xml
----------------------------------------------------------------------
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index cb35aa5..e4e6d8c 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/d132e1b5/systests/cxf/pom.xml
----------------------------------------------------------------------
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index bc5c851..98133a1 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/d132e1b5/systests/federation/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/oidc/pom.xml b/systests/federation/oidc/pom.xml
index 9987c43..0ce2ceb 100644
--- a/systests/federation/oidc/pom.xml
+++ b/systests/federation/oidc/pom.xml
@@ -259,7 +259,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/d132e1b5/systests/federation/samlsso/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/samlsso/pom.xml b/systests/federation/samlsso/pom.xml
index aef2c4f..18b4ee0 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -306,7 +306,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/d132e1b5/systests/federation/wsfed/pom.xml
----------------------------------------------------------------------
diff --git a/systests/federation/wsfed/pom.xml b/systests/federation/wsfed/pom.xml
index 8191939..ef9a086 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/d132e1b5/systests/idp/pom.xml
----------------------------------------------------------------------
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index 9d81ffd..fa76841 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/d132e1b5/systests/jetty8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 6f96f8d..bec84f1 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/d132e1b5/systests/jetty9/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml
index de92324..424d811 100644
--- a/systests/jetty9/pom.xml
+++ b/systests/jetty9/pom.xml
@@ -239,7 +239,7 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skip>false</skip>
+                            <skip>${skipTests}</skip>
                             <reuseForks>false</reuseForks>
                             <systemPropertyVariables>
                                 <wt.headless>true</wt.headless>

http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/d132e1b5/systests/kerberos/pom.xml
----------------------------------------------------------------------
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 1f8cf09..f595640 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/d132e1b5/systests/oidc/pom.xml
----------------------------------------------------------------------
diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml
index 51338c9..75bb74c 100644
--- a/systests/oidc/pom.xml
+++ b/systests/oidc/pom.xml
@@ -235,7 +235,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/d132e1b5/systests/samlsso/pom.xml
----------------------------------------------------------------------
diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml
index d87d0a6..e6f6bca 100644
--- a/systests/samlsso/pom.xml
+++ b/systests/samlsso/pom.xml
@@ -215,7 +215,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/d132e1b5/systests/spring/pom.xml
----------------------------------------------------------------------
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 5ebf6b4..70bd40d 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/d132e1b5/systests/tomcat7/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index db2570d..9f51f0c 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/d132e1b5/systests/tomcat8/pom.xml
----------------------------------------------------------------------
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index 4ee03ee..56027d7 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/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/d132e1b5/systests/websphere/pom.xml
----------------------------------------------------------------------
diff --git a/systests/websphere/pom.xml b/systests/websphere/pom.xml
index dbdd8b2..87afebd 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>