Merge branch 'master' of https://github.com/Alfresco/InsightEngine into feature/SEARCH-2280_PipelineSuite

This commit is contained in:
Keerat
2021-01-14 12:13:41 +00:00

View File

@@ -37,6 +37,7 @@
<solr.directory>${project.build.directory}/solr-${solr.version}</solr.directory>
<licenseName>enterprise</licenseName>
<license.update.dryrun>true</license.update.dryrun>
<license.update.copyright>false</license.update.copyright>
</properties>
<modules>
<module>search-services</module>
@@ -78,7 +79,7 @@
<configuration>
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
<organizationName>Alfresco Software Limited</organizationName>
<canUpdateCopyright>true</canUpdateCopyright>
<canUpdateCopyright>${license.update.copyright}</canUpdateCopyright>
<failOnMissingHeader>true</failOnMissingHeader>
<failOnNotUptodateHeader>true</failOnNotUptodateHeader>
<licenseResolver>classpath://alfresco</licenseResolver>