ops4j / org.ops4j.pax.construct

Build, manage and deploy many types of OSGi bundles
https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct
24 stars 14 forks source link

Update pax-construct Quickstart, add link for pax-construct 1.5 binary to help maven 3.x users #3

Closed buzz3791 closed 12 years ago

buzz3791 commented 12 years ago

Update pax-construct Quickstart, add link for pax-construct 1.5 binary. To use Maven 3.x, you need to use at least 1.5 to avoid this error

NoSuchMethodError: org.apache.maven.project.MavenProject.addPlugin(Lorg/apache/maven/model/Plugin;)V

when running "mvn clean install" on the test\test.bundle.

2nd try, this one corrects the URL, adding 'x' back into pax in 1.5 URL.