summaryrefslogtreecommitdiffstats
path: root/sandbox/slaws/bank-challenge/bank-contribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/slaws/bank-challenge/bank-contribution/pom.xml')
-rw-r--r--sandbox/slaws/bank-challenge/bank-contribution/pom.xml50
1 files changed, 9 insertions, 41 deletions
diff --git a/sandbox/slaws/bank-challenge/bank-contribution/pom.xml b/sandbox/slaws/bank-challenge/bank-contribution/pom.xml
index a4bdc9a4f1..2ee8455d1e 100644
--- a/sandbox/slaws/bank-challenge/bank-contribution/pom.xml
+++ b/sandbox/slaws/bank-challenge/bank-contribution/pom.xml
@@ -25,9 +25,9 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>sandbox-bank-challenge</artifactId>
- <name>Apache Tuscany SCA Sandbox Bank Challenge</name>
- <packaging>war</packaging>
+ <artifactId>sandbox-bank-contribution</artifactId>
+ <name>Apache Tuscany SCA Sandbox Bank Contribution</name>
+ <packaging>jar</packaging>
<dependencies>
@@ -77,48 +77,16 @@
<version>4.8.1</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>sandbox-common-contribution</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<build>
<finalName>${artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.4</version>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-resource</goal>
- </goals>
- <configuration>
- <resources>
- <resource>
- <directory>src/wsimportout</directory>
- </resource>
- <resource>
- <directory>src/wsgenout</directory>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <archive>
- <manifest>
- <mainClass>calculator.CalculatorClient</mainClass>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- </plugins>
</build>
</project>