[jboss-jira] [JBoss JIRA] (JBASMP-34) Use src/main/webapp with jboss-as:run goal
Akram Ben Aissi (JIRA)
jira-events at lists.jboss.org
Fri Jul 12 09:01:23 EDT 2013
[ https://issues.jboss.org/browse/JBASMP-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789335#comment-12789335 ]
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
More information about the jboss-jira
mailing list