mirror of https://github.com/apache/maven.git
o Stabilized tests
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a739a395b
commit
f7af83166d
|
@ -52,7 +52,7 @@ public class MavenITmng3953AuthenticatedDeploymentTest
|
||||||
|
|
||||||
private int port;
|
private int port;
|
||||||
|
|
||||||
private boolean deployed;
|
private volatile boolean deployed;
|
||||||
|
|
||||||
public MavenITmng3953AuthenticatedDeploymentTest()
|
public MavenITmng3953AuthenticatedDeploymentTest()
|
||||||
{
|
{
|
||||||
|
|
|
@ -52,7 +52,7 @@ public class MavenITmng4469AuthenticatedDeploymentToCustomRepoTest
|
||||||
|
|
||||||
private int port;
|
private int port;
|
||||||
|
|
||||||
private boolean deployed;
|
private volatile boolean deployed;
|
||||||
|
|
||||||
public MavenITmng4469AuthenticatedDeploymentToCustomRepoTest()
|
public MavenITmng4469AuthenticatedDeploymentToCustomRepoTest()
|
||||||
{
|
{
|
||||||
|
|
|
@ -54,7 +54,7 @@ public class MavenITmng4470AuthenticatedDeploymentToProxyTest
|
||||||
|
|
||||||
private int port;
|
private int port;
|
||||||
|
|
||||||
private boolean deployed;
|
private volatile boolean deployed;
|
||||||
|
|
||||||
public MavenITmng4470AuthenticatedDeploymentToProxyTest()
|
public MavenITmng4470AuthenticatedDeploymentToProxyTest()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue