[ https://jira.codehaus.org/browse/MRRESOURCES-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl-Heinz Marbaise updated MRRESOURCES-85: ------------------------------------------- Fix Version/s: (was: 1.6) more-investigation > Add m2e mapping > --------------- > > Key: MRRESOURCES-85 > URL: https://jira.codehaus.org/browse/MRRESOURCES-85 > Project: Maven Remote Resources Plugin > Issue Type: Improvement > Affects Versions: 1.6 > Reporter: Karl-Heinz Marbaise > Priority: Minor > Fix For: more-investigation > > > Add mapping for m2e for plugin something like this. > {code:xml} > <?xml version="1.0" encoding="UTF-8"?> > <lifecycleMappingMetadata> > <pluginExecutions> > <pluginExecution> > <pluginExecutionFilter> > <goals> > <goal>bundle</goal> > <goal>process</goal> > </goals> > </pluginExecutionFilter> > <action> > <execute> > <runOnIncremental>true</runOnIncremental> > <runOnConfiguration>true</runOnConfiguration> > </execute> > </action> > </pluginExecution> > </pluginExecutions> > </lifecycleMappingMetadata> > {code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)