Add license stanza to POM

This commit is contained in:
Jason van Zyl 2015-07-14 13:33:24 -04:00 committed by rfscholte
parent 2d36e2a420
commit 252caf7fa0
1 changed files with 7 additions and 1 deletions

View File

@ -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>