From 48d085c400e636b001d0a9fee4301e45cf565253 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Fri, 8 Feb 2019 16:15:27 +0100 Subject: [PATCH] Add missing version definition for the cleaning plugin Issue-Ref: 3620 Issue-Url: https://af3-developer.fortiss.org/issues/3620 Signed-off-by: Alexander Diewald <diewald@fortiss.org> --- releng/org.fortiss.af3.configuration/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releng/org.fortiss.af3.configuration/pom.xml b/releng/org.fortiss.af3.configuration/pom.xml index 1966786..5a8f84b 100644 --- a/releng/org.fortiss.af3.configuration/pom.xml +++ b/releng/org.fortiss.af3.configuration/pom.xml @@ -107,6 +107,11 @@ <pluginManagement> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-clean-plugin</artifactId> + <version>3.1.0</version> + </plugin> <plugin> <groupId>org.eclipse.tycho</groupId> <artifactId>tycho-surefire-plugin</artifactId> -- GitLab