From c5c34960471c7928def6da0a27b63570127c90cd Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Thu, 30 May 2013 20:32:17 +0200 Subject: [PATCH] Fix licence header location when building only a single sub-module --- parent/pom.xml | 2 +- pom.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index bb661c1e0..a98552e51 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -272,7 +272,7 @@ com.mycila.maven-license-plugin maven-license-plugin -
etc/license.txt
+
${basedir}/../etc/license.txt
true .idea/** diff --git a/pom.xml b/pom.xml index 9a9ace1d6..45b1fb1cb 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,13 @@ true
+ + com.mycila.maven-license-plugin + maven-license-plugin + +
etc/license.txt
+
+