mirror of https://github.com/apache/maven.git
add an <url/> to the generated pom
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170037 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab0012f249
commit
84e5cdf09a
|
@ -5,6 +5,7 @@
|
|||
<packaging>jar</packaging>
|
||||
<version>${version}</version>
|
||||
<name>Maven Quick Start</name>
|
||||
<url>http://maven.apache.org</url>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue