From 34b2ed1a8d9d3249c5ae60263137556931c8946e Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 30 Apr 2010 12:27:41 +0000 Subject: [PATCH] Fixed a build problem where the resulting artifact does not contain the legal stuff. --- pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ef0f71087d..28cb2dbad7 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,15 @@ + + + ${basedir}/src/main/resources + + + ${basedir}/target/license + + + maven-compiler-plugin @@ -225,7 +234,7 @@ copy-resources - ${basedir}/target/classes/META-INF + ${basedir}/target/license/META-INF ${basedir}