GitHub user victornoel opened a pull request: https://github.com/apache/camel/pull/526
More m2e improvements Hi, Here are more improvements for m2e, in continuation of #518. I made the generated source folder visible in Eclipse (again only for the camel-package-maven-plugin goals that are used by developers outside of the camel team). I improved a bit performance by avoiding generating uselessly some json files. And, optionally, in case you are interested, I removed the ignores of these goals for the components of the repository and for camel-core, but maybe you would prefer to keep them⦠I also added an ignore for a goal that should stay ignored I think in camel-core. Thanks again, Victor You can merge this pull request into a Git repository by running: $ git pull https://github.com/victornoel/camel m2e-improvements Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/526.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #526 ---- commit 754cbd88cbb59666763c4ca83feca6c89a272f52 Author: Victor Noël <victor.n...@linagora.com> Date: 2015-05-22T13:36:51Z More m2e improvements for camel-package-maven-plugin - Make generated folder visible in Eclipse - Uses build context output stream for better integration - Avoid generating json files when input is unchanged commit 3409b756a201b97cb52edb5f9945e18ae081fd0d Author: Victor Noël <victor.n...@linagora.com> Date: 2015-05-22T12:22:40Z Update POMs to not ignore m2e supported goals ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---