Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeluard/oss-parent
Parent POM for github based projects
https://github.com/jeluard/oss-parent
Last synced: about 1 month ago
JSON representation
Parent POM for github based projects
- Host: GitHub
- URL: https://github.com/jeluard/oss-parent
- Owner: jeluard
- License: apache-2.0
- Created: 2012-09-21T21:38:50.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T11:20:46.000Z (over 9 years ago)
- Last Synced: 2024-10-24T08:51:45.243Z (3 months ago)
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A parent POM for my Github based projects.
# Usage
Use following snippet as a basis for a new project:
```xml
4.0.0
...
1.0-SNAPSHOT...
...
com.github.jeluard
oss-parent
6
scm:git:[email protected]:jeluard/....git
scm:git:[email protected]:jeluard/....git
[email protected]:jeluard/....git
```
# Release
To do a complete release:
```
mvn clean install
mvn release:prepare
mvn release:perform
mvn nexus-staging:release
```You might want to run following before:
```
mvn animal-sniffer:check
mvn license:check //mvn license:format to apply proper license
```