Community
Participate
Working Groups
Build Identifier: 0.12.0 Following the pattern of 'itp02', I've build a structure with one project that uses the maven-bundle-plugin to make an OSGi bundle, and then another that puts it into an eclipse feature and then in turn into a p2 repository, using pomDependencies=consider. All is well with the feature. Trying to build the p2 repo results in a complaint of an 'unsolvable problem' trying to find the plugin. Reproducible: Always Steps to Reproduce: 1. cd org.apache.maven.doxia.eclipse.dependencies 2. mvn install 3. cd ../p2-repository/feature 4. mvn install 5. cd ../p2 6. mvn install -- blam
Created attachment 202282 [details] Test case.
I can no longer reproduce this myself. I wonder if it will fail for you.
For me step 4 fails with @Non-resolvable parent POM: Could not find artifact org.apache.maven.doxia.ide:doxia-osgi:pom:1.0.0-SNAPSHOT@, so I cannot reproduce the problem.