diff options
| author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-28 19:08:45 +0000 | 
|---|---|---|
| committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-08-28 19:08:45 +0000 | 
| commit | e1dc0aba428324581adb37450856c7d4ae93fcc6 (patch) | |
| tree | d31bd6956abac28d7a85565711ee347325ba04e7 | |
| parent | 59762403822430aae84bcb61108c9bd0a4b06020 (diff) | |
| download | mocca-e1dc0aba428324581adb37450856c7d4ae93fcc6.tar.gz mocca-e1dc0aba428324581adb37450856c7d4ae93fcc6.tar.bz2 mocca-e1dc0aba428324581adb37450856c7d4ae93fcc6.zip | |
unpack-dependencies instead of unpack
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@487 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
| -rw-r--r-- | BKUWebStart/pom.xml | 16 | 
1 files changed, 5 insertions, 11 deletions
| diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml index 90d93566..9f25fae6 100644 --- a/BKUWebStart/pom.xml +++ b/BKUWebStart/pom.xml @@ -28,19 +28,13 @@            <execution>              <id>copy-resources</id>              <goals> -              <goal>copy</goal> +              <goal>copy-dependencies</goal>              </goals>              <configuration> -              <artifactItems> -                <artifactItem> -                  <groupId>at.gv.egiz</groupId> -                  <artifactId>BKULocal</artifactId> -                  <version>${project.version}</version><!-- make sure BKUWebStart and BKULocal equal --> -                  <type>war</type> -                  <overWrite>false</overWrite> -                  <outputDirectory>${project.build.directory}/classes</outputDirectory> -                </artifactItem> -              </artifactItems> +              <includeArtifactIds>BKULocal</includeArtifactIds> +              <includeGroupIds>at.gv.egiz</includeGroupIds> +              <excludes>META-INF/</excludes> +              <outputDirectory>${project.build.directory}/classes</outputDirectory>                <stripVersion>true</stripVersion>              </configuration>            </execution> | 
