[
http://jira.codehaus.org/browse/MOJO-1110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135580#action_135580
]
schapht edited comment on MOJO-1110 at 5/20/08 10:51 PM:
--------------------------------------------------------------
You deploy src/main/webapp, not target. The war:inplace goal moves all the
built classes and jars into src/main/webapp/WEB-INF. The practical advantage
is that so long as the app doesn't cache ui resources (e.g., templates, css,
javascript), you can make changes and just refresh a browser without having to
redeploy.
More information about war:inplace is available at
http://maven.apache.org/plugins/maven-war-plugin/inplace.html
Of course, if you have a use case in mind for deploying the exploded
target/appname that could also be a useful feature.
was (Author: schapht):
You deploy src/main/webapp, not target. The war:inplace goal moves all the
built classes and jars into src/main/webapp/WEB-INF. The practical advantage
is that so long as the app doesn't cache ui resources (e.g., templates, css,
javascript), you can make changes and just refresh a browser without having to
redeploy.
More information about war:inplace is available at
http://maven.apache.org/plugins/maven-war-plugin/inplace.html
> Adding support for exploded war deployments using war:inplace
> -------------------------------------------------------------
>
> Key: MOJO-1110
> URL: http://jira.codehaus.org/browse/MOJO-1110
> Project: Mojo
> Issue Type: Improvement
> Components: weblogic
> Reporter: Mat Schaffer
> Attachments: weblogic-maven-plugin_source-deployments.patch
>
>
> The weblogic deployer supports deployment of an exploded war (such as that
> generated by war:inplace), but the weblogic-maven-plugin does not. The
> attached patch adds support for projectPackaging=source which will attempt to
> deploy the contents of src/main/webapp in the current project.
> Original credit on this patch is to Ilirjan Papa
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email