diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml
index 51cd214259..b408484633 100644
--- a/rm-community/rm-community-repo/pom.xml
+++ b/rm-community/rm-community-repo/pom.xml
@@ -25,6 +25,7 @@
alfresco-rm-community-repo
true
${project.build.directory}/solr/home
+ 1.4
@@ -532,11 +533,19 @@
/solr4
${alfresco.solr.home}/context.xml
+
+ org.alfresco
+ api-explorer
+ ${api.explorer.version}
+ /api-explorer
+ war
+ true
+
org.alfresco
alfresco-rm-community-rest-api-explorer
${project.version}
- /api-explorer
+ /rm-api-explorer
war
true
diff --git a/rm-community/rm-community-rest-api-explorer/pom.xml b/rm-community/rm-community-rest-api-explorer/pom.xml
index 84e073c0db..00fef984bf 100644
--- a/rm-community/rm-community-rest-api-explorer/pom.xml
+++ b/rm-community/rm-community-rest-api-explorer/pom.xml
@@ -11,7 +11,7 @@
- 2.0-SNAPSHOT
+ 1.4
2.1.4
1.7
1.7
@@ -30,6 +30,9 @@
org.alfresco
api-explorer
+
+ definitions/*
+
diff --git a/rm-community/rm-community-rest-api-explorer/src/main/webapp/index.html b/rm-community/rm-community-rest-api-explorer/src/main/webapp/index.html
index b08cfe78ef..f20f567268 100644
--- a/rm-community/rm-community-rest-api-explorer/src/main/webapp/index.html
+++ b/rm-community/rm-community-rest-api-explorer/src/main/webapp/index.html
@@ -32,7 +32,7 @@