[
https://issues.jboss.org/browse/WFLY-9410?page=com.atlassian.jira.plugin....
]
Brian Stansberry resolved WFLY-9410.
------------------------------------
Fix Version/s: 11.0.0.Final
Assignee: Jan Stourac
Resolution: Done
[~soul2zimate] I was doing normal builds of the whole source tree, but with -DskipTests;
i.e. typical "make a change and compile" workflows.
It doesn't fail now. I suspect WFLY-9376 fixed it as the commit message for that
says:
"[WFLY-9376] Include shared keystores in .jar archive
- and retrieve them from there so we don't depend on the fact that
target directory in ./testsuite/shared is present with generated
keystores at the moment executing tests in other modules."
That sounds very much like something that would fix this. :) So I'll give Jan Stourac
credit for fixing this one.
Thanks for looking.
Can't run mvn install against testsuite-shared module twice
without an intervening clean
----------------------------------------------------------------------------------------
Key: WFLY-9410
URL:
https://issues.jboss.org/browse/WFLY-9410
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Brian Stansberry
Assignee: Jan Stourac
Fix For: 11.0.0.Final
Trying to build testsuite/shared twice without a clean results in failure. Really
annoying as a standard build of WildFly builds this module.
Failure is:
{code}
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.5:generateKeyPair
(gen-server-keystore) on project wildfly-testsuite-shared: Failed executing '/bin/sh
-c cd /Users/bstansberry/dev/wildfly/wildfly/testsuite/shared &&
/Library/Java/JavaVirtualMachines/jdk1.8.0_77.jdk/Contents/Home/jre/../bin/keytool
-genkeypair -v -keystore
/Users/bstansberry/dev/wildfly/wildfly/testsuite/shared/target/shared-keystores/application.keystore
-storepass '*****' -storetype JKS -alias server -dname 'cn=server,
ou=organizationUnit, o=organizationName, c=countryCode' -keypass '*****'
-validity 365 -keyalg RSA -keysize 2048' - exitcode 1 -> [Help 1]
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)