Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenkinsci/pom

Jenkins Parent POM for libraries and core components
https://github.com/jenkinsci/pom

jenkins maven parent-pom

Last synced: 30 days ago
JSON representation

Jenkins Parent POM for libraries and core components

Awesome Lists containing this project

README

        

# Parent POM for Jenkins core and libraries

[![GitHub release](https://img.shields.io/github/release/jenkinsci/pom.svg?label=changelog)](https://github.com/jenkinsci/pom/releases/latest)

Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.
It defines common dependencies and the Maven build flow including static analysis, enforcer rules, and the release flow.

For plugins and Jenkins modules see this [Parent POM for Jenkins Plugin](https://github.com/jenkinsci/plugin-pom).

## Usage examples

* [Jenkins Core](https://github.com/jenkinsci/jenkins)
* [Jenkins Remoting](https://github.com/jenkinsci/remoting)
* [Annotation Indexer Library](https://github.com/jenkinsci/lib-annotation-indexer/blob/master/pom.xml)