FasterXML / jackson-parent

Parent pom for all core Jackson components (but only those -- users should use `jackson-bom`)
5 stars 21 forks source link

Release nightly/snapshot builds of all jackson modules #3

Closed Spikhalskiy closed 1 month ago

Spikhalskiy commented 8 years ago

Hi,

It's possible to find SNASHOT versions of jackson-databing in sonatype snapshot repo, but it's a but hard for some other components, even for a core. This is how repo for databind looks like: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/ And this is how repo for datatype components looks like: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/dataformat/jackson-dataformat-csv/ So, it's empty or pretty outdates. Would be great to fix publishing of all modules.

cowtowncoder commented 8 years ago

I suspect this is due to travis set up from .travis.yml, and if so PRs would be welcome. I did not set up travis build up, but have tried to improve those over time,

cowtowncoder commented 1 month ago

All modules should have CI publish working, closing.