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:
Stefan Kopf
2015-08-26 13:30:39 +00:00
parent f2fe0ce6ab
commit 45458b3539

12
pom.xml
View File

@@ -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>