diff options
author | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 15:48:51 +0000 |
---|---|---|
committer | mcentner <mcentner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-11-24 15:48:51 +0000 |
commit | 322cca2c8fe57b7ca7ee1d4766ef31833e6825d7 (patch) | |
tree | 3d5ebd332e45ecbc0df0dd87271f3a1374e82568 /BKUApplet/pom.xml | |
parent | fd07dcb4e8803663ba7c0eaab0a74a451358db90 (diff) | |
download | mocca-322cca2c8fe57b7ca7ee1d4766ef31833e6825d7.tar.gz mocca-322cca2c8fe57b7ca7ee1d4766ef31833e6825d7.tar.bz2 mocca-322cca2c8fe57b7ca7ee1d4766ef31833e6825d7.zip |
Changed maven-dependency plugin configuration for copy- and unpack-resources to support goal 'package'.
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@195 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 10cfa53a..d7d74b5e 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -18,11 +18,13 @@ <execution>
<id>unpack</id>
<goals>
- <goal>unpack</goal>
+ <goal>unpack-dependencies</goal>
</goals>
<configuration>
+ <includeGroupIds>at.gv.egiz</includeGroupIds>
+ <excludeTransitive>true</excludeTransitive>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
- <excludes>META-INF\/</excludes>
+ <excludes>META-INF\/</excludes><!--
<artifactItems>
<artifactItem>
<groupId>at.gv.egiz</groupId>
@@ -50,7 +52,7 @@ <type>jar</type>
</artifactItem>
</artifactItems>
- </configuration>
+ --></configuration>
</execution>
</executions>
</plugin>
|