summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-01-31 10:26:54 -0800
committerGary Wu <gary.i.wu@huawei.com>2017-01-31 10:29:47 -0800
commit8b3ed010c5ce27d71280b122f1b21111e3536360 (patch)
treef1a26ce723ba38d4308883ee5f3e6de75c9e8af9
parentc90231b50c8ef2aef06b8520c4a1a2323712eb23 (diff)
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 <gary.i.wu@huawei.com>
-rw-r--r--distribution/standalone/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.8</version>
<executions>
<execution>
<id>distribution</id>