[jbossws-commits] JBossWS SVN: r19343 - in stack/cxf/branches/arquillian: modules/testsuite/shared-tests and 1 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Jan 8 03:17:36 EST 2015


Author: jim.ma
Date: 2015-01-08 03:17:36 -0500 (Thu, 08 Jan 2015)
New Revision: 19343

Removed:
   stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy
Modified:
   stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
   stack/cxf/branches/arquillian/pom.xml
Log:
Update parent version to 1.1.1-SNAPSHOT to use maven-dependency-plugin 2.8;Remove the groovy script which changes server scripts permission

Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml	2015-01-08 01:48:29 UTC (rev 19342)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml	2015-01-08 08:17:36 UTC (rev 19343)
@@ -89,19 +89,6 @@
                             </properties>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>jboss-home-bin-script-permissions</id>
-                        <phase>pre-integration-test</phase>
-                        <goals>
-                            <goal>execute</goal>
-                        </goals>
-                        <configuration>
-                            <source>${basedir}/src/test/scripts/jboss-home-bin-script-permissions.groovy</source>
-                            <properties>
-                                <jbossHome>${jboss.home}</jbossHome>
-                            </properties>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
 

Deleted: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy	2015-01-08 01:48:29 UTC (rev 19342)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/src/test/scripts/jboss-home-bin-script-permissions.groovy	2015-01-08 08:17:36 UTC (rev 19343)
@@ -1,18 +0,0 @@
-
-/*
- * Set execute permission on needed server scripts.
- */
- String[] scriptList = [ "wsconsume.bat",
-                "wsconsume.sh",
-                "wsprovide.bat",
-                "wsprovide.sh",
-                "appclient.bat",
-                "appclient.sh"
-              ]
- for (n in scriptList) {
-     def cmd = "chmod +x " + project.properties['jbossHome'] + "/bin/" + n
-     println  cmd
-     cmd.execute()
-     def tmp = "touch /tmp/" + n
-     tmp.execute()
- }

Modified: stack/cxf/branches/arquillian/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/pom.xml	2015-01-08 01:48:29 UTC (rev 19342)
+++ stack/cxf/branches/arquillian/pom.xml	2015-01-08 08:17:36 UTC (rev 19343)
@@ -38,7 +38,7 @@
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.1.0.GA</version>
+    <version>1.1.1-SNAPSHOT</version>
   </parent>
   
   <!-- Source Control Management -->
@@ -1463,7 +1463,7 @@
                     <pluginExecutionFilter>
                       <groupId>org.apache.maven.plugins</groupId>
                       <artifactId>maven-dependency-plugin</artifactId>
-                      <versionRange>[2.4,)</versionRange>
+                      <versionRange>[2.8,)</versionRange>
                       <goals>
                         <goal>sources</goal>
                         <goal>copy</goal>



More information about the jbossws-commits mailing list