WW-4570 Uses proper schema for assembly descriptor

This commit is contained in:
Lukasz Lenart
2015-11-20 13:29:49 +01:00
parent 5d26c6c1e5
commit b4a18d07e4
5 changed files with 19 additions and 5 deletions
+4 -1
View File
@@ -21,7 +21,10 @@
*/ */
--> -->
<assembly> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>all</id> <id>all</id>
<formats> <formats>
<format>zip</format> <format>zip</format>
+4 -1
View File
@@ -20,7 +20,10 @@
* under the License. * under the License.
*/ */
--> -->
<assembly> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apps</id> <id>apps</id>
<formats> <formats>
<format>zip</format> <format>zip</format>
+3 -1
View File
@@ -21,7 +21,9 @@
*/ */
--> -->
<assembly> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>docs</id> <id>docs</id>
<formats> <formats>
+4 -1
View File
@@ -21,7 +21,10 @@
*/ */
--> -->
<assembly> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>lib</id> <id>lib</id>
<formats> <formats>
<format>zip</format> <format>zip</format>
+4 -1
View File
@@ -21,7 +21,10 @@
*/ */
--> -->
<assembly> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>src</id> <id>src</id>
<formats> <formats>
<format>zip</format> <format>zip</format>