https://github.com/technicalguru/pom-parent
Maven POM parent for OSS projects
https://github.com/technicalguru/pom-parent
Last synced: 3 months ago
JSON representation
Maven POM parent for OSS projects
- Host: GitHub
- URL: https://github.com/technicalguru/pom-parent
- Owner: technicalguru
- License: other
- Created: 2016-11-17T19:46:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-12-20T11:09:07.000Z (6 months ago)
- Last Synced: 2025-12-22T15:59:08.301Z (6 months ago)
- Homepage:
- Size: 462 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Overview
This is the POM parent for OSS projects distributed via Sonatype's OSS Nexus repository.
# Usage
```
eu.ralph-schuster
pom-oss
3.0.2
```
# Features
* Java 17 is default source format
* Java 17 is default target format
* Attaching Java sources
* Attaching Javadoc
* Signing artifacts
* Publishing to OSS Staging repository
* Generating Maven Site:
* Surefire JUnit test report
* Javadoc pages
* Test Javadoc pages
* Project information
* Issue tracking report (from JIRA)
* NCSS report
* Tag list report
* JUnit 5 included in build by default
# License
Licensed under [GNU LGPL](LICENSE.md).
# Help and Contribution
Please use the Issue Tracker at [GitHub](https://github.com/technicalguru/pom-parent).