Skip to content

Seedstack CI Overview

hervestern edited this page Aug 18, 2020 · 4 revisions

SCM (Source Code Management)

Github is the repository for Seedstack source files.Requires a github account.

68 repositories on November 2019

Repositories are sorted by modification date, in descending order, on project page.

Projects updated since latest release appear before distribution project (last project to be released when a new version is published).

Continuous Integration

Seedstack uses travis-ci for continuous integration. Configuration for each project is defined in .travis.yml file, at the root of the project.

Use travis https://travis-ci.org/ for building project.

  • .travis.yml files are part of source code

Note: Seedstack is compatible with WebSphere (including zOS distribution) and Tomcat.

bintray

bintray site is a deposit for Seedstack released deliverables, before they are transfered to Maven Central.

The "Latest Activity" lists all released components, especially those released after latest "distribution".

Maven Central

It is owned by sonatype, and publishing artifacts requires specific credentials.

Clone this wiki locally