MVN

com.despegar.maven.plugin : maven-m2e-codestyle

Maven & Gradle

Feb 22, 2013

Maven M2E Code-style plugin · M2E 1.0+ compatible to configure code-style and save-actions for Eclipse.

<plugin>
    <groupId>com.despegar.maven.plugin</groupId>
    <artifactId>maven-m2e-codestyle</artifactId>
    <version>1.0.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.despegar.maven.plugin : maven-m2e-codestyle to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.despegar.maven.plugin : maven-m2e-codestyle to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-m2e-codestyle-1.0.4
maven-m2e-codestyle-1.0.3

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.despegar.maven.plugin</groupId>
    <artifactId>maven-m2e-codestyle</artifactId>
    <version>1.0.4</version>
</plugin>