While trying to build to try out a patch, I noticed a build failure as shown
in [1] in a fairly up-to-date master branch which didn't look correct. I
didn't expect pax-exam to depend on SNAPSHOT versions of other pax projects
like pax-url-link and pax-url-classpath that do not reside in the same
source tree as pax-exam subprojects.

Thanks,
Sahoo

[1]
Missing:
----------
1) org.ops4j.pax.url:pax-url-link:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.ops4j.pax.url
-DartifactId=pax-url-link -Dversion=1.3.5-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.url
-DartifactId=pax-url-link -Dversion=1.3.5-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.ops4j.pax.exam:pax-exam-container-native:jar:2.2.1-SNAPSHOT
  2) org.ops4j.pax.url:pax-url-link:jar:1.3.5-SNAPSHOT

2) org.ops4j.pax.url:pax-url-classpath:jar:1.3.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.ops4j.pax.url
-DartifactId=pax-url-classpath -Dversion=1.3.5-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.url
-DartifactId=pax-url-classpath -Dversion=1.3.5-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.ops4j.pax.exam:pax-exam-container-native:jar:2.2.1-SNAPSHOT
  2) org.ops4j.pax.url:pax-url-classpath:jar:1.3.5-SNAPSHOT

----------
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to