[DOCKER] Add 1.0-STAGING-latest docker tag
[sdnc/oam.git] / installation / sdnc / pom.xml
index 50b8cbe..efd26d5 100644 (file)
@@ -46,7 +46,7 @@
                                                                <dockerFile>${basedir}/target/docker-stage/Dockerfile</dockerFile>
                                                                <tags>
                                                                        <tag>${project.version}</tag>
-                                                                       <tag>latest</tag>
+                                                                       <tag>1.0-STAGING-latest</tag>
                                                                </tags>
                                                        </build>
                                                </image>
@@ -55,7 +55,7 @@
                                <executions>
                                        <execution>
                                                <id>generate-images</id>
-                                               <phase>generate-sources</phase>
+                                               <phase>package</phase>
                                                <goals>
                                                        <goal>build</goal>
                                                </goals>
                        <plugin>
                                <artifactId>exec-maven-plugin</artifactId>
                                <groupId>org.codehaus.mojo</groupId>
+                               <version>1.5.0</version>
                                <executions>
 
                                        <execution>