Created from https://github.com/wildfly/wildfly-arquillian/issues/96.
Suppose I want to define following property in my arquillian.xml container configuration:
<property name="jbossArguments">${additional.jboss.args}</property>
By default I would like to have this property empty which is not possible because container won't start succesfully (it will get property with empty key and empty value).