sortpom icon indicating copy to clipboard operation
sortpom copied to clipboard

Maven plugin that helps the user sort pom.xml.

Results 16 sortpom issues
Sort by recently updated
recently updated
newest added

So that the gpg plugin can be sorted after javadoc and source plugin Sorted plugins should keep this order ' executionId,groupId,artifactId' ```xml org.apache.maven.plugins maven-javadoc-plugin 3.2.0 128m 512 true true ${compileSource}...

enhancement

Sortpom tends to get a lot of automatic PRs from the dependabot, and 98% can be merged automatically. The junit tests are trusted, so if they pass the PR is...

hacktoberfest

I have some xml comment like so ``` ``` That gets converted to ``` ``` Is there a way to control this behaviour?

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/Ekryd/sortpom). ## Config Migration Needed - [ ]...

dashboard

Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.0. Release notes Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases. 3.2.0 Release Notes - Maven GPG Plugin - Version 3.2.0 ... (truncated) Commits 4b23da8 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.0...

dependencies

Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.6.0 to 3.7.0. Commits 9be6e87 [maven-release-plugin] prepare release maven-assembly-plugin-3.7.0 e8630dc Bump apache/maven-gh-actions-shared from 3 to 4 98f97a5 Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730 c84e110 [MASSEMBLY-1019] Maven 3.6.3 as minimum...

dependencies

sortpom is suggesting to collapse an XML tag that contains only space characters, even though it has the `xml:space="preserve"` attribute on it. This is used to configure some plugins, e.g:...

bug
released

I'm running the enforcer plugin and have this config in my pom.xml. ```xml org.apache.maven.plugins:maven-site-plugin, org.apache.maven.plugins:maven-deploy-plugin ``` After formatting with sortpom, this xml becomes: ```xml org.apache.maven.plugins:maven-site-plugin, org.apache.maven.plugins:maven-deploy-plugin ``` I have `true`...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/openjdk | docker | major | `17.0.13` -> `21.0.5` | | cimg/openjdk |...

Hi, thanks for a great plugin! I came across an issue regarding sorting BOM imports in the `dependencyManagement` section: Some boms import older versions of libs - for example, Springdoc...