mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4082 (Extend POM dependencies to include API Explorer)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<alfresco.version>5.1.g</alfresco.version>
|
||||
<alfresco.version>5.2.a-EA</alfresco.version>
|
||||
<share.version>${alfresco.version}</share.version>
|
||||
</properties>
|
||||
</project>
|
||||
|
@@ -25,6 +25,7 @@
|
||||
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
|
||||
<skip.integrationtests>true</skip.integrationtests>
|
||||
<alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home>
|
||||
<maven.alfresco.rm.api.explorer.version>1.0-SNAPSHOT</maven.alfresco.rm.api.explorer.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
@@ -283,7 +284,6 @@
|
||||
<groupId>org.alfresco.surf</groupId>
|
||||
<artifactId>spring-webscripts</artifactId>
|
||||
<classifier>tests</classifier>
|
||||
<version>6.7</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -527,6 +527,14 @@
|
||||
<contextPath>/solr4</contextPath>
|
||||
<contextFile>${alfresco.solr.home}/context.xml</contextFile>
|
||||
</webapp>
|
||||
<webapp>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-rm-api-explorer</artifactId>
|
||||
<version>${maven.alfresco.rm.api.explorer.version}</version>
|
||||
<contextPath>/api-explorer</contextPath>
|
||||
<type>war</type>
|
||||
<asWebapp>true</asWebapp>
|
||||
</webapp>
|
||||
</webapps>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
Reference in New Issue
Block a user