Skip to content

Commit

Permalink
MODCLUSTER-614 Disable "Unable to locate Source XRef to link to" warn…
Browse files Browse the repository at this point in the history
…ings in Maven build
  • Loading branch information
rhusar committed Aug 24, 2017
1 parent 0262599 commit 0a7004e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -231,6 +231,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<linkXRef>false</linkXRef>
<configLocation>wildfly-checkstyle/checkstyle.xml</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
Expand Down

0 comments on commit 0a7004e

Please sign in to comment.