MVN

com.google.code.sortpom : maven-sortpom-plugin

Maven & Gradle

Apr 17, 2015

SortPom Plugin · A Maven plugin that sorts the pom.xml file.

<plugin>
    <groupId>com.google.code.sortpom</groupId>
    <artifactId>maven-sortpom-plugin</artifactId>
    <version>2.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.code.sortpom : maven-sortpom-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of com.google.code.sortpom : maven-sortpom-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
maven-sortpom-plugin-2.3.1
maven-sortpom-plugin-2.3.0
2.2.x
maven-sortpom-plugin-2.2.1
2.2
maven-sortpom-plugin-2.2
2.1.x
maven-sortpom-plugin-2.1.0
2.0.x
maven-sortpom-plugin-2.0.0
1.3.x
maven-sortpom-plugin-1.3.2
maven-sortpom-plugin-1.3.1
maven-sortpom-plugin-1.3.0
1.2.x
maven-sortpom-plugin-1.2.1
maven-sortpom-plugin-1.2.0
1.1.x
maven-sortpom-plugin-1.1.0
1.0.x
maven-sortpom-plugin-1.0.0
0.4.x
maven-sortpom-plugin-0.4.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.google.code.sortpom</groupId>
    <artifactId>maven-sortpom-plugin</artifactId>
    <version>2.3.1</version>
</plugin>