summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-09-14 00:20:34 +0000
committerLusheng Ji <lji@research.att.com>2017-09-14 00:20:41 +0000
commitd5dc08c6f474414570009b6ff6041c30e4cf192f (patch)
tree00b6c9f098f5236940cf9fa3b656d7063e95db77 /pom.xml
parent6098325c5bd53dd1a483b3d082e1872dd6e7cef5 (diff)
Use standard docker tag
Issue-Id: DCAEGEN2-60 Change-Id: I8c2a9a9542db66b2a82ab4795b411e11691e0f13 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5160bf85..9fd795a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,6 +545,19 @@
</arguments>
</configuration>
</execution>
+ <execution>
+ <id>install script</id>
+ <phase>install</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <arguments>
+ <argument>__</argument>
+ <argument>install</argument>
+ </arguments>
+ </configuration>
+ </execution>
</executions>
</plugin>