mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
[skip tests] Add ability to build without updating AGS license year.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
<license.update.dryrun>true</license.update.dryrun>
|
<license.update.dryrun>true</license.update.dryrun>
|
||||||
<license.verbose>false</license.verbose>
|
<license.verbose>false</license.verbose>
|
||||||
|
<license.failOnNotUptodateHeader>true</license.failOnNotUptodateHeader>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -70,7 +71,7 @@
|
|||||||
<!-- dry run options -->
|
<!-- dry run options -->
|
||||||
<dryRun>${license.update.dryrun}</dryRun>
|
<dryRun>${license.update.dryrun}</dryRun>
|
||||||
<failOnMissingHeader>true</failOnMissingHeader>
|
<failOnMissingHeader>true</failOnMissingHeader>
|
||||||
<failOnNotUptodateHeader>true</failOnNotUptodateHeader>
|
<failOnNotUptodateHeader>${license.failOnNotUptodateHeader}</failOnNotUptodateHeader>
|
||||||
|
|
||||||
<!-- default root -->
|
<!-- default root -->
|
||||||
<roots>
|
<roots>
|
||||||
|
Reference in New Issue
Block a user