Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenkinsci/pom
- Owner: jenkinsci
- Created: 2011-01-21T21:19:35.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T15:24:31.000Z (about 1 month ago)
- Last Synced: 2024-09-30T05:45:45.872Z (about 1 month ago)
- Topics: jenkins, maven, parent-pom
- Homepage: https://jenkins.io
- Size: 761 KB
- Stars: 11
- Watchers: 22
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-old.md
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)