mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update POM config to fix issues on Bamboo
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user