I updated the file to contain -
org.ops4j.pax.url.mvn.repositories=file:${user.home}/.m2/[EMAIL PROTECTED],http://repo1.maven.org/maven2,http://people.apache.org/repo/[EMAIL PROTECTED]@noreleases
but the features/list still only showed wrapper as uninstalled and
"features/install web" still failed.
-Donald
Guillaume Nodet wrote:
The easiest way would be to modify the etc/org.ops4j.pax.url.mvn.cfg
file to add the apache snapshot repo to the list of known
repositories.
So make the following repo:
http://people.apache.org/repo/[EMAIL PROTECTED]@noreleases
is included in the following property:
org.ops4j.pax.url.mvn.repositories
On Tue, Oct 14, 2008 at 10:35 PM, Donald Woods <[EMAIL PROTECTED]> wrote:
I was looking at the users guide for for the SMX4 Kernel and was wondering
if anyone could tell me how to use -
features/addUrl
to add the Apache m2-snapshot repo, so I could try installing the web
feature into the kernel?
-Donald