diff options
| -rw-r--r-- | pom.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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> | 
