diff --git a/pom.xml b/pom.xml index 9bbdbfe924..54ba23255f 100644 --- a/pom.xml +++ b/pom.xml @@ -96,9 +96,12 @@ -Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote + ${project.basedir}/license Alfresco Software Limited + alfresco_enterprise true false + 1.8 @@ -174,6 +177,54 @@ + + + + org.codehaus.mojo + license-maven-plugin + ${license.plugin.version} + + + ${license.verbose} + false + + + ${license.org.name} + ${license.root}/description.ftl + true + true + + + ${license.name} + file:${license.root} + + + ${license.update.dryrun} + true + true + + + + **/package-info.java + **/*.properties + **/*.css + **/*.xml + **/*.json + **/*.txt + + + + + + first + + update-file-header + + process-sources + + + + diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 440f3928ac..417191d6d2 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -13,11 +13,17 @@ + 2.45.0 4.0.5.RELEASE 1.8 testng.xml true + + + ${project.parent.basedir}/license + alfresco_community + @@ -65,54 +71,6 @@ - - - - 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/pom.xml b/rm-community/pom.xml index 64e92b3878..81c47ff9f6 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -25,5 +25,7 @@ 5.1.d-EA + ${project.parent.basedir}/license + alfresco_community diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 54cbc0fbb4..f6e2f6112b 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -24,7 +24,8 @@ 5.1.31 alfresco-rm-community-repo true - ${project.build.directory}/solr/home + ${project.build.directory}/solr/home + ${project.parent.parent.basedir}/license @@ -229,60 +230,28 @@ 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 - - - - + license-maven-plugin + + + + source/java + unit-test/java + source/compatibility + config + test/java + test/resources + + + + + first + + update-file-header + + process-sources + + +