update POM config to fix issues on Bamboo

This commit is contained in:
Roy Wetherall
2016-03-02 10:38:33 +11:00
parent a84922be19
commit 9371461975
2 changed files with 104 additions and 105 deletions

View File

@@ -85,7 +85,7 @@
<!-- licence configuration -->
<addJavaLicenseAfterPackage>true</addJavaLicenseAfterPackage>
<licenseName>alfresco_community</licenseName>
<licenseResolver>file:/${project.parent.basedir}/license</licenseResolver>
<licenseResolver>file:${project.parent.basedir}/license</licenseResolver>
<!-- dry run options -->
<dryRun>${license.update.dryrun}</dryRun>

View File

@@ -235,7 +235,6 @@
<verbose>${license.verbose}</verbose>
<addSvnKeyWords>false</addSvnKeyWords>
<!-- header configuration -->
<organizationName>${license.org.name}</organizationName>
<descriptionTemplate>${project.parent.parent.basedir}/license/description.ftl</descriptionTemplate>
@@ -245,7 +244,7 @@
<!-- licence configuration -->
<addJavaLicenseAfterPackage>true</addJavaLicenseAfterPackage>
<licenseName>alfresco_community</licenseName>
<licenseResolver>file:/${project.parent.parent.basedir}/license</licenseResolver>
<licenseResolver>file:${project.parent.parent.basedir}/license</licenseResolver>
<!-- dry run options -->
<dryRun>${license.update.dryrun}</dryRun>