Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Setting development workspace for m2e-core and m2eclipse-wtp 0.13



On 11-03-09 08:06 AM, Snjezana Peco wrote:
Hello,

I have faced two problems while trying to set development environment
for m2eclipse 0.13. They are the following:

1) m2e-core requires
org.sonatype.plexus:plexus-build-api:0.0.7-SNAPSHOT:jar that doesn't
exist in any public maven repository.

Although 0.0.7-SNAPSHOT is wrong, plexus-build-api is embedded in
maven-runtime bundle and m2e-core development environment should not
attempt to resolve this artifact. Are you sure you setting the
environment as described in the m2e dev guide [1]?


2) m2e-core requires some Eclipse plugins that are only in EPP packages.
There aren't any compatible target environment if you want to set
m2e-core and m2eclipse-wtp in the same workspace (m2-core targets don't
include wtp/jst; m2eclipse-wtp targets don't include p2 discovery and
epp usage plugins).


I am not sure I understand the problem. .target files from m2e-core
repository have all dependencies required to work on m2e-core as far as
I know. They (obviously) do not include wtp bundles needed to work on
m2e-wtp, but this should be addressed in .target files included with
m2e-wtp source tree. Or do I miss something here?


[1] https://docs.sonatype.org/display/M2ECLIPSE/Developer+Guide

--
Regards,
Igor


Back to the top