mirror of https://github.com/apache/maven.git
correcting artifactId and groupId
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@466693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9e5e161da
commit
4aa172a7c5
|
@ -1,7 +1,7 @@
|
||||||
<model>
|
<model>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven.its</groupId>
|
||||||
<artifactId>maven-core-it0047</artifactId>
|
<artifactId>maven-it-it0047</artifactId>
|
||||||
<description>Test the use case for having a compile time dependency be transitive:
|
<description>Test the use case for having a compile time dependency be transitive:
|
||||||
when you extend a class you need its dependencies at compile time.</description>
|
when you extend a class you need its dependencies at compile time.</description>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
Loading…
Reference in New Issue