From 8b3ed010c5ce27d71280b122f1b21111e3536360 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 31 Jan 2017 10:26:54 -0800 Subject: Fix build issue "posix is not a legal value" Due to missing version tag, the maven-antrun-plugin version is environment-dependent and can fail if the incorrect version is being used. This change specifies a specific version to solve this issue. Change-Id: I9340901adc911084302d20e1b27d069046ab05f1 Issue-id: VNFSDK-57 Signed-off-by: Gary Wu --- distribution/standalone/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/standalone/pom.xml b/distribution/standalone/pom.xml index eff47f6..77f02e0 100644 --- a/distribution/standalone/pom.xml +++ b/distribution/standalone/pom.xml @@ -120,6 +120,7 @@ org.apache.maven.plugins maven-antrun-plugin + 1.8 distribution -- cgit 1.2.3-korg