From 5151746916b80de200576a3e3ab2b1ae3a925a59 Mon Sep 17 00:00:00 2001 From: "M. Noerder-Tuitje" Date: Thu, 31 Aug 2017 14:40:00 +0200 Subject: [PATCH] noerder-tuitje;added enforcer-plugin to release process --- kissmda-parent/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/kissmda-parent/pom.xml b/kissmda-parent/pom.xml index c38efd7..a790db1 100644 --- a/kissmda-parent/pom.xml +++ b/kissmda-parent/pom.xml @@ -250,7 +250,38 @@ + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + + enforce-no-snapshots + + enforce + + generate-resources + true + + + + No Snapshots Dependencies Allowed! + true + + + true + + + + + + + + maven-enforcer-plugin + org.apache.maven.plugins maven-gpg-plugin