Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khmarbaise/the-maven-practical-guide
An approache to write a full users guide for Apache Maven
https://github.com/khmarbaise/the-maven-practical-guide
apache-maven java maven
Last synced: 25 days ago
JSON representation
An approache to write a full users guide for Apache Maven
- Host: GitHub
- URL: https://github.com/khmarbaise/the-maven-practical-guide
- Owner: khmarbaise
- Created: 2020-05-23T07:07:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T18:51:05.000Z (11 months ago)
- Last Synced: 2024-09-29T16:24:12.821Z (about 1 month ago)
- Topics: apache-maven, java, maven
- Language: TeX
- Homepage: http://the-maven-practical-guide.io/
- Size: 5.27 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# The Maven Practical Guide
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
[![Main](https://github.com/khmarbaise/the-maven-practical-guide/workflows/Main/badge.svg)][mainbuilds]
[![Site](https://github.com/khmarbaise/the-maven-practical-guide/workflows/SitePublishing/badge.svg)][published-site]
[![Issues](https://img.shields.io/github/issues/khmarbaise/the-maven-practical-guide)](https://github.com/khmarbaise/the-maven-practical-guide/issues)
[![Issues Closed](https://img.shields.io/github/issues-closed/khmarbaise/the-maven-practical-guide)](https://github.com/khmarbaise/the-maven-practical-guide/issues?q=is%3Aissue+is%3Aclosed)# State
The project is in an early state.# Generated Sites
* Maven Project Site
* Snapshot State site: https://khmarbaise.github.io/the-maven-practical-guide* The real guide:
* HTML https://the-maven-practical-guide.io/book/the-maven-practical-guide.html
* PDF https://the-maven-practical-guide.io/book/the-maven-practical-guide.pdf# Dependency Updates
```shell
mvn -N versions:display-dependency-updates
```
# Plugin Updates```shell
mvn -N versions:display-plugin-updates
```[mainbuilds]: https://github.com/khmarbaise/the-maven-practical-guide/actions?query=workflow%3AMain
[license]: https://www.apache.org/licenses/LICENSE-2.0
[published-site]: https://khmarbaise.github.io/the-maven-practical-guide/