RM-4082 (Extend POM dependencies to include API Explorer)

This commit is contained in:
Tuna Aksoy
2016-09-28 18:54:08 +01:00
parent d083371d8b
commit 10d7deed1b
2 changed files with 10 additions and 2 deletions

View File

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

View File

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