Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] juno work heads up

W dniu 2011-09-23 05:14, Igor Fedorenko pisze:
I also plan to rework packaging of m2e embedded maven runtime and other
"wrapper" bundles. Instead of tycho generate-bundle goal, which has been
removed from tycho 0.13 already, the project will use
maven-bundle-plugin with <Embed-Dependency>. I also made required
changed to m2e-tycho and worked with pde, maven-bundle-plugin, and bnd
developers to make <Embed-Dependency> work inside eclipse workspace. The
end result, all embedded dependencies will be dynamically resolved from
repositories, so switching to new maven version, for example, will be as
easy as changing pom.xml file. Workspace dependency resolution works
too, so it will be possible to make changes to maven and debug the
results in m2e without any intermediate steps.
This sounds great! Working with embedded jars was one of the more problematic parts of m2e extensions development. I'm looking forward to working with this improved infrastructure while preparing next release of my connectors.

Cheers,
Rafał


Back to the top