summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2019-12-05 22:28:52 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2019-12-05 22:28:52 +0100
commitf1498915ecc697ef0342826dd22ac301eb716e26 (patch)
tree32038524053baaa21bbd70d51fc23dd792f40ef2 /pom.xml
parentf52aaa7eddb3e67d3400bf02b541667c688f6789 (diff)
downloadEAAF-Components-f1498915ecc697ef0342826dd22ac301eb716e26.tar.gz
EAAF-Components-f1498915ecc697ef0342826dd22ac301eb716e26.tar.bz2
EAAF-Components-f1498915ecc697ef0342826dd22ac301eb716e26.zip
change location of code-quality configuration
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 44e236eb..24ea8dbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
<spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
<license.outputDirectory>${project.build.directory}/thirdparty_licenses</license.outputDirectory>
- <pmw_rules_location>${maven.multiModuleProjectDirectory}/checks/egiz_pmd_checks.xml</pmw_rules_location>
+ <pmw_rules_location>https://apps.egiz.gv.at/checkstyle/giz_pmd_checks.xml</pmw_rules_location>
</properties>
@@ -483,7 +483,7 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${maven-checkstyle-plugin.version}</version>
<configuration>
- <configLocation>checks/egiz_checks.xml</configLocation>
+ <configLocation>https://apps.egiz.gv.at/checkstyle/egiz_checks.xml</configLocation>
<suppressionsLocation>checks/checkstyleSuppress.xml</suppressionsLocation>
<failsOnError>false</failsOnError>
<failOnViolation>true</failOnViolation>