diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-28 18:53:26 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-28 18:53:26 +0000 |
commit | 80518353a6adbc897bf81848da0cc15631e826ba (patch) | |
tree | 468a73ef5a2d7d55816e27de3e6f643ae080b625 /BKULocal/pom.xml | |
parent | 213447d6ac82660fe84b83ad1bdabdddd8072b90 (diff) | |
download | mocca-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/pom.xml')
-rw-r--r-- | BKULocal/pom.xml | 15 |
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> |