Mario Antollini created SWITCHYARD-774:
------------------------------------------
Summary: maven checkstyle:checkstyle is not checking test files
Key: SWITCHYARD-774
URL:
https://issues.jboss.org/browse/SWITCHYARD-774
Project: SwitchYard
Issue Type: Task
Affects Versions: 0.4
Reporter: Mario Antollini
Fix For: 0.4
When running "mvn checkstyle:checkstyle" the test dirs are not being taken into
account.
I tested that this can be fixed adding
<includeTestSourceDirectory>true</includeTestSourceDirectory> in
parent/pom.xml inside
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.8</version>
<configuration>
....<<<here>>>....
</configuration>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira