summaryrefslogtreecommitdiff
path: root/BKULocal
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-28 18:53:26 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-08-28 18:53:26 +0000
commit80518353a6adbc897bf81848da0cc15631e826ba (patch)
tree468a73ef5a2d7d55816e27de3e6f643ae080b625 /BKULocal
parent213447d6ac82660fe84b83ad1bdabdddd8072b90 (diff)
downloadmocca-80518353a6adbc897bf81848da0cc15631e826ba.tar.gz
mocca-80518353a6adbc897bf81848da0cc15631e826ba.tar.bz2
mocca-80518353a6adbc897bf81848da0cc15631e826ba.zip
unpack-dependencies instead of unpack
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@485 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal')
-rw-r--r--BKULocal/pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index 85c83cec..e9289eb7 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -53,18 +53,13 @@
<execution>
<id>copy-help</id>
<goals>
- <goal>unpack</goal>
+ <goal>unpack-dependencies</goal>
</goals>
<configuration>
- <artifactItems>
- <artifactItem>
- <groupId>at.gv.egiz</groupId>
- <artifactId>BKUHelp</artifactId>
- <overWrite>false</overWrite>
- <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
- <excludes>META-INF/</excludes>
- </artifactItem>
- </artifactItems>
+ <includeArtifactIds>BKUHelp</includeArtifactIds>
+ <includeGroupIds>at.gv.egiz</includeGroupIds>
+ <excludes>META-INF/</excludes>
+ <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
</configuration>
</execution>
</executions>