mirror of https://github.com/apache/maven.git
correcting artifactId and groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ee326ea009
commit
8c1b52bd36
|
@ -1,7 +1,7 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-it0021-plugin</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0021</artifactId>
|
||||
<description>Test pom-level profile inclusion (this one is activated by system
|
||||
property).</description>
|
||||
<packaging>maven-plugin</packaging>
|
||||
|
@ -34,4 +34,4 @@
|
|||
<url>file:/tmp/testRepo</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue