From d18caa2315465120b07933da07cdb40b56d3e72c Mon Sep 17 00:00:00 2001 From: Samuel Langlois Date: Wed, 22 Jul 2015 11:19:23 +0000 Subject: [PATCH] RA-482 Bring back Solr4 into Distribution git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@108737 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- distribution/pom.xml | 21 ++++++++++++++ .../src/assembly/full-distribution.xml | 28 +++++++++++++++---- installer/pom.xml | 17 ----------- 3 files changed, 44 insertions(+), 22 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index ef792f7f4b..a6a7a0330a 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -30,6 +30,20 @@ + + + org.alfresco + alfresco-solr4-distribution + ${alfresco.share.version} + zip + + + * + * + + + + org.alfresco @@ -65,6 +79,13 @@ ${alfresco.platform.version} zip + + org.alfresco + alfresco-solr4-distribution + ${alfresco.platform.version} + zip + ${project.build.directory}/dependency/solr4 + org.alfresco alfresco-share-distribution diff --git a/distribution/src/assembly/full-distribution.xml b/distribution/src/assembly/full-distribution.xml index 3017ca6a9e..d05bef26aa 100644 --- a/distribution/src/assembly/full-distribution.xml +++ b/distribution/src/assembly/full-distribution.xml @@ -18,23 +18,41 @@ - + - ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.platform.version} + ${project.build.directory}/dependency/solr4 + solr4 + + solr4.war + + + + ${project.build.directory}/dependency/solr4 + web-server/webapps + + solr4.war + + + + + + ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version} share.war web-server/webapps - - - ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.platform.version} + ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version} *.amp amps_share + + ${project.build.directory}/dependency/alfresco-share-distribution-${alfresco.share.version}/web-extension-samples + web-server/shared/classes/alfresco/web-extension + diff --git a/installer/pom.xml b/installer/pom.xml index 6a5cc1b6ac..800e692221 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -221,23 +221,6 @@ zip ${project.build.directory}/distribution/${alfresco.package.name}-${project.version}/web-server/webapps - - - org.alfresco - alfresco-solr4-distribution - ${alfresco.platform.version} - zip - ${project.build.directory}/distribution/${alfresco.package.name}-${project.version}/solr4 - solr4.war - - - org.alfresco - alfresco-solr4-distribution - ${alfresco.platform.version} - zip - ${project.build.directory}/distribution/${alfresco.package.name}-${project.version}/web-server/webapps - solr4.war - org.alfresco