summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-02 15:54:29 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-02 15:55:22 -0500
commit2e84bc99049aa25107df4f045894059321bf4b3d (patch)
treeae4d0092253d16cf147d3040bca73615eff4c1db /auth/docker
parente9ae04800c417330c3e1c5dae45744f819f41130 (diff)
Make Docker build from Root Maven
Issue-ID: AAF-917 Change-Id: Ieeac6254a626a4de42e6f082b727ec52fe9bb194 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r--auth/docker/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml
index 540513e7..add4e964 100644
--- a/auth/docker/pom.xml
+++ b/auth/docker/pom.xml
@@ -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,6 +51,7 @@
</execution>
</executions>
<configuration>
+ <skip>false</skip>
<executable>bash</executable>
<commandlineArgs>-c "pwd; bash dbuild.sh"</commandlineArgs>
</configuration>