Author: jvanzyl
Date: Thu Oct 19 13:51:43 2006
New Revision: 465879
URL: http://svn.apache.org/viewvc?view=rev&rev=465879
Log:
o adding IT it0106
Added:
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
(with props)
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
(with props)
maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
(with props)
Added: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml?view=auto&rev=465879
==============================================================================
--- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
(added)
+++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
Thu Oct 19 13:51:43 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Copyright 2006 The Apache Software Foundation.
+ ~
+ ~ Licensed 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>
+ <groupId>org.apache.maven.test.it0106</groupId>
+ <artifactId>A</artifactId>
+ <version>1</version>
+ <packaging>pom</packaging>
+ <name>A</name>
+</project>
+
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/A/pom.xml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"
Added: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml?view=auto&rev=465879
==============================================================================
--- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
(added)
+++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
Thu Oct 19 13:51:43 2006
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Copyright 2006 The Apache Software Foundation.
+ ~
+ ~ Licensed 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>
+
+ <parent>
+ <groupId>org.apache.maven.test.it0106</groupId>
+ <artifactId>B</artifactId>
+ <version>1</version>
+ </parent>
+
+ <artifactId>C</artifactId>
+ <packaging>pom</packaging>
+ <name>C</name>
+</project>
+
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/C/pom.xml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"
Added: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml?view=auto&rev=465879
==============================================================================
--- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
(added)
+++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
Thu Oct 19 13:51:43 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ Copyright 2006 The Apache Software Foundation.
+ ~
+ ~ Licensed 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>
+
+ <parent>
+ <groupId>org.apache.maven.test.it0106</groupId>
+ <artifactId>A</artifactId>
+ <version>1</version>
+ <relativePath>A/pom.xml</relativePath>
+ </parent>
+
+ <artifactId>B</artifactId>
+ <description>When a project has modules and its parent is not preinstalled [MNG-2318]</description>
+ <packaging>pom</packaging>
+ <name>B</name>
+
+ <modules>
+ <module>C</module>
+ </modules>
+</project>
+
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0106/pom.xml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"
|