[
https://issues.jboss.org/browse/JBASMP-34?page=com.atlassian.jira.plugin....
]
Akram Ben Aissi commented on JBASMP-34:
---------------------------------------
Using an exploded war deployment may also help:
/deployment=myapp.war:add(content=[{"path" =>
"/tmp/myapp-exploded.war",
archive=>false}],enabled=true,runtime-name=myapp.war )
This also requires that development mode on jsp-configuration is enabled
/subsystem=web/configuration=jsp-configuration:write-attribute(name=development,value=true)
Use src/main/webapp with jboss-as:run goal
------------------------------------------
Key: JBASMP-34
URL:
https://issues.jboss.org/browse/JBASMP-34
Project: JBoss AS Maven Plugins
Issue Type: Feature Request
Reporter: James Perkins
Assignee: James Perkins
Use {{src/main/webapp}} when the {{mvn jboss-as:run}} goal is performed so CSS/HTML/JS
changes will be picked up automatically.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira