From d13b81fdc28035e42beb8d0c733ad9234130636a Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Thu, 9 Jan 2020 10:49:11 -0700 Subject: [PATCH] Fix classpath and modify ruleset/ci Signed-off-by: Taylor Smock --- .classpath | 10 ++++++++++ .gitlab-ci.yml | 4 ++-- config/pmd/ruleset.xml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.classpath b/.classpath index 1701266..1150df4 100644 --- a/.classpath +++ b/.classpath @@ -25,5 +25,15 @@ + + + + + + + + + + diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e8b396c..1429c64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -247,8 +247,8 @@ publish to / GitLab.com packages: name: GitLab.com / ${CI_PROJECT_NAME} packages url: ${CI_PROJECT_URL}/-/packages script: - - ./gradlew publishAllPublicationsToGitlabRepository --stacktrace - - ./gradlew releaseToGitlab --stacktrace --info + - ./gradlew publishAllPublicationsToGitlabRepository + - ./gradlew releaseToGitlab dependencies: - build only: diff --git a/config/pmd/ruleset.xml b/config/pmd/ruleset.xml index 8b33732..5d71904 100644 --- a/config/pmd/ruleset.xml +++ b/config/pmd/ruleset.xml @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> - This ruleset checks some rules that you should normally follow for the JOSM-rapid plugin. + This ruleset checks some rules that you should normally follow for the JOSM-mapwithai plugin. Copied from josm tools/pmd/josm-ruleset.xml