MVN

com.kryshchuk.maven.plugins : fixsource-maven-plugin

Maven & Gradle

Dec 16, 2015
0 stars

FixSource Maven Plugin · This plugin helps to fix several issues in project's sources.

<plugin>
    <groupId>com.kryshchuk.maven.plugins</groupId>
    <artifactId>fixsource-maven-plugin</artifactId>
    <version>1.1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kryshchuk.maven.plugins : fixsource-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.6

All Versions

Choose a version of com.kryshchuk.maven.plugins : fixsource-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
fixsource-maven-plugin-1.1.6
fixsource-maven-plugin-1.1.5
fixsource-maven-plugin-1.1.4
fixsource-maven-plugin-1.1.3
fixsource-maven-plugin-1.1.2
fixsource-maven-plugin-1.1.1
1.1
fixsource-maven-plugin-1.1
1.0
fixsource-maven-plugin-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.kryshchuk.maven.plugins</groupId>
    <artifactId>fixsource-maven-plugin</artifactId>
    <version>1.1.6</version>
</plugin>