Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C22FD17700 for ; Thu, 23 Oct 2014 21:02:38 +0000 (UTC) Received: (qmail 62951 invoked by uid 500); 23 Oct 2014 21:02:38 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 62885 invoked by uid 500); 23 Oct 2014 21:02:38 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 62876 invoked by uid 99); 23 Oct 2014 21:02:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 21:02:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Oct 2014 21:02:32 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id ADC422388AB9; Thu, 23 Oct 2014 21:02:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1633948 [2/21] - in /maven/plugins/branches/MASSEMBLY-704: ./ integration-test-archetype/ integration-test-archetype/src/main/resources/META-INF/maven/ integration-test-archetype/src/main/resources/archetype-resources/ integration-test-arc... Date: Thu, 23 Oct 2014 21:01:38 -0000 To: commits@maven.apache.org From: khmarbaise@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141023210212.ADC422388AB9@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Propchange: maven/plugins/branches/MASSEMBLY-704/ ------------------------------------------------------------------------------ Merged /maven/plugins/trunk/maven-assembly-plugin:r1618909-1633944 Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ - + + + + 4.0.0 org.apache.maven.archetypes assembly-plugin-it-archetype @@ -27,4 +47,4 @@ ${test.remote.repo.url} - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ + + + @@ -32,4 +52,4 @@ - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/META-INF/maven/archetype.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ + + + assembly-integration-test @@ -12,4 +32,4 @@ src/assemble/bin.xml verify.bsh - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/java/AppTest.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/java/AppTest.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/java/AppTest.java (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/java/AppTest.java Thu Oct 23 21:01:23 2014 @@ -1,5 +1,24 @@ package ${package}; +/* + * 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 junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/assembly/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/assembly/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/assembly/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/java/App.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/java/App.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/java/App.java (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/src/main/java/App.java Thu Oct 23 21:01:23 2014 @@ -1,5 +1,24 @@ package ${package}; +/* + * 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. + */ + /** * Hello world! * Modified: maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/integration-test-archetype/src/main/resources/archetype-resources/verify.bsh Thu Oct 23 21:01:23 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.File; /* Modified: maven/plugins/branches/MASSEMBLY-704/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/pom.xml Thu Oct 23 21:01:23 2014 @@ -21,7 +21,7 @@ under the License. 4.0.0 - + maven-plugins org.apache.maven.plugins @@ -30,7 +30,7 @@ under the License. maven-assembly-plugin - 2.4.2-SNAPSHOT + 2.6-SNAPSHOT maven-plugin Apache Maven Assembly Plugin @@ -59,7 +59,7 @@ under the License. 1.1.2 2.5 - 1.2 + 1.3 2.2.1 true 3.2 @@ -69,6 +69,9 @@ under the License. Stephen Colebourne + + Tony Jewell + @@ -117,12 +120,12 @@ under the License. org.codehaus.plexus plexus-interpolation - 1.19 + 1.21 org.codehaus.plexus plexus-archiver - 2.4.4 + 2.8 org.codehaus.plexus @@ -141,6 +144,11 @@ under the License. 1.1 + commons-io + commons-io + 2.2 + + org.apache.maven.shared maven-filtering ${mavenFilteringVersion} @@ -148,7 +156,7 @@ under the License. org.codehaus.plexus plexus-io - 2.0.9 + 2.3.2 org.codehaus.plexus @@ -164,7 +172,7 @@ under the License. org.codehaus.plexus plexus-utils - 3.0.15 + 3.0.20 org.apache.maven.shared @@ -190,6 +198,12 @@ under the License. test + org.easymock + easymock + 2.5.2 + test + + jdom jdom 1.0 @@ -230,11 +244,12 @@ under the License. ${project.build.directory}/generated-resources/plexus - + org.codehaus.plexus plexus-component-metadata + 1.6 descriptors @@ -279,6 +294,7 @@ under the License. org.apache.maven.plugins maven-plugin-plugin + 3.3 mojo-descriptor @@ -318,6 +334,28 @@ under the License. + + org.apache.rat + apache-rat-plugin + + + + src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/** + src/functional-tests/remote-repo/assembly/dependency-artifact/** + + src/it/projects/repositories/repo-with-snapshot-parents/child/remote-repository/org/codehaus/plexus/plexus-utils/1.4.3-SNAPSHOT/plexus-utils-1.4.3-SNAPSHOT.pom + src/it/projects/container-descriptors/metaInf-services-aggregation/**/* + src/it/projects/container-descriptors/metaInf-spring-aggregation/**/* + + src/it/**/*.txt + + src/it/**/*.file + src/it/projects/filtering-feature/filters-defined-in-build/src/main/config/** + + + @@ -370,7 +408,7 @@ under the License. ${localRepositoryPath} - ${useJvmChmod} + ${useJvmChmod} ${testVersion} ${localRepositoryPath} ${invokerPluginVersion} @@ -410,7 +448,7 @@ under the License. ${useJvmChmod} ${it.debug} - src/it/settings.xml + src/it/settings.xml ${it.pomIncludes} @@ -423,7 +461,7 @@ under the License. dependency-sets/depSet-enum-vs-wildcard/enum/pom.xml dependency-sets/depSet-enum-vs-wildcard/wildcard/pom.xml - + **/child*/pom.xml **/module*/pom.xml **/descriptor/pom.xml @@ -434,7 +472,7 @@ under the License. verify - + Modified: maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/AssemblyMojoTest.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/AssemblyMojoTest.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/AssemblyMojoTest.java (original) +++ maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/AssemblyMojoTest.java Thu Oct 23 21:01:23 2014 @@ -1248,6 +1248,20 @@ public class AssemblyMojoTest assertTrue( "Test tar long file mode default", longFileMode.isWarnMode() ); } + public void testTgzArchive() + throws Exception + { + executeMojo( "tgz-plugin-config.xml" ); + + TarArchiver.TarCompressionMethod method = (TarArchiver.TarCompressionMethod) getVariableValueFromObject( ArchiverManagerStub.archiverStub, "tarCompressionMethod" ); + + assertEquals( "Test Tar compression method", "gzip", method.getValue() ); + + TarLongFileMode longFileMode = (TarLongFileMode) getVariableValueFromObject( ArchiverManagerStub.archiverStub, "longFileMode" ); + + assertTrue( "Test tar long file mode default", longFileMode.isWarnMode() ); + } + public void testTarBzip2Archive() throws Exception { @@ -1262,6 +1276,20 @@ public class AssemblyMojoTest assertTrue( "Test tar long file mode default", longFileMode.isFailMode() ); } + public void testTbz2Archive() + throws Exception + { + executeMojo( "tbz2-plugin-config.xml" ); + + TarArchiver.TarCompressionMethod method = (TarArchiver.TarCompressionMethod) getVariableValueFromObject( ArchiverManagerStub.archiverStub, "tarCompressionMethod" ); + + assertEquals( "Test Tar compression method", "bzip2", method.getValue() ); + + TarLongFileMode longFileMode = (TarLongFileMode) getVariableValueFromObject( ArchiverManagerStub.archiverStub, "longFileMode" ); + + assertTrue( "Test tar long file mode default", longFileMode.isFailMode() ); + } + public void testWarArchive() throws Exception { Modified: maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/BasicAbstractAssemblyMojoFeaturesTest.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/BasicAbstractAssemblyMojoFeaturesTest.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/BasicAbstractAssemblyMojoFeaturesTest.java (original) +++ maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/BasicAbstractAssemblyMojoFeaturesTest.java Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ package org.apache.maven.plugin.assembly; +/* + * 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 org.apache.maven.artifact.Artifact; import org.apache.maven.artifact.handler.ArtifactHandler; import org.apache.maven.artifact.metadata.ArtifactMetadata; @@ -679,4 +699,4 @@ public class BasicAbstractAssemblyMojoFe { } } -} \ No newline at end of file +} Modified: maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolatorTest.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolatorTest.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolatorTest.java (original) +++ maven/plugins/branches/MASSEMBLY-704/src/functional-tests/java/org/apache/maven/plugin/assembly/interpolation/AssemblyInterpolatorTest.java Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ package org.apache.maven.plugin.assembly.interpolation; +/* + * 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 org.apache.maven.model.Model; import org.apache.maven.plugins.assembly.model.Assembly; import org.apache.maven.plugins.assembly.model.DependencySet; Modified: maven/plugins/branches/MASSEMBLY-704/src/functional-tests/resources/basicAbstractAssemblyMojoFeaturesTest/outputFileNameMapping-assemblyDescriptor.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/functional-tests/resources/basicAbstractAssemblyMojoFeaturesTest/outputFileNameMapping-assemblyDescriptor.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/functional-tests/resources/basicAbstractAssemblyMojoFeaturesTest/outputFileNameMapping-assemblyDescriptor.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/functional-tests/resources/basicAbstractAssemblyMojoFeaturesTest/outputFileNameMapping-assemblyDescriptor.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + @@ -16,4 +36,4 @@ ${artifact.artifactId}.${artifact.extension} - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/it-project-parent/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/it-project-parent/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/it-project-parent/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/it-project-parent/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,22 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/child/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/child/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/child/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/child/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/src/assemble/src.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/src/assemble/src.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/src/assemble/src.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/src/assemble/src.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + src Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/ExecutionRoot/verify.bsh Thu Oct 23 21:01:23 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.*; Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/classpath-descriptor/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/classpath-descriptor/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/classpath-descriptor/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/classpath-descriptor/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 @@ -22,6 +41,7 @@ src + posix Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/src/assemble/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/src/assemble/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/src/assemble/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/descriptorDirectoryScan/src/assemble/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/src/assemble/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/src/assemble/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/src/assemble/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/src/assemble/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/file-sameName/verify.bsh Thu Oct 23 21:01:23 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.*; Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,5 +1,24 @@ + + 4.0.0 org.apache.maven.plugin.assembly.test Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/src/main/assembly/src.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/src/main/assembly/src.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/src/main/assembly/src.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/src/main/assembly/src.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + src @@ -12,4 +32,4 @@ - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/formats-in-pom-win/verify.bsh Thu Oct 23 21:01:23 2014 @@ -1,2 +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. + */ + return !new java.io.File( basedir, "target/parent-1-src/src/main/assembly/src.xml" ).exists() && - new java.io.File( basedir, "target/parent-1-src.zip" ) .exists(); \ No newline at end of file + new java.io.File( basedir, "target/parent-1-src.zip" ) .exists(); Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/src/main/assembly/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/src/main/assembly/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/src/main/assembly/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/local-repo-interp/verify.bsh Thu Oct 23 21:01:23 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.*; File f = new File( basedir, "target/test-1-bin/unprefixed/maven-assembly-plugin.jar" ); Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/src/main/assembly/myassembly.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/src/main/assembly/myassembly.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/src/main/assembly/myassembly.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/src/main/assembly/myassembly.xml Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-256-pomPropertiesInterp/verify.bsh Thu Oct 23 21:01:23 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.*; File f = new File( basedir, "target/massembly-256-pomPropertiesInterp-1-myassembly/file/path/some.file" ); Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/src/main/assembly/myassembly.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/src/main/assembly/myassembly.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/src/main/assembly/myassembly.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/src/main/assembly/myassembly.xml Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/massembly-351-projectPrefixInterp/verify.bsh Thu Oct 23 21:01:23 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.*; File f = new File( basedir, "target/project-1-myassembly/files/project1.file" ); Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,23 @@ + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/src/assemble/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/src/assemble/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/src/assemble/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-simple/src/assemble/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/1.3-SNAPSHOT/maven-metadata.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/1.3-SNAPSHOT/maven-metadata.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/1.3-SNAPSHOT/maven-metadata.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/1.3-SNAPSHOT/maven-metadata.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ + + + org.codehaus.plexus plexus-utils 1.3-SNAPSHOT @@ -9,4 +29,4 @@ 20060811151624 - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/maven-metadata.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/maven-metadata.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/maven-metadata.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/repository/org/codehaus/plexus/plexus-utils/maven-metadata.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ + + + org.codehaus.plexus plexus-utils 1.3-SNAPSHOT @@ -8,4 +28,4 @@ 20060811151624 - \ No newline at end of file + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/assemble/bin.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/assemble/bin.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/assemble/bin.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/assemble/bin.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/main/java/test/App.java URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/main/java/test/App.java?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/main/java/test/App.java (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/src/main/java/test/App.java Thu Oct 23 21:01:23 2014 @@ -1,5 +1,25 @@ package test; +/* + * 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. + */ + + /** * Hello world! * Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/outputFileNameMapping-withArtifactBaseVersion/verify.bsh Thu Oct 23 21:01:23 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.*; Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/pom.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/pom.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/pom.xml Thu Oct 23 21:01:23 2014 @@ -1,4 +1,24 @@ + + + 4.0.0 Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/src/assemble/src.xml URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/src/assemble/src.xml?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/src/assemble/src.xml (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/src/assemble/src.xml Thu Oct 23 21:01:23 2014 @@ -1,3 +1,23 @@ + + + src Modified: maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/verify.bsh URL: http://svn.apache.org/viewvc/maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/verify.bsh?rev=1633948&r1=1633947&r2=1633948&view=diff ============================================================================== --- maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/verify.bsh (original) +++ maven/plugins/branches/MASSEMBLY-704/src/it/projects/basic-features/relative-project-paths/verify.bsh Thu Oct 23 21:01:23 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.*;