[richfaces-issues] [JBoss JIRA] (RF-12390) Create M2E plugin connector for maven-cdk-plugin
Lukáš Fryč (JIRA)
jira-events at lists.jboss.org
Fri Aug 3 07:00:07 EDT 2012
[ https://issues.jboss.org/browse/RF-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12709675#comment-12709675 ]
Lukáš Fryč commented on RF-12390:
---------------------------------
Example of simple plugin for {{maven-resources-plugin}}:
https://github.com/ianbrandt/m2e-maven-dependency-plugin
There is source of build participant which do all relevant steps:
https://github.com/ianbrandt/m2e-maven-dependency-plugin/blob/master/core/src/com/ianbrandt/tools/m2e/mdp/core/MdpBuildParticipant.java
> Create M2E plugin connector for maven-cdk-plugin
> ------------------------------------------------
>
> Key: RF-12390
> URL: https://issues.jboss.org/browse/RF-12390
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: cdk
> Affects Versions: 4.3.0.Milestone1
> Reporter: Lukáš Fryč
>
> After project import, maven-cdk-plugin will be detected by Eclipse.
> User would need to install Eclipse plugin for this M2E connector.
> Connector will satisfy, that maven-cdk-plugin's mojo {{generate}} will be triggered and then it will refresh generated sources and resources.
> ----
> It can also help include relevant sources (both input ones and generated ones) in the project setup (otherwise it can be achieved using build-helper plugin).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list