Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

An approache to write a full users guide for Apache Maven

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/