From e2d957da2f3960028bdfdc695371f0b86b1fd88a Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Tue, 22 Jun 2010 23:02:46 +0000 Subject: [PATCH] override resources configuration from parent-pom, as they prevented the default copying of src/main/resources to occur git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@957071 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 2f98dc496..e5588e587 100644 --- a/pom.xml +++ b/pom.xml @@ -281,6 +281,21 @@ + + + ${basedir} + META-INF + + NOTICE.txt + LICENSE.txt + + + + ${basedir}/src/main/resources/META-INF/localization + META-INF/localization + + +