ops4j / org.ops4j.pax.construct

Build, manage and deploy many types of OSGi bundles
https://ops4j1.jira.com/wiki/display/paxconstruct/Pax+Construct
24 stars 14 forks source link

Ability to run pax:run in the background [PAXCONSTRUCT-113] #46

Open ops4j-issues opened 15 years ago

ops4j-issues commented 15 years ago

Richard Wallace created PAXCONSTRUCT-113

By default the pax:run mojo starts the container and waits for the user to manually stop it. That works great for manually testing things, but to develop webapps or other apps based on OSGi it would be nice to be able to run pax runner in a separate thread or process. Then you could start up the container during pre-integration-tests, do you're integration testing using HTMLUnit or something else in the integration-test phase, and run a pax:stop goal in the post-integration-tests phase that would stop the container. This is similar in principle to how the maven-cargo-plugin works.


Fixed in: 1.7.0 Votes: 1, Watches: 1

ops4j-issues commented 15 years ago

Stuart McCulloch commented

Target this for 1.5