mirror of https://github.com/apache/maven.git
o using the new parent which avoids site:attach-descriptor and puts the cpd-check in a profile
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@479482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b881887e38
commit
0fee21d317
|
@ -26,6 +26,5 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>maven-core-it-support</artifactId>
|
<artifactId>maven-core-it-support</artifactId>
|
||||||
<packaging>jar</packaging>
|
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-parent</artifactId>
|
<artifactId>maven-parent</artifactId>
|
||||||
<version>3</version>
|
<version>5-SNAPSHOT</version>
|
||||||
<relativePath>../pom/maven/pom.xml</relativePath>
|
<relativePath>../pom/maven/pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.apache.maven.its</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
|
|
Loading…
Reference in New Issue