-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I tried to set liberty properties(wlpHome) in maven-failsafe-plugin configuration like what I have done in wildfly configuration. But it seems it does not support.
I hope all liberty properties can be configured via environmentVariables and systemProperties, eg in maven-failsafe-plugin or maven-surefire-plugin, or system properties(can be overriden by Maven args) and make the properties config in arquillian.xml is optional.
<configuration>
<environmentVariables>
<WLP_HOME>${project.build.directory}/wlp</WLP_HOME>
</environmentVariables>
<systemProperties>
<wlpHome>${project.build.directory}/wlp</wlpHome>
</systemProperties>
</configuration>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels