When I run FlexPMD 1.1 via Maven, it only checks the main source tree (src/main/flex). How can I get it to also check the test source tree (src/test/flex)?
In your POM you can add a configuration option:
<plugin> <groupId>com.adobe.ac</groupId> <artifactId>flex-pmd-maven-plugin</artifactId> <version>1.1</version> <configuration> <ruleSet>${basedir}/your-flex-pmd-ruleset.xml</ruleSet> <sourceDirectory>${basedir}/src</sourceDirectory></configuration> </plugin>
North America
Europe, Middle East and Africa
Asia Pacific