[jboss-user] [JBoss Web Services] - Re: wsprovide and maven plugin

Matthew Forsythe do-not-reply at jboss.com
Mon May 21 11:41:31 EDT 2012


Matthew Forsythe [https://community.jboss.org/people/sythe001] created the discussion

"Re: wsprovide and maven plugin"

To view the discussion, visit: https://community.jboss.org/message/736845#736845

--------------------------------------------------------------
This Eclipse error simply means that the m2e Eclipse plugin does not know how to map "significant" events in the IDE (like clean project, saving files, etc.) to the goals defined by the plugin.  For example, when you save the pom.xml file, the m2e plugin re-builds the project.  If you do a "quick fix" (ctrl-1) on the error, you can permanently mark the goal as ignored in your Eclipse build.  Eclipse does this by adding a section to your pluginManagement inside your pom.xml.  This means that Eclipse will not attempt to run any goals in this plugin, and you will have to do it outside of the Eclipse environment.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/736845#736845]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120521/d2039f0b/attachment.html 


More information about the jboss-user mailing list