From 88bb30082ba1d82d2ece851b507faff2f6b4e4a1 Mon Sep 17 00:00:00 2001 From: Christian Wulf <chw@informatik.uni-kiel.de> Date: Tue, 20 Feb 2018 09:23:40 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 21f0452..7d777be 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,18 @@ https://github.com/ChristianWulf/qa-eclipse-plugin If you insist on using the PMD Eclipse Plugin (from https://github.com/pmd/pmd-eclipse-plugin), we refer to http://www.eclipsezone.com/articles/pmd for details about how to integrate custom PMD rules. + +## Download +Via Maven: + +``` +<dependency> + <groupId>net.sourceforge.teetime</groupId> + <artifactId>pmd.ruleset</artifactId> + <version>1.0.0-SNAPSHOT</version> +</dependency> +``` + +Via direct download: + +https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/teetime/pmd.ruleset -- GitLab