Repository: maven-archetype
Updated Branches:
  refs/heads/master 0b48393e5 -> cf25da0bf


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html
index d90c7e7..e04b1c1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/main/java/org/apache/maven/archetype/test/com/package.html
@@ -1,2 +1,20 @@
+<!--
+  ~ 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.
+  -->
 <!-- org/apache/maven/archetype/test
 A String to search for -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java
index 06e91ba..9dee189 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/libs/prj-b/src/test/java/org/apache/maven/archetype/test/common/ComponentTest.java
@@ -1,3 +1,23 @@
 package org.apache.maven.archetype.test.common;
+
+/*
+ * 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.
+ */
+
 org/apache/maven/archetype/test/common
 A String to search for
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-3/profiles.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/profiles.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/profiles.xml
index 1e0efde..db3630e 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/profiles.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/profiles.xml
@@ -1,3 +1,21 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <!-- org/apache/maven/archetype/test
 A String to search for -->
 <profilesXml>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/apt/index.apt
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/apt/index.apt
index 807b540..313ffd9 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/apt/index.apt
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/apt/index.apt
@@ -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.
+
 org/apache/maven/archetype/test
 A String to search for
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/site.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/site.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/site.xml
index d90c7e7..e04b1c1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/site.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-3/src/site/site.xml
@@ -1,2 +1,20 @@
+<!--
+  ~ 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.
+  -->
 <!-- org/apache/maven/archetype/test
 A String to search for -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-4/archetype.properties.sample
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-4/archetype.properties.sample
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-4/archetype.properties.sample
index ab54213..c7c4a75 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-4/archetype.properties.sample
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-4/archetype.properties.sample
@@ -1,3 +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.
 archetype.groupId=org.codehaus.mojo.archetypes
 archetype.artifactId=maven-archetype-test
 archetype.version=1.0

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-5/archetype.properties.sample
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-5/archetype.properties.sample
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-5/archetype.properties.sample
index ce05498..639397f 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-5/archetype.properties.sample
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-5/archetype.properties.sample
@@ -1,2 +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.
 archetype.groupId=archetypes
 archetype.version=1.0

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/create-5/dummy.file
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/create-5/dummy.file
 
b/archetype-testing/archetype-final/src/test/resources/projects/create-5/dummy.file
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/create-5/dummy.file
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/create-5/dummy.file
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/.sonar/file.txt
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/.sonar/file.txt
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/.sonar/file.txt
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/.sonar/file.txt
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/.sonar/file.txt
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/archetype.properties.sample
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/archetype.properties.sample
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/archetype.properties.sample
index 562743a..c617e8d 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/archetype.properties.sample
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/archetype.properties.sample
@@ -1,3 +1,20 @@
+# 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.
+
 archetype.groupId=org.codehaus.mojo.archetypes
 archetype.artifactId=maven-archetype-test
 archetype.version=1.0

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/.sonar/file.txt
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/.sonar/file.txt
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/.sonar/file.txt
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/.sonar/file.txt
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/.sonar/file.txt
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/file.txt
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/file.txt
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/file.txt
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/file.txt
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns-2/folder/file.txt
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/archetype.properties.sample
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/archetype.properties.sample
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/archetype.properties.sample
index 96e11f7..9b8de3a 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/archetype.properties.sample
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/archetype.properties.sample
@@ -1,3 +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.
 archetype.groupId=org.codehaus.mojo.archetypes
 archetype.artifactId=maven-archetype-test
 archetype.version=1.0

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file
 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/exclude-patterns/nottoexclude/dummy.file
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample
 
b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample
index e527799..ba4c986 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/archetype.properties.sample
@@ -1,3 +1,20 @@
+# 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.
+
 archetype.groupId=org.codehaus.mojo.archetypes
 archetype.artifactId=maven-archetype-test
 archetype.version=1.0

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension
 
b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension
index e69de29..287f9b1 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/include-file-with-no-extension/src/main/csharp/filewithnoextension
@@ -0,0 +1,16 @@
+# 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.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java
index 89fd8b5..2fd1c2f 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/main/java/org/apache/maven/test/App.java
@@ -1,5 +1,24 @@
 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.
