mirror of https://github.com/apache/maven.git
Add license stanza to POM
This commit is contained in:
parent
2d36e2a420
commit
252caf7fa0
|
@ -10,7 +10,13 @@
|
||||||
<version>0.1.3-SNAPSHOT</version>
|
<version>0.1.3-SNAPSHOT</version>
|
||||||
<packaging>provisio</packaging>
|
<packaging>provisio</packaging>
|
||||||
<name>Maven Wrapper</name>
|
<name>Maven Wrapper</name>
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>Apache License, Version 2.0</name>
|
||||||
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||||
|
<distribution>repo</distribution>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue