I checked out latest code for exam1 from github and while trying to build
from top level, it failed like this:
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.ops4j.pax.runner:pax-runner-no-jcl:jar:1.6.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.ops4j.pax.runner
-DartifactId=pax-runner-no-jcl -Dversion=1.6.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file
there:
      mvn deploy:deploy-file -DgroupId=org.ops4j.pax.runner
-DartifactId=pax-runner-no-jcl -Dversion=1.6.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.ops4j.pax.exam:pax-exam-container-default:jar:1.2.4-SNAPSHOT
      2) org.ops4j.pax.runner:pax-runner-no-jcl:jar:1.6.0-SNAPSHOT

I tried to check out runner from github and that failed as well because of a
missing scanner artifact. I would like understand the development process.
Do I go about checking out all the referenced pax subprojects and build them
first before I can build higher level projects like exam. Should there not
be non-snapshot dependencies among the projects?

Thanks,
Sahoo
_______________________________________________
general mailing list
general@lists.ops4j.org
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to