Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dfuchss/maven-parent

Parent for most of my Maven Projects
https://github.com/dfuchss/maven-parent

Last synced: about 8 hours ago
JSON representation

Parent for most of my Maven Projects

Awesome Lists containing this project

README

        

# maven-parent
This is a parent pom for my maven projects.

## Usage

Add the following to your pom.xml:
```xml

org.fuchss
maven-parent
X.Y.Z

```

For snapshot releases, make sure to add the following repository to your pom.xml:
```xml



false


true

mavenSnapshot
https://s01.oss.sonatype.org/content/repositories/snapshots

```