From 4cd3a8239148a71b52f877e1701e9a33dada861f Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Tue, 1 Mar 2016 11:35:28 +1100 Subject: [PATCH] Extended configuration to cover share community, added file exclusions. --- rm-community/rm-community-repo/pom.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 94eea34391..c8acc4652e 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -234,8 +234,8 @@ ${license.verbose} - false - + false + ${license.org.name} ${project.parent.parent.basedir}/license/description.ftl @@ -254,11 +254,23 @@ - source - test - unit-test + source/java + unit-test/java + source/compatibility config + test/java + test/resources + + + + **/package-info.java + **/*.properties + **/*.css + **/*.xml + **/*.json + **/*.txt +