MVN

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

Maven & Gradle

Mar 30, 2014
7 stars

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

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

Latest Version

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

  • Latest Stable: 1.0.4

All Versions

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

Version Vulnerabilities Updated
1.0.x
whitespace-maven-plugin-1.0.4
whitespace-maven-plugin-1.0.3
whitespace-maven-plugin-1.0.2
whitespace-maven-plugin-1.0.1
whitespace-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>com.github.dantwining.whitespace-maven-plugin</groupId>
    <artifactId>whitespace-maven-plugin</artifactId>
    <version>1.0.4</version>
</plugin>