On Mon, 2016-05-23 at 16:15 +0200, Carsten Ziegeler wrote: > Robert Munteanu wrote > > Hi, > > > > Is something like > > > > [artifacts startLevel=15 runModes=oak_mongo,oak_mongo_mpx] > > org.mongodb/mongo-java-driver/2.14.0 > > > > expected to work? > > > > In my experiments, the file is placed in the jar file at > > > > resources/install.oak_mongo.oak_mongo_mpx/15/mongo-java-driver- > > 2.14.0.jar > > > > but is not installed as a bundle in either of the run modes. Of > > course, > > reverting to a single run mode works. > > > Both run modes must be active. If you want the same artifact in two > run > modes, then you have to list it twice.
Ah, I see. Thanks, Robert
