[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2026) Maven archetypes

Dan Allen (JIRA) jira-events at lists.jboss.org
Thu Apr 9 15:39:41 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen updated JBSEAM-2026:
------------------------------

    Attachment: hot-profile.xml


I came up with a way to weave the hot deployment step into Maven using a profile and the Ant run plugin. I have attached the file hot-profile.xml which you would add to the <profiles> section of your build. Then, you can run hot deploy as follows:

First, explode the WAR

mvn -q -o -npu process-classes war:exploded -Dmode=hot

Then, hot deploy changes

mvn -q -o -npu process-classes -Dmode=hot

The -q -o -npu puts Maven in quite, offline, and no-plugin-update mode, making it as fast as possible.

> Maven archetypes
> ----------------
>
>                 Key: JBSEAM-2026
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-2026
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Tools
>            Reporter: Pete Muir
>            Assignee: Dan Allen
>             Fix For: The future
>
>         Attachments: hot-profile.xml
>
>
> Create some maven archetypes to compliment seam-gen.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list