Modified: maven/components/trunk/maven-core/src/test/resources/projects/bad-project.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/bad-project.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/bad-project.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/bad-project.xml Wed Feb 28 14:49:30 2007 @@ -1 +1,20 @@ -i want to be a POM! \ No newline at end of file +i want to be a <!-- +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. +--> + +POM! \ No newline at end of file
Modified: maven/components/trunk/maven-core/src/test/resources/projects/build.properties URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/build.properties?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/build.properties (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/build.properties Wed Feb 28 14:49:30 2007 @@ -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. + name = sarel Modified: maven/components/trunk/maven-core/src/test/resources/projects/child-which-inherits-from-super-model.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/child-which-inherits-from-super-model.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/child-which-inherits-from-super-model.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/child-which-inherits-from-super-model.xml Wed Feb 28 14:49:30 2007 @@ -1,3 +1,22 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <model> <groupId>foo</groupId> <artifactId>bar</artifactId> Modified: maven/components/trunk/maven-core/src/test/resources/projects/child-with-bogus-parent.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/child-with-bogus-parent.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/child-with-bogus-parent.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/child-with-bogus-parent.xml Wed Feb 28 14:49:30 2007 @@ -1,3 +1,22 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <model> <extend>${basedir}/bogus.xml</extend> Modified: maven/components/trunk/maven-core/src/test/resources/projects/child.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/child.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/child.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/child.xml Wed Feb 28 14:49:30 2007 @@ -1,3 +1,22 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <model> <extend>project.xml</extend> Modified: maven/components/trunk/maven-core/src/test/resources/projects/fully-populated-child.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/fully-populated-child.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/fully-populated-child.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/fully-populated-child.xml Wed Feb 28 14:49:30 2007 @@ -1,5 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <model> <extend>project.xml</extend> <parent> Modified: maven/components/trunk/maven-core/src/test/resources/projects/project.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/src/test/resources/projects/project.xml?view=diff&rev=513027&r1=513026&r2=513027 ============================================================================== --- maven/components/trunk/maven-core/src/test/resources/projects/project.xml (original) +++ maven/components/trunk/maven-core/src/test/resources/projects/project.xml Wed Feb 28 14:49:30 2007 @@ -1,5 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + <model> <modelVersion>3</modelVersion> <groupId>maven</groupId>