I read the "maven cookbook" a couple of years back, and one thing I picked up was using the maven-pax-plugin to start an OSGi container https://books.sonatype.com/mcookbook/reference/osgi-sect-starting-osgi-container.html https://books.sonatype.com/mcookbook/reference/ch01s04.html
I've used this to create a gogoshell launcher for my OSGi bundles: https://github.com/sbang/jsr330activator/tree/master/jsr330activator.gogoshell https://github.com/steinarb/modelstore/tree/master/modelstore.gogoshell https://github.com/steinarb/ukelonn/tree/master/ukelonn.gogoshell I think it's really neat: Drop into that directory, and do "mvn install pax:provision", and get a gogoshell prompt, where I can verify that my bundle's actually working, ie. that it has activated, and that it exposes the expected services. But the downside is that I haven't been able to find any documentation for the plugin outside of what's in the "maven cookbook". Google doesn't find any documentation pages. The github repository that show up in the results hasn't had its Java files touched in 6 years. https://github.com/ops4j/org.ops4j.pax.construct/tree/master/maven-pax-plugin Is this plugin dead? Is there a new and supported plugin that does something similar? Thanks! -- -- ------------------ OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.