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 2013/09/14 23:18:41 UTC

svn commit: r1523330 - in /maven/plugins/trunk/maven-help-plugin/src/it: active-profiles/ active-profiles_multimodule/ all-profiles/ describe-cmd-with-goal/ describe-cmd/ describe-ga/ describe-gav/ describe-prefix-and-invalid-mojo/ describe-prefix-and-...

Author: dennisl
Date: Sat Sep 14 21:18:40 2013
New Revision: 1523330

URL: http://svn.apache.org/r1523330
Log:
Add missing license headers.
This plugin now passes the checks done by RAT.

Modified:
    maven/plugins/trunk/maven-help-plugin/src/it/active-profiles/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/active-profiles_multimodule/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/all-profiles/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/verify.groovy
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/effective-pom/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/effective-pom_properties/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/effective-settings/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/effective-settings_deep-clone/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/evaluate/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/evaluate/test.properties
    maven/plugins/trunk/maven-help-plugin/src/it/expressions/invoker.properties
    maven/plugins/trunk/maven-help-plugin/src/it/system/invoker.properties

Modified: maven/plugins/trunk/maven-help-plugin/src/it/active-profiles/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/active-profiles/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/active-profiles/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/active-profiles/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:active-profiles

Modified: maven/plugins/trunk/maven-help-plugin/src/it/active-profiles_multimodule/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/active-profiles_multimodule/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/active-profiles_multimodule/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/active-profiles_multimodule/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:active-profiles
 invoker.maven.version=3.0+

Modified: maven/plugins/trunk/maven-help-plugin/src/it/all-profiles/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/all-profiles/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/all-profiles/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/all-profiles/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:all-profiles
 invoker.maven.version = 3.0-, 3.0.4+

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd-with-goal/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 cmd = deploy:deploy

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-cmd/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 cmd = deploy

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-ga/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 plugin = org.apache.maven.plugins:maven-help-plugin

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-gav/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 plugin = org.apache.maven.plugins:maven-clean-plugin:2.4

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe
 invoker.buildResult = failure
\ No newline at end of file

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 plugin = help
 mojo = invalid

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/verify.groovy?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/verify.groovy (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-invalid-mojo/verify.groovy Sat Sep 14 21:18:40 2013
@@ -1,2 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 content = new File(basedir, 'build.log').text
 assert content.indexOf( "NullPointerException" ) < 0
\ No newline at end of file

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix-and-mojo/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 plugin = help
 mojo = describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:describe

Modified: maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/describe-prefix/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 plugin = help

Modified: maven/plugins/trunk/maven-help-plugin/src/it/effective-pom/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/effective-pom/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/effective-pom/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/effective-pom/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:effective-pom

Modified: maven/plugins/trunk/maven-help-plugin/src/it/effective-pom_properties/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/effective-pom_properties/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/effective-pom_properties/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/effective-pom_properties/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:effective-pom

Modified: maven/plugins/trunk/maven-help-plugin/src/it/effective-settings/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/effective-settings/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/effective-settings/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/effective-settings/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:effective-settings

Modified: maven/plugins/trunk/maven-help-plugin/src/it/effective-settings_deep-clone/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/effective-settings_deep-clone/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/effective-settings_deep-clone/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/effective-settings_deep-clone/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:effective-settings validate

Modified: maven/plugins/trunk/maven-help-plugin/src/it/evaluate/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/evaluate/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/evaluate/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/evaluate/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:evaluate

Modified: maven/plugins/trunk/maven-help-plugin/src/it/evaluate/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/evaluate/test.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/evaluate/test.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/evaluate/test.properties Sat Sep 14 21:18:40 2013
@@ -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.
+
 expression = project.description

Modified: maven/plugins/trunk/maven-help-plugin/src/it/expressions/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/expressions/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/expressions/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/expressions/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:expressions

Modified: maven/plugins/trunk/maven-help-plugin/src/it/system/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/it/system/invoker.properties?rev=1523330&r1=1523329&r2=1523330&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/src/it/system/invoker.properties (original)
+++ maven/plugins/trunk/maven-help-plugin/src/it/system/invoker.properties Sat Sep 14 21:18:40 2013
@@ -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 = ${project.groupId}:${project.artifactId}:${project.version}:system