Skip to content

Commit

Permalink
build-tools gone, one less POM, checkstyle configured from filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jan 27, 2020
1 parent 2c607a8 commit 8f695ea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 62 deletions.
11 changes: 2 additions & 9 deletions build-system/pom.xml
Expand Up @@ -1727,16 +1727,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>${checkstyle.version}</version>
<dependencies>
<dependency>
<groupId>com.evolveum.midpoint</groupId>
<artifactId>build-tools</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<configuration>
<configLocation>midpoint-build/checkstyle.xml</configLocation>
<suppressionsLocation>midpoint-build/checkstyle-suppressions.xml</suppressionsLocation>
<configLocation>${maven.multiModuleProjectDirectory}/build-system/checkstyle-configs/checkstyle.xml</configLocation>
<suppressionsLocation>${maven.multiModuleProjectDirectory}/build-system/checkstyle-configs/checkstyle-suppressions.xml</suppressionsLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
Expand Down
52 changes: 0 additions & 52 deletions build-tools/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -173,7 +173,6 @@
</repositories>

<modules>
<module>build-tools</module>
<module>build-system</module>
<module>tools</module>
<module>infra</module>
Expand Down

0 comments on commit 8f695ea

Please sign in to comment.