-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow set properties in maven-failsafe-plugin configuration #63
Comments
We don't support setting configuration in this manner. You can use the configure-arquillian goal in the Liberty Maven Plugin if you wish for the plugin to auto-generate your |
Liberty Maven Plugin 's configure-arquillian goal is generating an arquillian.xml file, what I request is there is no need to add arquillian.xml at all.
What developers need is Convention over configuartion. I have some codes, just need to make it read the properties from the system properties firstly. |
Is there some prerequisite to this within the scope of Arquillian containers? The For example, the |
OK, I just tried Openliberty for a JakarataEE compatible server, personally I am not a big fan of Openliberty. Thanks for your help. |
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
andsystemProperties
, eg inmaven-failsafe-plugin
ormaven-surefire-plugin
, or system properties(can be overriden by Maven args) and make the properties config in arquillian.xml is optional.The text was updated successfully, but these errors were encountered: