mirror of https://github.com/apache/maven.git
correcting artifactId and groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466656 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db9c18580c
commit
38ac8d70c0
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core-it0008</artifactId>
|
||||
<groupId>org.apache.maven.its</groupId>
|
||||
<artifactId>maven-it-it0008</artifactId>
|
||||
<description>Simple goal decoration where a plugin binds to a phase and the plugin must
|
||||
be downloaded from a remote repository before it can be executed. This
|
||||
test also checks to make sure that mojo parameters are aligned to the
|
||||
|
|
Loading…
Reference in New Issue