Hi,
I'm not sure if there is a big value of doing this if I understand your
proposal correctly.
The SCA deployment story is very different from the web application which is
the standard that Jetty supports. Typically, an SCA composite application
may consist of more than one contributions within the SCA domain.
BTW, we already have the launcher, can't we just use that?
Thanks,
Raymond
--------------------------------------------------
From: "ant elder" <[email protected]>
Sent: Thursday, April 16, 2009 12:31 AM
To: <[email protected]>
Subject: How adding a Maven Tuscany plugin for running contributions?
If anyone is looking for a reasonable simple self contained fun bit of
work to do how about a new maven plugin to run SCA contributions. The
archetypes we have for creating Tuscany webapps have the Jetty plugin
configured so that you can run them by simply doing "mvn jetty:run"
(see
http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Tuscany+Maven+Archetypes).
We could have the same type of thing for running SCA JAR and ZIP
contributions with "mvn tuscany:run" (or mvn sca:run?). I'd help get
started if anyone is interested, or look at the Jetty plugin for
ideas: http://svn.codehaus.org/jetty/jetty/trunk/jetty-maven-plugin/.
...ant