Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0098/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0098/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0098/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0098/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <project> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0098</name> <groupId>org.apache.maven.its.it0098</groupId> <artifactId>maven-it-it0098</artifactId> <description>Test that quoted system properties are processed correctly. [MNG-1415]</description>
Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0099/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0099/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0099/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0099/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <project> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0099</name> <groupId>org.apache.maven.its.it0099</groupId> <artifactId>maven-it-it0099</artifactId> <description>Test that parent-POMs cached during a build are available as parents Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0100/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,15 +1,13 @@ <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> + <name>Maven Integration Test :: it0100</name> <groupId>org.apache.maven.its.it0100</groupId> <artifactId>maven-it-it0100</artifactId> <description>Test that ${parent.artifactId} resolves correctly. [MNG-2124]</description> <packaging>pom</packaging> <version>1.0</version> - <name>root</name> - <modules> <module>parent/child</module> </modules> - </project> Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0101/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <project> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0101</name> <groupId>org.apache.maven.its.it0101</groupId> <artifactId>maven-it-it0101</artifactId> <description>Test that properties defined in an active profile in the user's Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0102/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0102/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0102/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0102/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,14 +1,13 @@ <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> + <name>Maven Integration Test :: it0102</name> <groupId>org.apache.maven.its.it0102</groupId> <artifactId>maven-it-it0102</artifactId> <description>Test that <activeByDefault/> calculations for profile activation only use profiles defined in the POM. [MNG-2136]</description> <packaging>pom</packaging> <version>1.0</version> - <name>parent</name> - <build> <plugins> <plugin> Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0103/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <project> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0103</name> <groupId>org.apache.maven.its.it0103</groupId> <artifactId>maven-it-it0103</artifactId> <description>Verify that multimodule builds where one project references another as @@ -7,7 +8,6 @@ <relativePath/> and is not in the local repository. [MNG-2196]</description> <version>1</version> <packaging>pom</packaging> - <modules> <module>level1</module> </modules> Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0104/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,6 +1,7 @@ <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> + <name>Maven Integration Test :: it0104</name> <groupId>org.apache.maven.its.it0104</groupId> <artifactId>maven-it-it0104</artifactId> <description>Verify that plugin configurations are resolved correctly, particularly Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0105/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <project xmlns="http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0105</name> <groupId>org.apache.maven.its.it0105</groupId> <artifactId>maven-it-it0105</artifactId> <description>MRESOURCES-18</description> Modified: maven/components/trunk/maven-core-integration-tests/src/test/resources/it0107/pom.xml URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core-integration-tests/src/test/resources/it0107/pom.xml?view=diff&rev=466913&r1=466912&r2=466913 ============================================================================== --- maven/components/trunk/maven-core-integration-tests/src/test/resources/it0107/pom.xml (original) +++ maven/components/trunk/maven-core-integration-tests/src/test/resources/it0107/pom.xml Sun Oct 22 20:32:17 2006 @@ -1,5 +1,6 @@ <model> <modelVersion>4.0.0</modelVersion> + <name>Maven Integration Test :: it0107</name> <groupId>org.apache.maven.its.it0107</groupId> <artifactId>maven-it-it0107</artifactId> <description>Verify that default implementation of an implementation for a complex object works as
