Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```