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>
|
||||
<packaging>provisio</packaging>
|
||||
<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>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue