From 93714619756c4d2efff02f48018ffff9f393c55c Mon Sep 17 00:00:00 2001 From: Roy Wetherall Date: Wed, 2 Mar 2016 10:38:33 +1100 Subject: [PATCH] update POM config to fix issues on Bamboo --- rm-automation/pom.xml | 94 ++++++++++---------- rm-community/rm-community-repo/pom.xml | 115 ++++++++++++------------- 2 files changed, 104 insertions(+), 105 deletions(-) diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index b63a36d28e..440f3928ac 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -65,54 +65,54 @@ - - + + - org.codehaus.mojo - license-maven-plugin - 1.8 - - - ${license.verbose} - false - - - ${license.org.name} - ${project.parent.basedir}/license/description.ftl - true - true - - - true - alfresco_community - file:/${project.parent.basedir}/license - - - ${license.update.dryrun} - true - true - - - - **/package-info.java - **/*.properties - **/*.css - **/*.xml - **/*.json - **/*.txt - - - - - - first - - update-file-header - - process-sources - - - + org.codehaus.mojo + license-maven-plugin + 1.8 + + + ${license.verbose} + false + + + ${license.org.name} + ${project.parent.basedir}/license/description.ftl + true + true + + + true + alfresco_community + file:${project.parent.basedir}/license + + + ${license.update.dryrun} + true + true + + + + **/package-info.java + **/*.properties + **/*.css + **/*.xml + **/*.json + **/*.txt + + + + + + first + + update-file-header + + process-sources + + + diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index c8acc4652e..54cbc0fbb4 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -224,65 +224,64 @@ - + - - - org.codehaus.mojo - license-maven-plugin - 1.8 - - - ${license.verbose} - false - - - ${license.org.name} - ${project.parent.parent.basedir}/license/description.ftl - true - true - - - true - alfresco_community - file:/${project.parent.parent.basedir}/license - - - ${license.update.dryrun} - true - true - - - - source/java - unit-test/java - source/compatibility - config - test/java - test/resources - - - - - **/package-info.java - **/*.properties - **/*.css - **/*.xml - **/*.json - **/*.txt - - - - - - first - - update-file-header - - process-sources - - - + + + org.codehaus.mojo + license-maven-plugin + 1.8 + + + ${license.verbose} + false + + ${license.org.name} + ${project.parent.parent.basedir}/license/description.ftl + true + true + + + true + alfresco_community + file:${project.parent.parent.basedir}/license + + + ${license.update.dryrun} + true + true + + + + source/java + unit-test/java + source/compatibility + config + test/java + test/resources + + + + + **/package-info.java + **/*.properties + **/*.css + **/*.xml + **/*.json + **/*.txt + + + + + + first + + update-file-header + + process-sources + + +