I would like to set the JSF ProjectStage for all deployed ear or war on the server. 
 
It might be a master web.xml setting for:
 
<context-param>
  <param-name>javax.faces.PROJECT_STAGE</param-name>
  <param-value>Development</param-value>
</context-param>
 
Or a way to bind a string into jndi at java:comp/env/jsf/ProjectStage. 
 
I can't see how to do that in the configuration file (standalone.xml)