Skip to content

Commit

Permalink
HV-1288 Introducing forbidden apis plugin with simple configs
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and gsmet committed Apr 13, 2017
1 parent 26338fa commit df21915
Show file tree
Hide file tree
Showing 21 changed files with 177 additions and 390 deletions.
4 changes: 4 additions & 0 deletions annotation-processor/pom.xml
Expand Up @@ -79,6 +79,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
<plugin>
<groupId>de.thetaphi</groupId>
<artifactId>forbiddenapis</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
172 changes: 0 additions & 172 deletions build-config/src/main/resources/checkstyle-documentation.xml

This file was deleted.

182 changes: 0 additions & 182 deletions build-config/src/main/resources/checkstyle-junit.xml

This file was deleted.

0 comments on commit df21915

Please sign in to comment.