osgi-jax-rs-connector icon indicating copy to clipboard operation
osgi-jax-rs-connector copied to clipboard

Automate deployment process

Open hstaudacher opened this issue 11 years ago • 2 comments

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 ;)

hstaudacher avatar Oct 01 '13 05:10 hstaudacher

This would also solve issue #6

hstaudacher avatar Oct 01 '13 05:10 hstaudacher

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

ieugen avatar Feb 25 '15 14:02 ieugen