summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml')
-rw-r--r--sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml b/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml
index c73e425868..b004113afc 100644
--- a/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml
+++ b/sandbox/travelsample/services/creditcard-payment-jaxws/pom.xml
@@ -39,5 +39,21 @@
<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>
+ <mainClass>scatours.creditcard.CreditCardServiceBootstrap</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>