You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Hendy Irawan (JIRA)" <ji...@apache.org> on 2009/06/21 21:32:07 UTC

[jira] Commented: (FELIX-310) provide a maven 'felix:run' goal for running a maven created bundle inside an embedded Felix server

    [ https://issues.apache.org/jira/browse/FELIX-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722408#action_12722408 ] 

Hendy Irawan commented on FELIX-310:
------------------------------------

For the 'felix:run' use case, I think Pax Runner & maven-pax-plugin should be used, i.e. contributed as part of Felix plugin.

For testing use case, I think it should be filed as separate ticket.

> provide a maven 'felix:run' goal for running a maven created bundle inside an embedded Felix server
> ---------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-310
>                 URL: https://issues.apache.org/jira/browse/FELIX-310
>             Project: Felix
>          Issue Type: New Feature
>          Components: Bundle Repository (OBR), Installer
>            Reporter: james strachan
>
> If you've ever used the 'mvn jetty:run' plugin, you'll know how damn useful it is to boot up a web app quickly via the maven plugin for jetty.
> It would be great if you could run...
> {code}
> mvn felix:run
> {code}
> which would create the bundle in the current project (using the bundle plugin), then boot up an embedded Felix container and deploy the bundle inside the container to check things work fine. You could maybe also add dependencies of other bundles to be deployed with it for system tests?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.