Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Where can the old version of m2e be found?

Wiki [1] explains the reasons why m2e requires explicit configuration
for all maven plugins and [2] explains how maven plugin developers can
make their code compatible with m2e without separate m2e extension.

If you have specific ideas how to make m2e reliably work with any maven
plugin, ideally backed by working patches, please bring them up on
m2e-dev@xxxxxxxxxxx and we'll see how to incorporate them.

[1] http://wiki.eclipse.org/M2E_plugin_execution_not_covered
[2] http://wiki.eclipse.org/M2E_compatible_maven_plugins

--
Regards,
Igor

On 12-04-02 10:39 AM, Christian Schneider wrote:
Thanks for the links. I am glad that the old version is still there.

Most of the plugins are not under my control so I cant really write an
extension for them.

What I wonder is if it would be possible to enable a mode like the old
m2e that simply executed the plugins for projects where not all
extensions are there.
That would help a lot. I personally doubt there will ever be extension
for most of the plugins. No one really cares to write them at the moment
and I still dont get why an extension is needed for simple plugins.
CouldnĀ“t there be a generic extension that simply can be configured in
some way? Like add source directory built from parameters in the plugin
config.

Christian


Am 02.04.2012 16:15, schrieb Martin Ellis:
On 2 April 2012 11:36, Christian Schneider<chris@xxxxxxxxxxxxxxxxx>
wrote:
For me the new m2eclipse is not really ready for production as the
projects
I use have a lot of build plugins that do not work anymore with m2e.
Of course I am also open to other solutions. I would really like the new
version to work for me but to have a special m2e plugin for every build
plugin used is just not possible for me.
If the plugins are yours, you might want to make them M2E compatible
as described here:
http://wiki.eclipse.org/M2E_compatible_maven_plugins

That would mean you wouldn't need the separate Eclipse connectors.

If you can't do that, the update sites are still available under:
https://repository.sonatype.org/content/repositories/forge-sites/

This seems to be the latest:
https://repository.sonatype.org/content/repositories/forge-sites/m2e/0.12.2/S/0.12.2.20110415-2017/


The last 0.12 I used was:
http://m2eclipse.sonatype.org/sites/m2e/0.12.0.20101115-1102/

Martin
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




Back to the top