summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
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>