Hi,

Clement Escoffier schrieb:
-----Original Message-----
From: Richard S. Hall [mailto:[EMAIL PROTECTED]
As for feeding the repository.xml file on our site: I assume this will

be one of the tasks to be done after a release has been voted. The

release manager should update the repository.xml file.


The easiest would be if we could run a maven plugin during release

creation which creates a repository.xml fragment, which we may simple

paste into the repository.xml file ?

I would prefer that we have some way of also automatically merging the
repo XML fragment too.`

Definitely agreeing here.

Updating the repository file is simple when the obr.xml file describing the
bundle is created (this file contains provided and required services, but
can be used to contain any description). To update the repository, the
following maven command works with the latest maven-bundle-plugin:
mvn clean install org.apache.felix:maven-bundle-plugin:deploy
-Dprefix=http://repo1.maven.org/maven2/ -DremoteOBR=releases.xml
-DaltDeploymentRepository=local::default::file:/Users/clement/Documents/work
spaces/ipojo-dev/releases

Ah, this is of course a great method, which is a simple command we can easily document on our release building page. Thanks.

Regards
Felix

Reply via email to