diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-14 00:20:34 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-14 00:20:41 +0000 |
commit | d5dc08c6f474414570009b6ff6041c30e4cf192f (patch) | |
tree | 00b6c9f098f5236940cf9fa3b656d7063e95db77 /pom.xml | |
parent | 6098325c5bd53dd1a483b3d082e1872dd6e7cef5 (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.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |