diff --git a/maven-version-rules.xml b/maven-version-rules.xml new file mode 100644 index 000000000..6d126d278 --- /dev/null +++ b/maven-version-rules.xml @@ -0,0 +1,26 @@ + + + + + (?i).*Alpha(?:-?\d+)? + (?i).*Beta(?:-?\d+)? + (?i).*-B(?:-?\d+)? + (?i).*RC(?:-?\d+)? + (?i).*EA(?:-?\d+)? + (?i).*SNAPSHOT(?:-?\d+)? + + (?i).*M(?:-?\d+)? + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index a8ccbadda..a1c619590 100644 --- a/pom.xml +++ b/pom.xml @@ -336,6 +336,16 @@ + + + org.codehaus.mojo + versions-maven-plugin + true + + outdated-dependencies.txt + file:///${session.executionRootDirectory}/maven-version-rules.xml + +