Hi, Am Mittwoch, den 30.04.2008, 08:44 +0200 schrieb Carsten Ziegeler: > > (2) deploy: deployes bundles into a Sling OBR server. This is > > related to the obr bundle. If the obr bundle is redone as a > > console plugin, we might offer this part together with the > > install part to Apache Felix. > +1 - isn't the maven-bundle-plugin able to do this already as well?
Not exactly, and this is where the name is beginning to be confusing (hint: we should rename this goal probably ?). The maven-bundle-plugin deploys to a repository.xml file which it retrieves and uploads using wagon (if I understand it correctly). The maven-sling-plugin:deploy goal sends a POST containing the bundle to the obr server and leaves the rest (updating repository.xml) to the obr server. > I'll add some jira issues and start work on them asap. Cool. Thanks. Regards Felix
