[java] Add licenseName and licenseUrl options.

This commit is contained in:
Cliffano Subagio
2016-12-13 16:55:31 +11:00
committed by wing328
parent 7fc8b24001
commit 3bc3a40073
13 changed files with 137 additions and 34 deletions

View File

@@ -14,6 +14,14 @@
<maven>2.2.0</maven>
</prerequisites>
<licenses>
<license>
<name>{{licenseName}}</name>
<url>{{licenseUrl}}</url>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<defaultGoal>install</defaultGoal>
<directory>target</directory>
@@ -117,4 +125,4 @@
<junit-version>4.8.2</junit-version>
<slf4j-version>1.6.3</slf4j-version>
</properties>
</project>
</project>