From 4d978e45bda343d5f59d316a42b32417c05c3343 Mon Sep 17 00:00:00 2001 From: Alex Heneveld Date: Sat, 24 Nov 2012 21:31:36 +0000 Subject: [PATCH] use absolute link for license so it renders correctly in reports (e.g. `mvn project-info-reports:dependencies`) --- project/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project/pom.xml b/project/pom.xml index bdb2f31e4c..d2732ff9d9 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -37,8 +37,9 @@ - Apache License - ../resources/LICENSE.txt + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo