MVN

net.trajano.mojo : m2e-codestyle-maven-plugin

Maven & Gradle

Oct 28, 2017

Maven M2E Code Style plugin · M2E 1.0+ compatible to configure code-style and save-actions for Eclipse. It provides JDT based formatter that runs from a Maven build as well.

<plugin>
    <groupId>net.trajano.mojo</groupId>
    <artifactId>m2e-codestyle-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.trajano.mojo : m2e-codestyle-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of net.trajano.mojo : m2e-codestyle-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
m2e-codestyle-maven-plugin-3.0.0
2.1.x
m2e-codestyle-maven-plugin-2.1.0
2.0.x
m2e-codestyle-maven-plugin-2.0.0
1.1.x
m2e-codestyle-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>net.trajano.mojo</groupId>
    <artifactId>m2e-codestyle-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>

Advertisement