Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix error in POM with .babelrc exception in checkstyle not license-ma…
Browse files Browse the repository at this point in the history
…ven-plugin list.
  • Loading branch information
mtho11 committed Jan 15, 2016
1 parent 47e7bb1 commit 889f24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<hawkular.checkstyle.excludes>
release.properties,
**/*.d.ts,
**/scripts/*.babelrc,
**/vendor/**/*.js,
**/vendor/**/*.css,
**/vendor/fonts/*.*,
Expand Down Expand Up @@ -131,6 +130,7 @@
<artifactId>license-maven-plugin</artifactId>
<configuration>
<excludes combine.children="append">
<exclude>**/scripts/**/.babelrc</exclude>
<exclude>**/vendor/**/*.js</exclude>
<exclude>**/vendor/**/*.css</exclude>
<exclude>**/vendor/fonts/*.*</exclude>
Expand Down

0 comments on commit 889f24c

Please sign in to comment.