MVN

com.github.ekryd.sortpom : sortpom-maven-plugin

Maven & Gradle

Jan 29, 2023
286 stars

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

<plugin>
    <groupId>com.github.ekryd.sortpom</groupId>
    <artifactId>sortpom-maven-plugin</artifactId>
    <version>3.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
sortpom-maven-plugin-3.2.1
sortpom-maven-plugin-3.2.0
3.1.x
sortpom-maven-plugin-3.1.3
sortpom-maven-plugin-3.1.2
sortpom-maven-plugin-3.1.1
sortpom-maven-plugin-3.1.0
3.0.x
sortpom-maven-plugin-3.0.1
sortpom-maven-plugin-3.0.0
2.15.x
sortpom-maven-plugin-2.15.0
2.14.x
sortpom-maven-plugin-2.14.1
sortpom-maven-plugin-2.14.0
2.13.x
sortpom-maven-plugin-2.13.1
2.12.x
sortpom-maven-plugin-2.12.0
2.11.x
sortpom-maven-plugin-2.11.0
2.10.x
sortpom-maven-plugin-2.10.0
2.9.x
sortpom-maven-plugin-2.9.0
2.8.x
sortpom-maven-plugin-2.8.0
2.7.x
sortpom-maven-plugin-2.7.0
2.6.x
sortpom-maven-plugin-2.6.0
2.5.x
sortpom-maven-plugin-2.5.0
2.4.x
sortpom-maven-plugin-2.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.github.ekryd.sortpom</groupId>
    <artifactId>sortpom-maven-plugin</artifactId>
    <version>3.2.1</version>
</plugin>

Advertisement