aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-09-25 15:38:42 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-09-25 15:38:47 +0800
commite4a0518e188973901b3502217264a5ca029557d8 (patch)
tree047abd4d206d65ace5d720eececf34d46510102f
parentcdb18b6e9e8c707a7447c77442bc7a9592c4672f (diff)
add antrun version configuration
Change-Id: Ifa1a6e3180428e1bfd5aa9de802d49a49acf2d4b Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 47e66c2c..f88d21cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,6 +226,11 @@
<target>1.8</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.8</version>
+ </plugin>
</plugins>
</build>