Author: khmarbaise
Date: Tue Sep 16 21:21:01 2014
New Revision: 1625397
URL: http://svn.apache.org/r1625397
Log:
[MSHADE-179]
- Fixed a large number of apache-rat-plugin issues.
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-105/bundle/src/main/java/test/Dummy.java
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-133/src/main/resources/logback.xml
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/a/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/b/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/shade/src/main/resources/META-INF/ejb-jar.xml
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/java/org/apache/maven/test/TestComponent.java
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/resources/META-INF/plexus/components.xml
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-relocated-result/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-with-local-parent/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/a/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/b/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/a/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/b/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/a/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/b/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/src/main/resources/META-INF/ejb-jar.xml
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/src/main/resources/META-INF/ejb-jar.xml
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/src/main/resources/META-INF/ejb-jar.xml
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/src/main/resources/META-INF/ejb-jar.xml
maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/src/main/java/Passed.java
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-malformed-dependencies/pom.xml
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/test/src/main/java/org/apache/maven/it/pi/Main.java
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/src/main/java/Main.java
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/src/main/java/Main.java
maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/assembly.xml
maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/pom.xml
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/compile/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/provided/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/runtime/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/test/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/plugin-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/App.java
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/AppOne.java
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/test/java/org/apache/maven/plugins/shade/its/one/AppTest.java
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/main/java/org/apache/maven/plugins/shade/its/two/App.java
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/test/java/org/apache/maven/plugins/shade/its/two/AppTest.java
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-abs-resource-path/src/main/resources/org/apache/maven/from/test.properties
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-anno/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/src/main/java/org/MyInterface.java
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/src/main/java/org/MyInterface.java
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/one/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/two/maven-metadata.xml
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/src/main/java/org/apache/maven/plugins/shade/its/App.java
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/invoker.properties
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/main/java/org/apache/maven/plugins/shade/its/App.java
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/test/java/org/apache/maven/plugins/shade/its/AppTest.java
maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/src/main/resources/test.xml
maven/plugins/trunk/maven-shade-plugin/src/test/java/org/apache/maven/plugins/shade/relocation/SimpleRelocatorTest.java
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/pom.xml
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/src/main/java/org/apache/maven/plugins/shade/Lib.java
maven/plugins/trunk/maven-shade-plugin/src/test/resources/components-expected.xml
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-105/bundle/src/main/java/test/Dummy.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-105/bundle/src/main/java/test/Dummy.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-105/bundle/src/main/java/test/Dummy.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-105/bundle/src/main/java/test/Dummy.java
Tue Sep 16 21:21:01 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.
+ */
+
+
import internal.io.IOUtils;
import java.io.IOException;
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-133/src/main/resources/logback.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-133/src/main/resources/logback.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-133/src/main/resources/logback.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/MSHADE-133/src/main/resources/logback.xml
Tue Sep 16 21:21:01 2014
@@ -0,0 +1,20 @@
+<?xml version='1.0'?>
+<!--
+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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/a/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/a/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/a/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/a/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.aie</groupId>
<artifactId>a</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/b/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/b/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/b/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/repo/org/apache/maven/its/shade/aie/b/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.aie</groupId>
<artifactId>b</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.
+
# NOTE: Running only up to "package" is crucial, we want to check proper
resolution from the reactor
invoker.goals = clean package
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/shade/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/shade/src/main/resources/META-INF/ejb-jar.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/shade/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/attached-artifact-type/shade/src/main/resources/META-INF/ejb-jar.xml
Tue Sep 16 21:21:01 2014
@@ -1 +1,21 @@
<?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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.cdr</groupId>
<artifactId>comp</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/java/org/apache/maven/test/TestComponent.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/java/org/apache/maven/test/TestComponent.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/java/org/apache/maven/test/TestComponent.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/java/org/apache/maven/test/TestComponent.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.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.
+ */
+
+
import org.apache.maven.component.api.*;
public class TestComponent implements Component
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/resources/META-INF/plexus/components.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/resources/META-INF/plexus/components.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/resources/META-INF/plexus/components.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/component-descriptor-relocation/src/main/resources/META-INF/plexus/components.xml
Tue Sep 16 21:21:01 2014
@@ -1,3 +1,23 @@
+<?xml version='1.0'?>
+<!--
+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.
+-->
+
<component-set>
<components>
<component>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-relocated-result/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-relocated-result/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-relocated-result/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-relocated-result/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.
+
invoker.goals = clean package
invoker.project = child
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata modelVersion="1.1.0">
<groupId>org.apache.maven.its.shade.drp</groupId>
<artifactId>a</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-with-local-parent/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-with-local-parent/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-with-local-parent/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom-with-local-parent/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.
+
invoker.goals = clean package
invoker.project = child
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/a/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/a/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/a/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/a/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
+
+<!--
+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.
+-->
+
<groupId>org.apache.maven.its.shade.dcwr</groupId>
<artifactId>a</artifactId>
<version>0.1</version>
@@ -9,4 +29,4 @@
</versions>
<lastUpdated>20090108191842</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/b/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/b/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/b/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-with-reloc/repo/org/apache/maven/its/shade/dcwr/b/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
+
+<!--
+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.
+-->
+
<groupId>org.apache.maven.its.shade.dcwr</groupId>
<artifactId>b</artifactId>
<version>0.1</version>
@@ -9,4 +29,4 @@
</versions>
<lastUpdated>20090108191825</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/a/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/a/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/a/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/a/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
+
+<!--
+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.
+-->
+
<groupId>org.apache.maven.its.shade.dcwor</groupId>
<artifactId>a</artifactId>
<version>0.1</version>
@@ -9,4 +29,4 @@
</versions>
<lastUpdated>20090108191842</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/b/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/b/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/b/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/duplicate-classes-without-reloc/repo/org/apache/maven/its/shade/dcwor/b/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?><metadata>
+
+<!--
+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.
+-->
+
<groupId>org.apache.maven.its.shade.dcwor</groupId>
<artifactId>b</artifactId>
<version>0.1</version>
@@ -9,4 +29,4 @@
</versions>
<lastUpdated>20090108191825</lastUpdated>
</versioning>
-</metadata>
\ No newline at end of file
+</metadata>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/a/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/a/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/a/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/a/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.fac</groupId>
<artifactId>a</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/b/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/b/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/b/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/repo/org/apache/maven/its/shade/fac/b/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.fac</groupId>
<artifactId>b</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/src/main/resources/META-INF/ejb-jar.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/src/main/resources/META-INF/ejb-jar.xml
Tue Sep 16 21:21:01 2014
@@ -1 +1,21 @@
<?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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/src/main/resources/META-INF/ejb-jar.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/src/main/resources/META-INF/ejb-jar.xml
Tue Sep 16 21:21:01 2014
@@ -1 +1,21 @@
<?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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/src/main/resources/META-INF/ejb-jar.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/src/main/resources/META-INF/ejb-jar.xml
Tue Sep 16 21:21:01 2014
@@ -1 +1,21 @@
<?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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/src/main/resources/META-INF/ejb-jar.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/src/main/resources/META-INF/ejb-jar.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/src/main/resources/META-INF/ejb-jar.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/src/main/resources/META-INF/ejb-jar.xml
Tue Sep 16 21:21:01 2014
@@ -1 +1,21 @@
<?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.
+-->
+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/src/main/java/Passed.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/src/main/java/Passed.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/src/main/java/Passed.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/src/main/java/Passed.java
Tue Sep 16 21:21:01 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.
+ */
+
public class Passed
{
}
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-malformed-dependencies/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-malformed-dependencies/pom.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-malformed-dependencies/pom.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-malformed-dependencies/pom.xml
Tue Sep 16 21:21:01 2014
@@ -1,3 +1,23 @@
+<?xml version='1.0'?>
+<!--
+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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -42,4 +62,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.java.version = 1.5+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/test/src/main/java/org/apache/maven/it/pi/Main.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/test/src/main/java/org/apache/maven/it/pi/Main.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/test/src/main/java/org/apache/maven/it/pi/Main.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/test/src/main/java/org/apache/maven/it/pi/Main.java
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
package org.apache.maven.it.pi;
+
+/*
+ * 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.
+ */
+
public class Main extends HaveOneClass
{
}
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.java.version = 1.5+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/src/main/java/Main.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/src/main/java/Main.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/src/main/java/Main.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/src/main/java/Main.java
Tue Sep 16 21:21:01 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.
+ */
+
public class Main
extends junit.framework.TestCase
{
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/invoker.properties
(original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.java.version = 1.5+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/src/main/java/Main.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/src/main/java/Main.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/src/main/java/Main.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/src/main/java/Main.java
Tue Sep 16 21:21:01 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.
+ */
+
public class Main
extends junit.framework.TestCase
{
Modified: maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/assembly.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/assembly.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/assembly.xml
(original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/assembly.xml Tue
Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?xml version="1.0"?>
+
+<!--
+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>zip</id>
<formats>
@@ -13,4 +33,4 @@
<outputDirectory>/</outputDirectory>
</file>
</files>
-</assembly>
\ No newline at end of file
+</assembly>
Modified: maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/pom.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mshade-123/pom.xml Tue Sep 16
21:21:01 2014
@@ -1,4 +1,24 @@
<?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/xsd/maven-4.0.0.xsd">
@@ -98,4 +118,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/compile/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/compile/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/compile/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/compile/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.nrse</groupId>
<artifactId>compile</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/provided/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/provided/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/provided/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/provided/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.nrse</groupId>
<artifactId>provided</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/runtime/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/runtime/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/runtime/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/runtime/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.nrse</groupId>
<artifactId>runtime</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/test/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/test/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/test/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/repo/org/apache/maven/its/shade/nrse/test/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.nrse</groupId>
<artifactId>test</artifactId>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/plugin-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/plugin-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/plugin-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/plugin-descriptor-relocation/repo/org/apache/maven/its/shade/cdr/comp/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,12 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<metadata>
- <groupId>org.apache.maven.its.shade.cdr</groupId>
- <artifactId>comp</artifactId>
- <version>0.1</version>
- <versioning>
- <versions>
- <version>0.1</version>
- </versions>
- <lastUpdated>20091230143912</lastUpdated>
- </versioning>
-</metadata>
+<?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.
+-->
+
+<metadata>
+ <groupId>org.apache.maven.its.shade.cdr</groupId>
+ <artifactId>comp</artifactId>
+ <version>0.1</version>
+ <versioning>
+ <versions>
+ <version>0.1</version>
+ </versions>
+ <lastUpdated>20091230143912</lastUpdated>
+ </versioning>
+</metadata>
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.goals=clean package
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/App.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/App.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/App.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/App.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.plugins.shade.its.one;
+/*
+ * 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/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/AppOne.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/AppOne.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/AppOne.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/main/java/org/apache/maven/plugins/shade/its/one/AppOne.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.plugins.shade.its.one;
+/*
+ * 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/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/test/java/org/apache/maven/plugins/shade/its/one/AppTest.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/test/java/org/apache/maven/plugins/shade/its/one/AppTest.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/test/java/org/apache/maven/plugins/shade/its/one/AppTest.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/src/test/java/org/apache/maven/plugins/shade/its/one/AppTest.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.plugins.shade.its.one;
+/*
+ * 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/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/main/java/org/apache/maven/plugins/shade/its/two/App.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/main/java/org/apache/maven/plugins/shade/its/two/App.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/main/java/org/apache/maven/plugins/shade/its/two/App.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/main/java/org/apache/maven/plugins/shade/its/two/App.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.plugins.shade.its.two;
+/*
+ * 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/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/test/java/org/apache/maven/plugins/shade/its/two/AppTest.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/test/java/org/apache/maven/plugins/shade/its/two/AppTest.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/test/java/org/apache/maven/plugins/shade/its/two/AppTest.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/src/test/java/org/apache/maven/plugins/shade/its/two/AppTest.java
Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
package org.apache.maven.plugins.shade.its.two;
+/*
+ * 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/trunk/maven-shade-plugin/src/it/reloc-abs-resource-path/src/main/resources/org/apache/maven/from/test.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-abs-resource-path/src/main/resources/org/apache/maven/from/test.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-abs-resource-path/src/main/resources/org/apache/maven/from/test.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-abs-resource-path/src/main/resources/org/apache/maven/from/test.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
testprop=proptest
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-anno/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-anno/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-anno/invoker.properties
(original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-anno/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.java.version = 1.5+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/reloc-enum-ref-from-anno/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1 +1,18 @@
+# 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.
+
invoker.java.version = 1.5+
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.
+
# NOTE: It's the essential part of the test to re-run the package phase
invoker.goals = clean package package
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/src/main/java/org/MyInterface.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/src/main/java/org/MyInterface.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/src/main/java/org/MyInterface.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-with-reloc/src/main/java/org/MyInterface.java
Tue Sep 16 21:21:01 2014
@@ -1,6 +1,26 @@
package org;
/*
+ * 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.
+ */
+
+
+/*
* NOTE: The project's main artifact must not be empty!
*/
public interface MyInterface
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/invoker.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/invoker.properties
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/invoker.properties
Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.
+
# NOTE: It's the essential part of the test to re-run the package phase
invoker.goals = clean package package
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/src/main/java/org/MyInterface.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/src/main/java/org/MyInterface.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/src/main/java/org/MyInterface.java
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/rerun-without-reloc/src/main/java/org/MyInterface.java
Tue Sep 16 21:21:01 2014
@@ -1,6 +1,26 @@
package org;
/*
+ * 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.
+ */
+
+
+/*
* NOTE: The project's main artifact must not be empty!
*/
public interface MyInterface
Modified:
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/one/maven-metadata.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/one/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
---
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/one/maven-metadata.xml
(original)
+++
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/one/maven-metadata.xml
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
<?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.
+-->
+
<metadata>
<groupId>org.apache.maven.its.shade.srt</groupId>
<artifactId>one</artifactId>