Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dfuchss/maven-parent
- Owner: dfuchss
- License: mit
- Created: 2023-03-29T15:50:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:14:07.000Z (7 months ago)
- Last Synced: 2024-04-24T06:10:43.319Z (7 months ago)
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```xmlorg.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
```