Skip to content

Instantly share code, notes, and snippets.

@cbarlin
cbarlin / POM plugin.xml
Created September 5, 2025 06:24
Xray JUnit 5 sort-of processor?
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>4.2.1</version>
<dependencies>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>4.0.28</version>
<scope>runtime</scope>