MVN

com.github.hazendaz.maven : whitespace-maven-plugin

Maven & Gradle

May 24, 2023
1 stars

whitespace-maven-plugin · Maven plugin for stripping trailing whitespace errors from java source code

<plugin>
    <groupId>com.github.hazendaz.maven</groupId>
    <artifactId>whitespace-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hazendaz.maven : whitespace-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.github.hazendaz.maven : whitespace-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
whitespace-maven-plugin-1.3.0
1.2.x
whitespace-maven-plugin-1.2.0
1.1.x
whitespace-maven-plugin-1.1.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>com.github.hazendaz.maven</groupId>
    <artifactId>whitespace-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>