diff --git a/src/test/java/ch/ivyteam/ivy/maven/deploy/TestDeployToRunningEngine.java b/src/test/java/ch/ivyteam/ivy/maven/deploy/TestDeployToRunningEngine.java index 962624ec..43be43af 100644 --- a/src/test/java/ch/ivyteam/ivy/maven/deploy/TestDeployToRunningEngine.java +++ b/src/test/java/ch/ivyteam/ivy/maven/deploy/TestDeployToRunningEngine.java @@ -96,6 +96,7 @@ public void canDeployRemoteIar_settingsPassword() throws Exception { @Test public void canDeployRemoteIar_encryptedSettingsPassword() throws Exception { + System.setProperty("mySecret", "{6WlTulMQMcoHxrDwOe2HsWLAK691wYqfu+BQdByC+SU=}"); addServerConnection("{VUpeDRRbfD4Hmk9WLKzhqLkLttTCsWfLtr75Nt9K/3k=}"); System.setProperty("settings.security", TestDeployToRunningEngine.class.getResource("settings-security.xml").getPath()); diff --git a/src/test/resources/ch/ivyteam/ivy/maven/deploy/settings-security.xml b/src/test/resources/ch/ivyteam/ivy/maven/deploy/settings-security.xml index 276ec87c..d4da414e 100644 --- a/src/test/resources/ch/ivyteam/ivy/maven/deploy/settings-security.xml +++ b/src/test/resources/ch/ivyteam/ivy/maven/deploy/settings-security.xml @@ -1,3 +1,4 @@ - {6WlTulMQMcoHxrDwOe2HsWLAK691wYqfu+BQdByC+SU=} + prop:mySecret + AES/GCM/NoPadding \ No newline at end of file