Dear all,
I'm trying to install a plan, using two bundles installed in my local maven repository.
In the config file org.eclipse.virgo.repository.properties, I configured my local maven repo like this:
So I would expect Virgo looking in my repository... But it can't find my bundlesPHP Code:ext.type=external
ext.searchPattern=repository/ext/{artifact}
usr.type=watched
usr.watchDirectory=repository/usr
mavenrepo.type=watched
mavenrepo.searchPattern=h:/repository/**/{bundle}.jar
chain=mavenrepo,ext,usr
This is the error:
Cannot find bundle 'org.test.service.logging' version range '[0.0.1.SNAPSHOT, oo)' in repository 'stage-ext-usr'.
It isn't even looking in my maven repo, right? Did I forgot to configure something?
Thanks in advance,
Bram
ps: I'm running Virgo in Eclipse


