mirror of https://github.com/apache/maven.git
o Improved project names
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@952643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
05fce7420c
commit
7a0edc2404
|
@ -26,7 +26,7 @@ under the License.
|
|||
<artifactId>sub-a</artifactId>
|
||||
<version>0.1</version>
|
||||
|
||||
<name>Maven Integration Test :: MNG-4381</name>
|
||||
<name>Maven Integration Test :: MNG-4381 :: A</name>
|
||||
<description>
|
||||
Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
|
||||
project and in projects with the same extension.
|
||||
|
|
|
@ -26,7 +26,7 @@ under the License.
|
|||
<artifactId>sub-b</artifactId>
|
||||
<version>0.1</version>
|
||||
|
||||
<name>Maven Integration Test :: MNG-4381</name>
|
||||
<name>Maven Integration Test :: MNG-4381 :: B</name>
|
||||
<description>
|
||||
Test that extension plugins can contribute non-core components that can be accessed by other plugins in the same
|
||||
project and in projects with the same extension.
|
||||
|
|
Loading…
Reference in New Issue