mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-21405 - AOS should be an optional removable module:
Refactoring project structure git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110925 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -297,6 +297,18 @@
|
|||||||
<contextFile>${runtime.tomcat.conf.folder}/alfresco-context.xml</contextFile>
|
<contextFile>${runtime.tomcat.conf.folder}/alfresco-context.xml</contextFile>
|
||||||
<tomcatUsers>${runtime.tomcat.conf.folder}/tomcat-users.xml</tomcatUsers>
|
<tomcatUsers>${runtime.tomcat.conf.folder}/tomcat-users.xml</tomcatUsers>
|
||||||
<webapps>
|
<webapps>
|
||||||
|
<!-- Run ROOT.war -->
|
||||||
|
<webapp>
|
||||||
|
<groupId>org.alfresco</groupId>
|
||||||
|
<artifactId>alfresco-server-root</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<contextPath>/</contextPath>
|
||||||
|
<type>war</type>
|
||||||
|
<asWebapp>true</asWebapp>
|
||||||
|
<!-- Workaround for https://issues.apache.org/jira/browse/MTOMCAT-269 -->
|
||||||
|
<!-- tomcat7-maven-plugin does not pick up the context.xml file from META-INF -->
|
||||||
|
<contextFile>${project.build.directory}/tomcat/webapps/alfresco-server-root/META-INF/context.xml</contextFile>
|
||||||
|
</webapp>
|
||||||
<!-- Run solr4 alongside the repo -->
|
<!-- Run solr4 alongside the repo -->
|
||||||
<webapp>
|
<webapp>
|
||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
|
Reference in New Issue
Block a user