Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Lifecycle mapping "org.sonatype.tycho.m2e.wrapperBundle" is not available.

Hi all.

I still cannot get tycho to build my plugin. Have been trying to solve
this for a week now, and just cannot get the Maven to find the
dependencies.

My entire project looks very much like the
<http://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts>:
the plugin has one pomfirst-bundle and one pomfirst-thirdparty
dependency. So I decided to go through the demo again, one tiny step
at a time.

For the pomfirst-thirdparty I got the error: Lifecycle mapping
"org.sonatype.tycho.m2e.wrapperBundle" is not available. This was
already discussed here
<http://dev.eclipse.org/mhonarc/lists/tycho-user/msg05177.html> a
while back, but it seems like there was no solution on that thread. Is
this error safe to ignore? Maven seems to build the
pomfirst-thirdparty fine.

TIA. ML.


Back to the top