Maven : Configuration ruleSet
Hi all!
When we launch flexpmd from the plugin maven, how could we indicate our xml rule file?
Indeed actually I run the plugin FlexPMD declared in my pom like this:
<plugin>
<groupId>com.adobe.ac</groupId>
<artifactId>flex-pmd-maven-plugin</artifactId>
<version>1.0.RC4</version>
</plugin>
But it takes by defaults all the rules. I have tried to configure my pom (like it did with ant) bya adding a configuration section where i specify my xml rule file.
<plugin>
<groupId>com.adobe.ac</groupId>
<artifactId>flex-pmd-maven-plugin</artifactId>
<version>1.0.RC4</version>
<configuration>
<ruleSet>pluginConfig/flexpmd.xml</ruleSet>
</configuration>
</plugin>
This fails unfortunatly
igreek
