ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

exam-maven-plugin must work with most recent maven releases [PAXEXAM-611] #721

Open ops4j-issues opened 10 years ago

ops4j-issues commented 10 years ago

Cristiano created PAXEXAM-611

When tried to run pax-exam 3.4.0 with maven 3.1.x and 3.2.x an error is throw:

Execution server of goal org.ops4j.pax.exam:exam-maven-plugin:3.4.0:start-container failed: A required class was missing while executing org.ops4j.pax.exam:exam-maven-plugin:3.4.0:start-container: org/sonatype/aether/graph/DependencyVisitor
ERROR -----------------------------------------------------
ERROR realm = plugin>org.ops4j.pax.exam:exam-maven-plugin:3.4.0
ERROR strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
ERROR urls0 = file:/home/cvgaviao/.m2/repository/org/ops4j/pax/exam/exam-maven-plugin/3.4.0/exam-maven-plugin-3.4.0.jar


Affects: 3.4.0 Votes: 0, Watches: 2

ops4j-issues commented 10 years ago

Harald Wellmann commented

Looks like a duplicate of PAXEXAM-602 . Please try again with the current 3.5.0-SNAPSHOT.

ops4j-issues commented 10 years ago

Cristiano commented

Hi Harald,

I tried 3.5.0-SNAPSHOT and I could run my tests with maven 3.2.1... awesome...

Btw, one feature that Bugzilla has and I missed in this Jira is the search for existent bugs while you type the issue title... that help avoid duplicated issues. :wink:

do you have a target date for 3.5.0 release ?