mirror of https://github.com/apache/maven.git
fixed name and added description
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1397835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d577f08064
commit
08c52b5c23
|
@ -31,8 +31,11 @@ under the License.
|
||||||
<artifactId>maven-it-plugin-settings</artifactId>
|
<artifactId>maven-it-plugin-settings</artifactId>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
|
||||||
<name>Maven IT Plugin :: Touch</name>
|
<name>Maven IT Plugin :: Settings</name>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<description>
|
||||||
|
A test plugin that dumps settings.
|
||||||
|
</description>
|
||||||
|
<inceptionYear>2012</inceptionYear>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue