Attempt to fix build
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5e31441..0f3fddc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                </resources>
 
                                <plugins>
+                                       <plugin>
+                                                       <groupId>org.codehaus.mojo</groupId>
+                                                       <artifactId>exec-maven-plugin</artifactId>
+                                                       <version>1.6.0</version>
+                                                       <executions>
+                                                                       <execution>
+                                                                                       <id>docker_info</id>
+                                                                                       <phase>validate</phase>
+                                                                                       <goals>
+                                                                                                       <goal>exec</goal>
+                                                                                       </goals>
+                                                                       </execution>
+                                                       </executions>
+                                                       <configuration>
+                                                                       <executable>docker</executable>
+                                                                       <arguments>
+                                                                               <argument>info</argument>
+                                                                       </arguments>
+                                                       </configuration>
+                                       </plugin>
+                               
                                        <plugin>
                                                        <groupId>org.apache.maven.plugins</groupId>
                                                        <artifactId>maven-antrun-plugin</artifactId>