summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>