Make Docker build from Root Maven
Issue-ID: AAF-917
Change-Id: Ieeac6254a626a4de42e6f082b727ec52fe9bb194
Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml
index 540513e..add4e96 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>