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>
|
</modules>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<alfresco.version>5.1.g</alfresco.version>
|
<alfresco.version>5.2.a-EA</alfresco.version>
|
||||||
<share.version>${alfresco.version}</share.version>
|
<share.version>${alfresco.version}</share.version>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
|
<alfresco.rm.artifactId>alfresco-rm-community-repo</alfresco.rm.artifactId>
|
||||||
<skip.integrationtests>true</skip.integrationtests>
|
<skip.integrationtests>true</skip.integrationtests>
|
||||||
<alfresco.solr.home>${project.build.directory}/solr/home</alfresco.solr.home>
|
<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>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
@@ -283,7 +284,6 @@
|
|||||||
<groupId>org.alfresco.surf</groupId>
|
<groupId>org.alfresco.surf</groupId>
|
||||||
<artifactId>spring-webscripts</artifactId>
|
<artifactId>spring-webscripts</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
<version>6.7</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -527,6 +527,14 @@
|
|||||||
<contextPath>/solr4</contextPath>
|
<contextPath>/solr4</contextPath>
|
||||||
<contextFile>${alfresco.solr.home}/context.xml</contextFile>
|
<contextFile>${alfresco.solr.home}/context.xml</contextFile>
|
||||||
</webapp>
|
</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>
|
</webapps>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Reference in New Issue
Block a user