mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-07-31 17:39:14 +00:00
Added aikau.version prop and dependency so it can be brought in separately
This commit is contained in:
@@ -439,6 +439,11 @@ public class RunMojo extends AbstractMojo {
|
||||
* @throws MojoExecutionException
|
||||
*/
|
||||
protected void copyAlfrescoLicense() throws MojoExecutionException {
|
||||
if (alfrescoEdition.equals(ALFRESCO_COMMUNITY_EDITION)) {
|
||||
getLog().info("NOT copying Alfresco Enterprise license, running Community edition");
|
||||
return;
|
||||
}
|
||||
|
||||
final String warOutputDir = getWarOutputDir(PLATFORM_WAR_PREFIX_NAME);
|
||||
final String licDestDir = warOutputDir + "/WEB-INF/classes/alfresco/extension/license";
|
||||
|
||||
|
Reference in New Issue
Block a user