summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/util/launcher-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/util/launcher-common/pom.xml (renamed from sandbox/travelsample/launchers/common/pom.xml)23
1 files changed, 21 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/common/pom.xml b/sandbox/travelsample/util/launcher-common/pom.xml
index 9424fd13d9..29ee3edf1e 100644
--- a/sandbox/travelsample/launchers/common/pom.xml
+++ b/sandbox/travelsample/util/launcher-common/pom.xml
@@ -25,7 +25,7 @@
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>scatours-launcher-common</artifactId>
+ <artifactId>scatours-util-launcher-common</artifactId>
<name>Apache Tuscany SCA Tours Common Utility for Launchers</name>
<dependencies>
@@ -35,5 +35,24 @@
<version>${tuscany.version}</version>
</dependency>
</dependencies>
-
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>../lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>