add push commands
[aaf/authz.git] / auth / docker / pom.xml
index 540513e..46ff63a 100644 (file)
@@ -32,7 +32,6 @@
     <artifactId>aaf-auth-docker</artifactId>
     <name>AAF Docker Build</name>
     <description>Docker Build</description>
-    <!-- Build Docker with "cd < this dir>; mvn -N exec:exec -Pbuild-docker -->
 
     <profiles>
         <profile>
@@ -52,8 +51,9 @@
                             </execution>
                         </executions>
                         <configuration>
+                            <skip>false</skip>
                             <executable>bash</executable>
-                            <commandlineArgs>-c "pwd; bash dbuild.sh"</commandlineArgs>
+                            <commandlineArgs>-c "pwd; bash dbuild.sh;bash dstage.sh"</commandlineArgs>
                         </configuration>
                     </plugin>
                 </plugins>