[Macker] Define several Macker rules files
------------------------------------------

                 Key: MOJO-926
                 URL: http://jira.codehaus.org/browse/MOJO-926
             Project: Mojo
          Issue Type: Improvement
         Environment: macker-maven-plugin
            Reporter: Rémy Sanlaville
         Attachments: macker-maven-plugin.patch

I would like to propose two improvements for the macker-maven-plugin (cf. patch 
submitted) :

1. I think its better to define the rules directories (by default) to 
src/main/config rather than target/classes. In fact, I think it's better to 
don't add the Macker rules file in the project package.

2. Like for instance maven-pmd-plugin, I would like to be able to declare 
several macker rules files:
 <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>macker-maven-plugin</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <executions>
                <execution>
                        <phase>compile</phase>
                        <goals>
                                <goal>macker</goal>                       
                        </goals>
                </execution>
        </executions>
        <configuration>
            <rules>
              <rule>macker.xml</rule>
              <rule>macker-common.xml</rule>
            </rules>
        </configuration>
</plugin>

[The attachment give a patch for the both improvements (from rev 5313)]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to