Community
Participate
Working Groups
It would be nice if build-helper-maven-plugin configurator supported add-resource and add-test-resource goals.
(See also, bug 343030.)
*** Bug 343030 has been marked as a duplicate of this bug. ***
m2e core development team is looking for help implementing support for various "not covered" maven plugins. If you are interested, wiki [1] provides pointers where to start and we'll be happy to answer questions on m2e-dev mailing list. To avoid duplicate effort, please assign this bugzilla item to yourself if you already work on corresponding m2e extension. [1] m2e extension development is documented in http://wiki.eclipse.org/M2E_Extension_Development
Hi Igor, I would like to have a look at fixing this but I am having trouble importing https://github.com/sonatype/m2eclipse-extras into eclipse. Are there any instructions available?
m2e extensions development environment setup is documented in [1]. After that, import m2eclipse-extras as existing Maven project and let m2e install additional software when asked and let m2e restart workspace after that. All projects should compile clean when Eclipse comes back from restart. [1] http://wiki.eclipse.org/M2E_extension_development_environment
Thanks for the link, I have everything imported now. Do you have an eclipse code formatter settings file anywhere? I would like to make sure anything I do follows your conventions.
http://maven.apache.org/developers/maven-eclipse-codestyle.xml also, beware that m2eclipse-extras is not part of m2e eclipse project and Sonatype requires signed CLA before accepting any code contributions to that codebase. http://www.sonatype.org/SonatypeCLA.pdf
Hi Igor, I have added support for the add-resource and add-test-resource goals here: https://github.com/SciSysUK/m2eclipse-extras/tree/bug343310 I have also fixed a bug where tests class were output to the wrong directory. Could you let me know if the contribution would be accepted before I complete the CLA. Also the CLA link is the "Individual Contributor Agreement", is there a link for the "Corporate Contributor Agreement"? Cheers, Phil.
(In reply to comment #8) > Hi Igor, > > I have added support for the add-resource and add-test-resource goals here: > https://github.com/SciSysUK/m2eclipse-extras/tree/bug343310 > > I have also fixed a bug where tests class were output to the wrong directory. I was going to merge https://github.com/sonatype/m2eclipse-extras/pull/6 later today or tomorrow, which appears to be solving the same problem. > > Could you let me know if the contribution would be accepted before I complete > the CLA. Also the CLA link is the "Individual Contributor Agreement", is there > a link for the "Corporate Contributor Agreement"? > Please email this question to community@sonatype.com
Typical, I should not have taken so long to get around to it I guess. I might be worth comparing the solutions as I think that mine does not have the issue of the wrong output directory. I will put a comment on Gekkio's pull request so that he is also aware of it.
Done. Thank you for your contribution and patience.
Moved to https://github.com/eclipse-m2e/m2e-core/issues/