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

svn commit: r1585579 [2/2] - in /maven/plugin-tools/trunk: maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/ maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/src/main/resources/META-INF/maven/ maven-plugin-plugin/src/it/...

Modified: maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test.mojos.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test.mojos.xml?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test.mojos.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test.mojos.xml Mon Apr  7 20:30:05 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.
+-->
+
 <pluginMetadata>
 	<mojos>
 		<mojo>

Modified: maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test2.mojos.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test2.mojos.xml?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test2.mojos.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-model/src/test/resources/test2.mojos.xml Mon Apr  7 20:30:05 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.
+-->
+
 <pluginMetadata>
 	<mojos>
 		<mojo>

Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/java/org/apache/maven/script/ant/AntMojoWrapperTest.java Mon Apr  7 20:30:05 2014
@@ -1,5 +1,24 @@
 package org.apache.maven.script.ant;
 
+/*
+ * 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.execution.MavenSession;
 import org.apache.maven.model.Build;

Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.0.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.0.xml?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.0.xml (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.0.xml Mon Apr  7 20:30:05 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.
+-->
+
 <plugin>
   <description>Test Plugin</description>
   <groupId>org.myplugin</groupId>

Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.1.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.1.xml?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.1.xml (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/META-INF/maven/plugin-2.1.xml Mon Apr  7 20:30:05 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.
+-->
+
 <plugin>
   <description>Test Plugin</description>
   <groupId>org.myplugin</groupId>

Modified: maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/test.build.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/test.build.xml?rev=1585579&r1=1585578&r2=1585579&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/test.build.xml (original)
+++ maven/plugin-tools/trunk/maven-script/maven-script-ant/src/test/resources/test.build.xml Mon Apr  7 20:30:05 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>
   <target name="init-cp" unless="cp-exists">
   	<path id="maven.plugin.classpath" location="path-is-missing"/>