Fixing up bpel runtime dependency name

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@790618 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2009-07-02 15:11:04 +00:00
parent 65d414f687
commit 3854f8a91a

View file

@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-bpel-ode</artifactId>
<artifactId>tuscany-implementation-bpel-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
@ -106,48 +106,6 @@
</execution>
</executions>
</plugin>
<!-- plugin>
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-plugin</artifactId>
<version>1.1.1</version>
<executions>
<execution>
<id>generate-bpel-helloworld</id>
<phase>generate-sources</phase>
<configuration>
<schemaFile>${basedir}/src/test/resources/helloworld/helloworld.wsdl</schemaFile>
<targetDirectory>${basedir}/target/wsdl2java-source</targetDirectory>
<prefix>HelloWorld</prefix>
<noNotification>true</noNotification>
<noContainer>true</noContainer>
<noUnsettable>true</noUnsettable>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-maven-wsdl2java
</artifactId>
<version>1.6-SNAPSHOT</version>
<executions>
<execution>
<configuration>
<wsdlFiles>
<wsdlFile>
<fileName>${basedir}/src/test/resources/helloworld/helloworld.wsdl</fileName>
</wsdlFile>
</wsdlFiles>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>