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: 2 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:57:32.000Z (8 months ago)
- Last Synced: 2024-10-29T15:23:42.534Z (8 months 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
[](https://www.elegantobjects.org)
[](http://www.rultor.com/p/jcabi/jcabi-parent)
[](https://www.jetbrains.com/idea/)[](https://github.com/jcabi/jcabi-parent/actions/workflows/mvn.yml)
[](http://www.0pdd.com/p?name=jcabi/jcabi-parent)
[](https://maven-badges.herokuapp.com/maven-central/com.jcabi/parent)
[](https://hitsofcode.com/view/github/jcabi/jcabi-parent)
[](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.