Skip to content

Commit

Permalink
Fix for #468 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTannenberg authored and romani committed Sep 10, 2016
1 parent 53abbfe commit 7003e1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sevntu-checkstyle-idea-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<overWrite>true</overWrite>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<includes>
com/github/sevntu/checkstyle/checks/**/*.class,
com/github/sevntu/checkstyle/**/*.class,
com/github/sevntu/checkstyle/**/m*.properties
</includes>
</artifactItem>
Expand All @@ -62,5 +62,4 @@
</plugin>
</plugins>
</build>

</project>

0 comments on commit 7003e1e

Please sign in to comment.