[
https://issues.apache.org/jira/browse/RAT-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14384477#comment-14384477
]
Karl Heinz Marbaise commented on RAT-199:
-----------------------------------------
May be i wasn't clear enough...I would like create support in Eclipse to
prevent messages about not being covered by life cycle and some handling of
this within the maven-rat-plugin..the simplest step of this is to provide a
life cycle mapper for Eclipse:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<goals>
<goal>check</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
</execute>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
{code}
But i know that's not enough...
> Support for m2e in Eclipse
> --------------------------
>
> Key: RAT-199
> URL: https://issues.apache.org/jira/browse/RAT-199
> Project: Apache Rat
> Issue Type: Improvement
> Components: maven
> Affects Versions: 0.12
> Reporter: Karl Heinz Marbaise
> Priority: Minor
>
> I would like to see support for m2e in Eclipse.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)