How do i tell the maven plugin to put my new container into :
\container-
das-sample-client-1.0-incubator-SNAPSHOT\WEB-INF\tuscany\extensions

Right now I have the following in my pom file for the client app

   <dependency>
       <groupId>org.apache.tuscany.sca.services.containers</groupId>
       <artifactId>container-das</artifactId>
       <version>${pom.version}</version>
       <scope>compile</scope>
   </dependency>

But look like this only place the new container into WEB-INF\lib and then
SCA is not finding it, and I have to manually move it to the
tuscany\extensions to have it working.

--
Luciano Resende
http://people.apache.org/~lresende

Reply via email to