+ */
+
 /**
  * Hello world!
  *

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java
index b55bab0..e91a38e 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-1-project/src/test/java/org/apache/maven/test/AppTest.java
@@ -1,5 +1,24 @@
 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 junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java
index efdf66c..4d950fc 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/main/java/org/apache/maven/test/App.java
@@ -1,5 +1,24 @@
 package projects.roundtrip-1-project_1.src.main.java.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.
+ */
+
 /**
  * Hello world!
  *

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java
index d41304a..67c6271 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-2-project/src/test/java/org/apache/maven/test/AppTest.java
@@ -1,5 +1,24 @@
 package projects.roundtrip-1-project_1.src.test.java.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 junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/pom.xml
index 1d83426..1c6fcf3 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml
index e403475..abfeb67 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-api/src/main/java/com/company/proficio/api/Api.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml
index 7207ee0..27aff0d 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-cli/src/main/java/com/company/proficio/cli/Cli.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml
index 889084f..860bd3e 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-core/src/main/java/com/company/proficio/core/Core.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml
index ac8f77b..64b611b 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-model/src/main/java/org/company/proficio/model/Model.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/pom.xml
index 5973da6..a83d25a 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/pom.xml
index 28610c3..60e1e0f 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/src/main/java/com/company/proficio/store/memory/Memory.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/src/main/java/com/company/proficio/store/memory/Memory.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/src/main/java/com/company/proficio/store/memory/Memory.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/src/main/java/com/company/proficio/store/memory/Memory.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-memory/src/main/java/com/company/proficio/store/memory/Memory.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/pom.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/pom.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/pom.xml
index 4f19eb1..5c6f146 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/pom.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/pom.xml
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~     http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/src/main/java/com/company/proficio/store/xstream/XStream.java
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/src/main/java/com/company/proficio/store/xstream/XStream.java
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/src/main/java/com/company/proficio/store/xstream/XStream.java
index e69de29..7220975 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/src/main/java/com/company/proficio/store/xstream/XStream.java
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/proficio-stores/proficio-store-xstream/src/main/java/com/company/proficio/store/xstream/XStream.java
@@ -0,0 +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.
+ */
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/src/site/site.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/src/site/site.xml
 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/src/site/site.xml
index e69de29..41655e7 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/src/site/site.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/projects/roundtrip-multi/src/site/site.xml
@@ -0,0 +1,19 @@
+<?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.
+  -->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/archetype-testing/archetype-final/src/test/resources/repositories/central/archetype-catalog.xml
----------------------------------------------------------------------
diff --git 
a/archetype-testing/archetype-final/src/test/resources/repositories/central/archetype-catalog.xml
 
b/archetype-testing/archetype-final/src/test/resources/repositories/central/archetype-catalog.xml
index 77ea726..f78f50d 100644
--- 
a/archetype-testing/archetype-final/src/test/resources/repositories/central/archetype-catalog.xml
+++ 
b/archetype-testing/archetype-final/src/test/resources/repositories/central/archetype-catalog.xml
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><archetype-catalog>
+<?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.
+  -->
+<archetype-catalog>
   <archetypes>
     <archetype>
       <groupId>archetypes</groupId>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/maven-archetype-plugin/src/test/projects/deep-inheritence/nbactions.xml
----------------------------------------------------------------------
diff --git 
a/maven-archetype-plugin/src/test/projects/deep-inheritence/nbactions.xml 
b/maven-archetype-plugin/src/test/projects/deep-inheritence/nbactions.xml
index 0c8beee..7eb8eb1 100644
--- a/maven-archetype-plugin/src/test/projects/deep-inheritence/nbactions.xml
+++ b/maven-archetype-plugin/src/test/projects/deep-inheritence/nbactions.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <actions>
         <action>
             <actionName>run</actionName>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/maven-archetype-plugin/src/test/projects/sibling-dependency/nbactions.xml
----------------------------------------------------------------------
diff --git 
a/maven-archetype-plugin/src/test/projects/sibling-dependency/nbactions.xml 
b/maven-archetype-plugin/src/test/projects/sibling-dependency/nbactions.xml
index 0c8beee..7eb8eb1 100644
--- a/maven-archetype-plugin/src/test/projects/sibling-dependency/nbactions.xml
+++ b/maven-archetype-plugin/src/test/projects/sibling-dependency/nbactions.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership. The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License. You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <actions>
         <action>
             <actionName>run</actionName>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/cf25da0b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87c9c47..0c0ac4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -319,7 +319,6 @@
             <exclude>**/NamespaceStack.java</exclude>
             <exclude>**/XMLOutputter.java</exclude>
             <!-- disable test directories -->
-            <exclude>src/test/**</exclude>
             <exclude>src/it/**/goal.txt</exclude>
             <exclude>.repository/**</exclude><!-- for CI -->
             <!-- Used by JEnv -->

Reply via email to