[jbossws-commits] JBossWS SVN: r16205 - stack/cxf/trunk/modules/dist/src/main/scripts.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Apr 20 11:05:20 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-20 11:05:19 -0400 (Fri, 20 Apr 2012)
New Revision: 16205

Modified:
   stack/cxf/trunk/modules/dist/src/main/scripts/assembly-bin-dist.xml
   stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
   stack/cxf/trunk/modules/dist/src/main/scripts/assembly-src-dist.xml
Log:
Properly set schema for assembly plugin descriptors


Modified: stack/cxf/trunk/modules/dist/src/main/scripts/assembly-bin-dist.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/scripts/assembly-bin-dist.xml	2012-04-20 15:03:28 UTC (rev 16204)
+++ stack/cxf/trunk/modules/dist/src/main/scripts/assembly-bin-dist.xml	2012-04-20 15:05:19 UTC (rev 16205)
@@ -1,5 +1,5 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
   
   <id>binary-distribution</id>
   <formats>

Modified: stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-04-20 15:03:28 UTC (rev 16204)
+++ stack/cxf/trunk/modules/dist/src/main/scripts/assembly-deploy-artifacts.xml	2012-04-20 15:05:19 UTC (rev 16205)
@@ -1,5 +1,6 @@
-<assembly>
-    <id></id>
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+    <id>deploy-artifacts</id>
     <includeBaseDirectory>false</includeBaseDirectory>
     <formats>
         <format>dir</format>

Modified: stack/cxf/trunk/modules/dist/src/main/scripts/assembly-src-dist.xml
===================================================================
--- stack/cxf/trunk/modules/dist/src/main/scripts/assembly-src-dist.xml	2012-04-20 15:03:28 UTC (rev 16204)
+++ stack/cxf/trunk/modules/dist/src/main/scripts/assembly-src-dist.xml	2012-04-20 15:05:19 UTC (rev 16205)
@@ -1,5 +1,5 @@
-<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
   
   <id>source-distribution</id>
   <formats>



More information about the jbossws-commits mailing list