diff --git a/pom.xml b/pom.xml
index b9c76c60ab..191867fe7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,9 @@
- https://gitlab.alfresco.com/records-management/records-management.git
+ scm:git:https://gitlab.alfresco.com/records-management/records-management.git
+ scm:git:https://gitlab.alfresco.com/records-management/records-management.git
+ https://gitlab.alfresco.com/records-management/records-management
@@ -231,11 +233,6 @@
maven-failsafe-plugin
2.19
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.4
-
org.codehaus.mojo
build-helper-maven-plugin
@@ -246,6 +243,25 @@
sql-maven-plugin
1.5
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ V@{project.version}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+ -Xdoclint:none
+
+
diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml
index c917ab7ab4..50205782c5 100644
--- a/rm-community/rm-community-repo/pom.xml
+++ b/rm-community/rm-community-repo/pom.xml
@@ -213,18 +213,6 @@
-
- org.apache.maven.plugins
- maven-source-plugin
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-