Add Alfresco REST API Explorer, see #366 for more details

This commit is contained in:
Ole Hejlskov
2016-03-03 11:12:10 +01:00
parent c7591ca848
commit a37b121cb6
3 changed files with 10 additions and 0 deletions

View File

@@ -142,6 +142,14 @@
<contextPath>/solr4</contextPath>
<contextFile>${project.build.directory}/contexts/context-solr.xml</contextFile>
</webapp>
<webapp>
<groupId>org.alfresco</groupId>
<artifactId>api-explorer</artifactId>
<version>${maven.alfresco.api.explorer.version}</version>
<contextPath>/api-explorer</contextPath>
<type>war</type>
<asWebapp>true</asWebapp>
</webapp>
</webapps>
</configuration>
</plugin>

View File

@@ -10,6 +10,7 @@
<ul>
<li><a href="/share">Alfresco Share</a></li>
<li><a href="/alfresco">Alfresco Repository</a></li>
<li><a href="/api-explorer">Alfresco REST API Explorer</a></li>
<li><a href="/solr4">Alfresco Solr4</a></li>
</ul>
<p><b>Resources:</b></p>

View File

@@ -158,6 +158,7 @@
- Alfresco Rapid Application Development module that starts remote JUnit runner and enables remote unit testing alfresco-rad)
-->
<maven.alfresco.version>2.2.0-SNAPSHOT</maven.alfresco.version>
<maven.alfresco.api.explorer.version>1.0</maven.alfresco.api.explorer.version>
<!-- Setup the default Embedded Tomcat port for use by the tomcat7-maven-plugin so
it can be accessed from the Groovy scripts and other places -->