Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcabi/jcabi-parent
A convenient parent Maven POM artifact, which we recommend using in all Maven projects
https://github.com/jcabi/jcabi-parent
java maven maven-archetype maven-pom maven-template-project
Last synced: 24 days ago
JSON representation
A convenient parent Maven POM artifact, which we recommend using in all Maven projects
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-parent
- Owner: jcabi
- License: other
- Created: 2013-09-04T13:02:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T17:21:24.000Z (about 1 month ago)
- Last Synced: 2024-09-29T16:41:20.938Z (about 1 month ago)
- Topics: java, maven, maven-archetype, maven-pom, maven-template-project
- Language: Java
- Homepage: https://parent.jcabi.com/
- Size: 3.27 MB
- Stars: 45
- Watchers: 7
- Forks: 37
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)
[![DevOps By Rultor.com](http://www.rultor.com/b/jcabi/jcabi-parent)](http://www.rultor.com/p/jcabi/jcabi-parent)
[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)[![mvn](https://github.com/jcabi/jcabi-parent/actions/workflows/mvn.yml/badge.svg)](https://github.com/jcabi/jcabi-parent/actions/workflows/mvn.yml)
[![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-parent)](http://www.0pdd.com/p?name=jcabi/jcabi-parent)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/parent)
[![Hits-of-Code](https://hitsofcode.com/github/jcabi/jcabi-parent)](https://hitsofcode.com/view/github/jcabi/jcabi-parent)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/jcabi/jcabi-parent/blob/master/LICENSE.txt)More details are here: [parent.jcabi.com](https://parent.jcabi.com/index.html)
Base your Maven projects on this artifact and you will get
many pre-configuration benefits, including up-to-date
`dependencies`, `plugins`, build `extensions`,
`repositories`, and more. All that you need to do is to
define our artifact as a parent of your project:```xml
4.0.0
com.jcabi
parent
0.68.0
[...]```
## How to contribute?
Fork the repository, make changes, submit a pull request.
We promise to review your changes same day and apply to
the `master` branch, if they look correct.Please run Maven build before submitting a pull request:
```
$ mvn clean install -Pqulice
```That's it.