o updating README.txt and adding another IT for the duplicate IDs

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@375456 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2006-02-07 03:36:52 +00:00
parent d00407471a
commit ac4a6e321f
6 changed files with 44 additions and 0 deletions

View File

@ -244,9 +244,18 @@ it0088: Test path translation.
it0089: Test that Checkstyle PackageNamesLoader.loadModuleFactory(..) method will complete as-is with
the context classloader available to the plugin.
it0090: Test that ensures that envars are interpolated correctly into plugin
configurations.
it0091: Test that currently demonstrates that properties are not correctly
interpolated into other areas in the POM. This may strictly be a boolean
problem: I captured the problem as it was reported.
it0092: Test that legacy repositories with legacy snapshots download correctly.
it0093: A test that ensures that an exception is thrown when two artifacts
with the same id are present in the reactor.
-------------------------------------------------------------------------------
- generated sources

View File

@ -0,0 +1,10 @@
<model>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>parent-it0092</artifactId>
<version>1.0</version>
</parent>
<groupId>it0093</groupId>
<artifactId>one</artifactId>
</model>

View File

@ -0,0 +1,10 @@
<model>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>parent-it0092</artifactId>
<version>1.0</version>
</parent>
<groupId>it0093</groupId>
<artifactId>one</artifactId>
</model>

View File

@ -0,0 +1,3 @@
target/touch.txt
!subproject/target/touch.txt
subproject2/target/touch.txt

View File

@ -0,0 +1 @@
core-it:touch

View File

@ -0,0 +1,11 @@
<model>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven</groupId>
<artifactId>parent-it0093</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
<modules>
<module>a-one</module>
<module>b-one</module>
</modules>
</model>