Skip to content

styner9/jvm-family

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parent POM for JVM Languages

Personal preferences for maven project

Modules

Usage

<parent>
    <groupId>com.github.styner9</groupId>
    <artifactId>jvm-family-{module:java|kotlin}</artifactId>
    <version>{VERSION}</version>
</parent>

<repositories>
    <repository>
        <id>bintray-styner9-utils</id>
        <url>https://dl.bintray.com/styner9/utils</url>
    </repository>
</repositories>

Features

Plugins

  1. gitflow-maven-plugin
    $ mvn gitflow:feature-start
    $ mvn gitflow:feature-finish
    
  2. git-commit-id-plugin (+ maven-jar/war-plugin)
    • Use Cases
    • Stamps git properties to META-INF/MANIFEST.MF
      $ unzip -p path/to/your.jar META-INF/MANIFEST.MF
      
  3. versions-maven-plugin
    $ mvn versions:display-property-updates
    [INFO] The following version properties are referencing the newest available version:
    [INFO]   ${git-commit-id-plugin.version} ............................... 2.2.3
    [INFO]   ${maven-jar-plugin.version} ................................... 3.0.2
    ...
    

About

Parent POM for JVM Languages

Resources

Stars

Watchers

Forks

Packages

No packages published