On Thu, May 27, 2010 at 9:55 AM, <[email protected]> wrote: > Author: antelder > Date: Thu May 27 08:55:30 2010 > New Revision: 948738 > > URL: http://svn.apache.org/viewvc?rev=948738&view=rev > Log: > Add Jetty plugin definition so the sample can be run with mvn jetty:run to > keep it consistent with the other webapp samples. The sample doesn't appear > to work though > > Modified: > tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml > > Modified: tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml > URL: > http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml?rev=948738&r1=948737&r2=948738&view=diff > ============================================================================== > --- tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml (original) > +++ tuscany/sca-java-2.x/trunk/samples/store-webapp/pom.xml Thu May 27 > 08:55:30 2010 > @@ -73,6 +73,11 @@ > <path>/${artifactId}</path> > </configuration> > </plugin> > + <plugin> > + <groupId>org.mortbay.jetty</groupId> > + <artifactId>maven-jetty-plugin</artifactId> > + <version>6.1.18</version> > + </plugin> > </plugins> > </build> > > > >
It didn't work for me either. Luciano said he was going to look at a few of these things but I didn't see any overnight updates. Simon -- Apache Tuscany committer: tuscany.apache.org Co-author of a book about Tuscany and SCA: tuscanyinaction.com
