From a979c4ce3fc8f790d9d7522045e8c35c6b84a320 Mon Sep 17 00:00:00 2001 From: Bindul Bhowmik Date: Fri, 5 Feb 2016 21:26:26 -0700 Subject: [PATCH] Add project site URL to POM As reported in issue#30, without a URL in the POM, the effective URL resolved by Maven is an invalid location (404) in the project website. This effects pages generated by Maven Project Info Report's Project Plugin Management report. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 35f5148..2832e6c 100644 --- a/pom.xml +++ b/pom.xml @@ -17,6 +17,7 @@ This plugin is designed to give you a build number. So when you might make 100 builds of version 1.0-SNAPSHOT, you can differentiate between them all. + http://www.mojohaus.org/buildnumber-maven-plugin/ 2007