Skip to content

Releases: Ekryd/sortpom

v3.0.1

30 Dec 15:43

Choose a tag to compare

Fixed bug where ignoreLineSeparators was not respected during the 'verify' goal.

v3.0.0

21 Apr 06:57

Choose a tag to compare

The predefined sort order is now according to the recommended pom order (as decided in 2008). Blank lines in the POM are now kept by default. If dependencies are sorted by SCOPE, then imported bom-files will be sorted towards the top. THIS IS A BREAKING CHANGE!

v2.15.0

06 Apr 11:23

Choose a tag to compare

Added support for sortDependencyExclusions to sort dependency exclusions by groupId and/or artifactId

v2.14.1 Bug fix

31 Mar 07:05

Choose a tag to compare

Fix sorting of dependencies and plugins if artifactId or groupId contains a line break

v2.14.0

19 Mar 22:29

Choose a tag to compare

Released version 2.14.0 that adds support for indentSchemaLocation to break apart the long project declaration line at the top of the pom

v2.13.1

19 Mar 22:31

Choose a tag to compare

Released version 2.13.1 that adds support for sortExecutions (to sort executions) and verifyFailOn (to have the option of a strict verify goal)

v2.13.0

19 Mar 22:32

Choose a tag to compare

v2.13.0 Pre-release
Pre-release

The release management system failed halfway through. Use 2.13.1 instead

v2.12.0

19 Mar 22:33

Choose a tag to compare

Released version 2.12.0 that adds support to remove the space before self-closing xml tags.

v2.11.0

19 Mar 22:34

Choose a tag to compare

Released version 2.11.0 that adds support to retain the file creation time of a sorted pom file.

v2.10.0

19 Mar 22:35

Choose a tag to compare

Eclipse users will not get 'Plugin execution not covered by lifecycle configuration' error anymore.