Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

The OPS4J repository is down at present and I am trying to run pax-provision using a profile for spring-dm. My question is how do I tell maven to locate the profile information from a site other than ops4j.org.

Is this possible? ideally I would like to cache all the packages from the repo especially the spring-dm details which seem never to be cached and are downloaded all the time making coding on the train and times when the site is down impossible.

Thanks Paul

share|improve this question

2 Answers

up vote 1 down vote accepted

Don't have the direct answer you are looking for, but try the OSP4J mailing list [1] - they are usually very responsive!

Cheers,

Johan

[1] general@lists.ops4j.org

share|improve this answer
Thanks will do once the site comes back – Paul Whelan Apr 7 '10 at 15:24
ok, that is worse than I thought then - didn't realize it also involved the complete OPS4J sites ... will see if i can get hold of someone to kick the boxes - if that is the issue ... – nahojkap Apr 7 '10 at 15:29
thanks nahojkap – Paul Whelan Apr 7 '10 at 15:58
Its back now anyways I'll post up my question on the list. – Paul Whelan Apr 8 '10 at 9:57

You can create your configurations with Pax Runner Platform Extender. Just create xml with platform (system bundle and other bundles definition) and attach it to Pax runned with org.ops4j.pax.runner.platform.definitionURL property.

You can find current Equinox/Felix/Knopflerfish platforms definitions https://scm.ops4j.org/repos/ops4j/qa/pax/runner-1.4.0 (see pax-runner-platform-[platform.name]/src/main/resources/META-INF/platform-[platform.name])

With these configurations you are mo flexible, because you can use the last versions of frameworks and libraries/bundles that are not supported by PaxRunner 1.4.0

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.