From 8130c6392d15335c1cbed2c26e67aa53d406656a Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 14 Mar 2016 20:28:28 +0000 Subject: [PATCH 1/3] Configure CRLF line endings for whole repo (cherry picked from commit 5f594edd19e37e0c6a838104c80d0da93943c428) (cherry picked from commit d179e44f7cba552554be5aa3bf30c5eec20dd2e5) --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..2e8e8e1287 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Default line-endings for repo (works on check-in and check-out) +* text eol=crlf + +# Binary files (do not alter line-endings) - from https://github.com/Alfresco/Aikau/blame/master/.gitattributes +*.bcmap binary +*.gif binary +*.jpg binary +*.mp3 binary +*.mp4 binary +*.pdf binary +*.png binary +*.PNG binary +*.woff binary \ No newline at end of file From 283e4bb1d240f7da8b3741e4426bd54225f39f8a Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 16 Mar 2016 14:45:32 +0000 Subject: [PATCH 2/3] CRLF: Update following review. Remove explicit binary types and trust Git to work it out on its own --- .gitattributes | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitattributes b/.gitattributes index 2e8e8e1287..ee01cf172d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,2 @@ # Default line-endings for repo (works on check-in and check-out) * text eol=crlf - -# Binary files (do not alter line-endings) - from https://github.com/Alfresco/Aikau/blame/master/.gitattributes -*.bcmap binary -*.gif binary -*.jpg binary -*.mp3 binary -*.mp4 binary -*.pdf binary -*.png binary -*.PNG binary -*.woff binary \ No newline at end of file From 76b947b534820acfe7740d1732bed5b6caed6b85 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Huynh Date: Fri, 18 Mar 2016 16:01:54 +0000 Subject: [PATCH 3/3] BDE-548: - Modified pom to use the maven-release-plugin - Disable doclint - Removed the explicit call to maven-source-plugin. The source jars will be created by the maven-release-plugin --- pom.xml | 28 ++++++++++++++++++++------ rm-community/rm-community-repo/pom.xml | 12 ----------- 2 files changed, 22 insertions(+), 18 deletions(-) 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 - - - -