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:
Jason van Zyl 2006-11-27 00:53:10 +00:00
parent b881887e38
commit 0fee21d317
2 changed files with 1 additions and 2 deletions

View File

@ -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>

View File

@ -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>