Clamp react ui to use url pathname dynamically instead of hardcoded prefix for callin...
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 245bae0..cf1068c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                        <includes>
                                                                <include>**/*ItCase.java</include>
                                                        </includes>
-                                                       <forkCount>1C</forkCount>
-                                                       <reuseForks>false</reuseForks>
+                                                       <forkCount>1</forkCount>
+                                                       <reuseForks>true</reuseForks>
                                                        <useSystemClassLoader>false</useSystemClassLoader>
                                                        <argLine>${failsafeArgLine}</argLine>
                                                </configuration>
                                        <apiVersion>1.35</apiVersion>
                                        <images>
                                                <image>
-                                                       <name>library/mariadb:10.3.12</name>
+                                                       <name>docker.io/mariadb:10.3.12</name>
                                                        <alias>mariadb</alias>
                                                        <run>
                                                                <env>
                                                        </run>
                                                </image>
                                                <image>
-                                                       <name>library/python:2-slim</name>
+                                                       <name>docker.io/python:2-slim</name>
                                                        <alias>python</alias>
                                                        <run>
                                                                <hostname>python</hostname>