> + <artifactId>maven-surefire-plugin</artifactId> > + <executions> > + <execution> > + <id>integration</id> > + <phase>integration-test</phase> > + <goals> > + <goal>test</goal> > + </goals> > + <configuration> > + <systemPropertyVariables> > + > <test.docker.endpoint>${test.docker.endpoint} > + </test.docker.endpoint> > + > <test.docker.api-version>${test.docker.api-version} > + </test.docker.api-version> > + > <test.docker.credential>${test.docker.credential} > + </test.docker.credential>
Close tags in the same line --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/57/files#r10838140