From 676cc9b1fc712174570f72300b34699c4f6502b3 Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 16 Dec 2016 13:43:33 -0800 Subject: [PATCH] Issue #7: Change artifact name and provide deployment process (all except for module folder renaming) --- checkstyle-all/pom.xml | 4 +-- pom.xml | 55 +++++++++++++++++++++++++-------- sonar-checkstyle-plugin/pom.xml | 16 +++------- 3 files changed, 49 insertions(+), 26 deletions(-) diff --git a/checkstyle-all/pom.xml b/checkstyle-all/pom.xml index f6e128ba..40d3bd4a 100644 --- a/checkstyle-all/pom.xml +++ b/checkstyle-all/pom.xml @@ -3,8 +3,8 @@ 4.0.0 - org.sonarsource.checkstyle - checkstyle + com.github.checkstyle + checkstyle-sonar-plugin-parent 3.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 17e47832..f1770b1c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,38 +2,65 @@ 4.0.0 - org.sonarsource.checkstyle - checkstyle + com.github.checkstyle + checkstyle-sonar-plugin-parent 3.1-SNAPSHOT pom - SonarQube Checkstyle + Checkstyle SonarQube plugin 2012 - SonarSource - http://www.sonarsource.com + Checkstyle + http://checkstyle.sourceforge.net - GNU LGPL 3 - http://www.gnu.org/licenses/lgpl.txt + LGPL-3.0 + https://www.gnu.org/licenses/lgpl-3.0.txt repo + + romani + Roman Ivanov + Checkstyle + + project admin, lead developer + + + + rnveach + Richard Veach + Checkstyle + + developer + + godin Evgeny Mandrikov SonarSource + + former developer + m-g-sonar Michael Gumowski + SonarSource + + former developer + benzonico Nicolas Peru + SonarSource + + former developer + @@ -43,16 +70,18 @@ - scm:git:git@github.com:SonarQubeCommunity/sonar-checkstyle.git - scm:git:git@github.com:SonarQubeCommunity/sonar-checkstyle.git - https://github.com/SonarQubeCommunity/sonar-checkstyle - HEAD + scm:git:git@github.com:checkstyle/sonar-checkstyle.git + scm:git:git@github.com:checkstyle/sonar-checkstyle.git + https://github.com/checkstyle/sonar-checkstyle - https://github.com/SonarQubeCommunity/sonar-checkstyle GitHub Issues - https://github.com/SonarQubeCommunity/sonar-checkstyle/issues + https://github.com/checkstyle/sonar-checkstyle/issues + + travis + https://travis-ci.org/checkstyle/sonar-checkstyle + 7.1 diff --git a/sonar-checkstyle-plugin/pom.xml b/sonar-checkstyle-plugin/pom.xml index f05ed7f8..7b039b71 100644 --- a/sonar-checkstyle-plugin/pom.xml +++ b/sonar-checkstyle-plugin/pom.xml @@ -3,23 +3,17 @@ 4.0.0 - org.sonarsource.checkstyle - checkstyle + com.github.checkstyle + checkstyle-sonar-plugin-parent 3.1-SNAPSHOT - sonar-checkstyle-plugin + checkstyle-sonar-plugin sonar-plugin - SonarQube Checkstyle Plugin + Checkstyle SonarQube Plugin Checkstyle is a code analyser to help programmers write Java code that adheres to a coding standard. - http://redirect.sonarsource.com/plugins/checkstyle.html - - scm:git:git@github.com:SonarCommunity/sonar-checkstyle.git - scm:git:git@github.com:SonarCommunity/sonar-checkstyle.git - https://github.com/SonarCommunity/sonar-checkstyle - HEAD - + true