use absolute link for license so it renders correctly in reports (e.g. `mvn project-info-reports:dependencies`)

This commit is contained in:
Alex Heneveld 2012-11-24 21:31:36 +00:00
parent 2a20ac4b31
commit 4d978e45bd
1 changed files with 3 additions and 2 deletions

View File

@ -37,8 +37,9 @@
<licenses>
<license>
<name>Apache License</name>
<url>../resources/LICENSE.txt</url>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>