mirror of https://github.com/apache/maven.git
adding name and url
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
84e5cdf09a
commit
5debf213f1
|
@ -4,6 +4,8 @@
|
||||||
<artifactId>${artifactId}</artifactId>
|
<artifactId>${artifactId}</artifactId>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>${version}</version>
|
<version>${version}</version>
|
||||||
|
<name>Maven Webapp</name>
|
||||||
|
<url>http://maven.apache.org</url>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue