From 38c9ada2c70a18eb38138bace1d95da42ca23e1f Mon Sep 17 00:00:00 2001 From: Lars Wilhelmsen Date: Wed, 4 May 2022 13:12:04 +0200 Subject: [PATCH] add a BOM for common maven plugins --- examples/maven-plugins/pom.xml | 52 ++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 examples/maven-plugins/pom.xml diff --git a/examples/maven-plugins/pom.xml b/examples/maven-plugins/pom.xml new file mode 100644 index 0000000..3c9293c --- /dev/null +++ b/examples/maven-plugins/pom.xml @@ -0,0 +1,52 @@ + + + 4.0.0 + org.sral + maven-plugins-bom + 1.0.0 + pom + Maven Plugins + + + org.jetbrains.kotlin + kotlin-maven-plugin + 1.6.21 + + + org.jetbrains.kotlin + kotlin-maven-allopen + 1.6.21 + + + org.jetbrains.kotlin + kotlin-maven-noarg + 1.6.21 + + + io.quarkus.platform + quarkus-maven-plugin + 2.8.2.Final + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M6 + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.0.0-M6 + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + +