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