fcrepo4-labs / fcrepo-api-x

Fedora API Extension Framework
Apache License 2.0
10 stars 11 forks source link

Set up travis builds, jenkins #24

Closed birkland closed 7 years ago

birkland commented 8 years ago

Contact Andrew Woods for setting up Jenkins to deploy snaps into sonatype.

Artifacts intended for release: groupid: org.fcrepo.apix

proof-of-concept artifacts groupid: org.fcrepo.apix.poc

emetsger commented 8 years ago

Travis builds are up (#35): https://travis-ci.org/fcrepo4-labs/fcrepo-api-x

awoods commented 8 years ago

Jenkins is now configured to build API-X on each commit: http://jenkins.fcrepo.org/job/fcrepo-api-x/

And on successful builds, deploy snapshots to the central Sonatype Maven repository: https://oss.sonatype.org/content/repositories/snapshots/org/fcrepo/apix/

birkland commented 8 years ago

Beautiful - I see Jenkins builds and snapshot artifacts created in response to recent merges. Thanks!