[ 
http://jira.codehaus.org/browse/MTOMCAT-10?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Olivier Lamy closed MTOMCAT-10.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0

fix in [rev 11622|http://fisheye.codehaus.org/changelog/mojo/?cs=11622]

> multi warfile support in tomcat:run goal
> ----------------------------------------
>
>                 Key: MTOMCAT-10
>                 URL: http://jira.codehaus.org/browse/MTOMCAT-10
>             Project: Maven 2.x Tomcat Plugin
>          Issue Type: New Feature
>            Reporter: Sandro Sonntag
>            Assignee: Olivier Lamy
>             Fix For: 1.0
>
>         Attachments: tomcat-maven-plugin-multiplewars.patch
>
>
> Capability to run mutible secondary war files by tomcat:run goal. this is 
> useful if you your war project needs infrastructure like openejb or a 
> portal-server. I realized it by a new scope called "tomcat". So if you want 
> to run some other wars add an dependency with scope tomcat.
> Example:
> <dependency>
>     <groupId>org.apache.openejb</groupId>
>     <artifactId>openejb-tomcat</artifactId>
>     <version>3.1-SNAPSHOT</version>
>     <type>war</type>
>     <scope>tomcat</scope>
> </dependency>
> Enjoy...

-- 
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


Reply via email to