Reputation: 203
Hey guys i believe it is a simple issue but i cant find anything:
How is it possible to specify the run levels for my bundles using the maven-pax-plugin?
(I call mvn pax:provision from the command line)
Thank you!
Upvotes: 0
Views: 1188
Reputation: 2369
it's a part of pax-runner provision settings
e.g
mvn:com.acme/foo/1.0.0@5
Upvotes: 3