https://github.com/vert-x3/vertx-parent
The base parent pom for Vert.x projects
https://github.com/vert-x3/vertx-parent
Last synced: 7 months ago
JSON representation
The base parent pom for Vert.x projects
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-parent
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-11-27T10:03:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T09:13:00.000Z (9 months ago)
- Last Synced: 2025-06-08T21:08:15.844Z (7 months ago)
- Size: 86.9 KB
- Stars: 8
- Watchers: 23
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Base parent pom for Vert.x projects
The parent pom defines common default configuration for Vert.x projects:
- base plugins versions.
- file encoding.
- Java 8 source and target.
- install test-jar, sources and test-sources artifacts.
- Netty leak detector.
- Vert.x release/snapshots repositories.