osgi-jax-rs-connector
osgi-jax-rs-connector copied to clipboard
Automate deployment process
Currently I do the releases manually. This means the following
- Build the project
- Add the p2 repository to the composite repository
- Update the bndindex (see #11)
- Upload jars to maven central
The tycho build added with commit 4b2a03dccba9d501890081ac32218907696a7007 is a great help but there are to many manual steps involved right now. I think we can do better ;)
This would also solve issue #6
Hi,
The project does not have the features descriptor published on Maven Central [1]. It should have an artifact with a features.xml classifier like you can see in [2] . The artifact should be produced, but somehow it is not published.
[1] http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.eclipsesource.jaxrs%22 [2] http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.karaf.features%22