View on GitHub

groovy-project-parent

Collection of resources and parent POMs for my Groovy projects.

Download this project as a .zip file Download this project as a tar.gz file

groovy-project-parent

Build Status License GitHub release

A project containing a few POMs intended as parent POMs for my Groovy projects, plus a resources bundle.

groovy-project-parent

Maven Central Dependency Status

<parent>
    <groupId>org.venutolo</groupId>
    <artifactId>groovy-project-parent</artifactId>
    <version>1.1.0</version>
</parent>

groovy-project-parent-with-config

Maven Central Dependency Status

<parent>
    <groupId>org.venutolo</groupId>
    <artifactId>groovy-project-parent-with-config</artifactId>
    <version>1.1.0</version>
</parent>

groovy-project-parent-with-build

Maven Central Dependency Status

<parent>
    <groupId>org.venutolo</groupId>
    <artifactId>groovy-project-parent-with-build</artifactId>
    <version>1.1.0</version>
</parent>

groovy-project-resources

Maven Central Dependency Status


Make Release

./mvnw "-Darguments=-Dassembly.skipAssembly -Dmaven.source.skip" -B release:clean release:prepare release:perform

Update Maven Wrapper

Use Maven Wrapper plugin

mvn -N io.takari:maven:wrapper -Dmaven=3.3.9

Download latest scripts

wget https://raw.githubusercontent.com/takari/maven-wrapper/master/mvnw
wget https://raw.githubusercontent.com/takari/maven-wrapper/master/mvnw.cmd