https://github.com/vert-x3/vertx-ext-parent
Base parent pom for Vert.x extension projects
https://github.com/vert-x3/vertx-ext-parent
Last synced: 7 months ago
JSON representation
Base parent pom for Vert.x extension projects
- Host: GitHub
- URL: https://github.com/vert-x3/vertx-ext-parent
- Owner: vert-x3
- License: apache-2.0
- Created: 2014-12-03T13:23:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T14:58:19.000Z (9 months ago)
- Last Synced: 2025-06-08T21:08:15.741Z (7 months ago)
- Size: 107 KB
- Stars: 2
- Watchers: 24
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
## How to install/deploy
~~~
% mvn install -DskipPkg
~~~
This is important otherwise it will fail (because it can't package what does not exists).
## Base parent pom for Vert.x extension projects
This parent pom extends the `io.vertx:vertx-parent` pom and provides common default configuration and execution for
data object generation and documentation.
### Api documentation
Documentation is generated from `src/main/asciidoc` in the `target/asciidoc/java` directory in _Asciidoc_ format at compilation
time and can be previewed using the Chrome _Asciidoctor.js_ plugin.
Full api documentation can be generated using `mvn site` phase, the _Asciidoc_ files are transformed to HTML and
the Api documentation (JavaDoc) is also generated in the _target/docs_ directory.