mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD (5.1) to 5.1.N (5.1.1)
119937 jphuynh: Merged 5.1-MC1 (5.1.0) to HEAD (5.1) 119423 skopf: Merged AOS-SEPARATION (5.1.0) to 5.1-MC1 (5.1.0) 115135 skopf: ALF-21405 - AOS should be an optional removable module: BDE-415 - Include AOS module in installer: Get sharepoint-masquerade from alfresco-sharepoint-masquerade-distributionzip instead of individually from repository and local files git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.1.N/root@120187 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
23
pom.xml
23
pom.xml
@@ -297,29 +297,12 @@
|
||||
<outputDirectory>${project.build.directory}/distribution/${alfresco.distribution.name}-${project.version}/web-server/webapps</outputDirectory>
|
||||
<includes>solr4.war</includes>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>get-sharepoint-masquerade</id>
|
||||
<phase>prepare-package</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>org.alfresco.sharepoint-masquerade</groupId>
|
||||
<artifactId>alfresco-sharepoint-masquerade</artifactId>
|
||||
<artifactId>alfresco-sharepoint-masquerade-distributionzip</artifactId>
|
||||
<version>${alfresco.sharepoint-masquerade.version}</version>
|
||||
<type>amp</type>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>org.alfresco.sharepoint-masquerade</groupId>
|
||||
<artifactId>alfresco-vti-bin</artifactId>
|
||||
<version>${alfresco.sharepoint-masquerade.version}</version>
|
||||
<destFileName>_vti_bin.war</destFileName>
|
||||
<type>war</type>
|
||||
<type>zip</type>
|
||||
<outputDirectory>${project.build.directory}/distribution/sharepoint-masquerade</outputDirectory>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
|
Reference in New Issue
Block a user