mirror of
https://github.com/apache/maven.git
synced 2025-02-22 10:00:09 +00:00
o correct model->project
o don't need anything but the local repo git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@512528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
344ad759cf
commit
38da48d01a
@ -1,4 +1,4 @@
|
||||
<model>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>Maven Integration Test :: it0077</name>
|
||||
<groupId>org.apache.maven.its.it0077</groupId>
|
||||
@ -20,11 +20,4 @@
|
||||
<module>sub1</module>
|
||||
<module>sub2</module>
|
||||
</modules>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>test</id>
|
||||
<url>file:target/test-repo</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</model>
|
||||
</project>
|
||||
|
@ -15,14 +15,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<name>Test Repository</name>
|
||||
<url>file:../target/test-repo</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user