]
Tomaz Cerar moved WFLY-4706 to WFCORE-723:
------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-723 (was: WFLY-4706)
Affects Version/s: 1.0.0.CR5
(was: 9.0.0.CR1)
Support for -P multiple times
-----------------------------
Key: WFCORE-723
URL:
https://issues.jboss.org/browse/WFCORE-723
Project: WildFly Core
Issue Type: Feature Request
Affects Versions: 1.0.0.CR5
Reporter: John Ament
Assignee: Jason Greene
In 8.2.0 and 8.1, we had the ability to invoke (in an arquilian test in my case) the
startup with -P multiple times, e.g.
{code}
-P=../standalone/configuration/dev.properties
-P=../standalone/configuration/integ.properties
-P=../standalone/configuration/custom.properties
{code}
This doesn't seem to work in WF 9 CR1. It seems like only the last option is read.