You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/16 22:30:28 UTC

svn commit: r1632433 - in /maven/plugins/trunk/maven-assembly-plugin/src/it/projects: basic-features/add-classpath/ basic-features/formats/ basic-features/formats/src/assemblies/ module-sets/maven-assembly-test/modul-client/src/ module-sets/maven-assem...

Author: krosenvold
Date: Thu Oct 16 20:30:28 2014
New Revision: 1632433

URL: http://svn.apache.org/r1632433
Log:
Added a few files to testcase

Added:
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/main/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/main/resources/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/main/resources/aFile.txt
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/main/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/main/resources/
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/main/resources/aFile.txt
Modified:
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/add-classpath/assembly.xml
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/pom.xml
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/src/assemblies/format-test.xml
    maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/verify.bsh

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/add-classpath/assembly.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/add-classpath/assembly.xml?rev=1632433&r1=1632432&r2=1632433&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/add-classpath/assembly.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/add-classpath/assembly.xml Thu Oct 16 20:30:28 2014
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <assembly>
   <id>full</id>
   <formats>

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/pom.xml?rev=1632433&r1=1632432&r2=1632433&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/pom.xml Thu Oct 16 20:30:28 2014
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <project 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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/src/assemblies/format-test.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/src/assemblies/format-test.xml?rev=1632433&r1=1632432&r2=1632433&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/src/assemblies/format-test.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/src/assemblies/format-test.xml Thu Oct 16 20:30:28 2014
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0

Modified: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/verify.bsh?rev=1632433&r1=1632432&r2=1632433&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/verify.bsh (original)
+++ maven/plugins/trunk/maven-assembly-plugin/src/it/projects/basic-features/formats/verify.bsh Thu Oct 16 20:30:28 2014
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.net.*;
 import java.util.jar.*;

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/main/resources/aFile.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-client/src/main/resources/aFile.txt?rev=1632433&view=auto
==============================================================================
    (empty)

Added: maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/main/resources/aFile.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/it/projects/module-sets/maven-assembly-test/modul-server/src/main/resources/aFile.txt?rev=1632433&view=auto
==============================================================================
    (empty)