MVN

de.horstgernhardt : buildTools-maven-plugin

Maven & Gradle

May 27, 2023

BuildTools Maven Plugin · This plugin provides several goals that can be used in a build pipline, e.g. to handle changelog validation and publishing, to handle site publishing, to enforce requirements to parent POM or to generate checksum files for the created artifacts. This plugin is used in and optimized for the Hottbox Build Pipeline.

<plugin>
    <groupId>de.horstgernhardt</groupId>
    <artifactId>buildTools-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.horstgernhardt : buildTools-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of de.horstgernhardt : buildTools-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
buildTools-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.horstgernhardt</groupId>
    <artifactId>buildTools-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>