Merged HEAD (5.2) to 5.2.N (5.2.1)

126475 jkaabimofrad: Merged FILE-FOLDER-API (5.2.0) to HEAD (5.2)
      122422 gjames: RA-810: Adding api-explorer to the maven devenv.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@126819 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ancuta Morarasu
2016-05-11 11:36:49 +00:00
parent 856e945c9b
commit 543ec21b5f
+8
View File
@@ -320,6 +320,14 @@
<asWebapp>true</asWebapp>
<contextFile>${runtime.tomcat.conf.folder}/solr-context.xml</contextFile>
</webapp>
<webapp>
<groupId>org.alfresco</groupId>
<artifactId>api-explorer</artifactId>
<version>${dependency.api-explorer.version}</version>
<contextPath>/api-explorer</contextPath>
<type>war</type>
<asWebapp>true</asWebapp>
</webapp>
</webapps>
</configuration>
</plugin>