diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..ee01cf172d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Default line-endings for repo (works on check-in and check-out) +* text eol=crlf diff --git a/pom.xml b/pom.xml index 6f0b7f0bcb..dbf421f0c8 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 fe94bf138a..12ce66f087 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 - - - -