diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-28 19:40:11 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2009-01-28 19:40:11 +0000 |
commit | 54aa4703e3d66c5b1a63b8d925fd4c9c1766687c (patch) | |
tree | 28bde8b9ec66dd2f94a34e39ee8392e40e9f0809 /BKUApplet/pom.xml | |
parent | cfae494572cdac7ab124f9a4214bc8f43b87b7fe (diff) | |
download | mocca-54aa4703e3d66c5b1a63b8d925fd4c9c1766687c.tar.gz mocca-54aa4703e3d66c5b1a63b8d925fd4c9c1766687c.tar.bz2 mocca-54aa4703e3d66c5b1a63b8d925fd4c9c1766687c.zip |
activation
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@291 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUApplet/pom.xml')
-rw-r--r-- | BKUApplet/pom.xml | 74 |
1 files changed, 17 insertions, 57 deletions
diff --git a/BKUApplet/pom.xml b/BKUApplet/pom.xml index 3b115399..da5dbc6f 100644 --- a/BKUApplet/pom.xml +++ b/BKUApplet/pom.xml @@ -23,35 +23,23 @@ <includeGroupIds>at.gv.egiz</includeGroupIds> <excludeTransitive>true</excludeTransitive> <outputDirectory>${project.build.outputDirectory}</outputDirectory> - <excludes>META-INF\/</excludes><!-- - <artifactItems> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>smcc</artifactId> - <type>jar</type> - </artifactItem> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>smccSTAL</artifactId> - <type>jar</type> - </artifactItem> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>STAL</artifactId> - <type>jar</type> - </artifactItem> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>STALService</artifactId> - <type>jar</type> - </artifactItem> - <artifactItem> - <groupId>at.gv.egiz</groupId> - <artifactId>BKUCommonGUI</artifactId> - <type>jar</type> - </artifactItem> - </artifactItems> - --></configuration> + <excludes>META-INF\/</excludes> + </configuration> + </execution> + <execution> + <!-- appletviewer target/test-classes/appletTest.html + | commons-logging and iaik_jce_me4se are transitive dependencies + |--> + <id>copy_testapplet</id> + <goals> + <goal>copy-dependencies</goal> + </goals> + <configuration> + <outputDirectory>${project.build.directory}/test-classes</outputDirectory> + <includeGroupIds>at.gv.egiz,commons-logging,iaik</includeGroupIds> + <includeArtifactIds>commons-logging,iaik_jce_me4se</includeArtifactIds> + <stripVersion>true</stripVersion> + </configuration> </execution> </executions> </plugin> @@ -80,30 +68,6 @@ <verify>true</verify> </configuration> </plugin> - <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copytestlibs</id> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </artifactItem> - <artifactItem> - <groupId>iaik</groupId> - <artifactId>iaik_jce_me4se</artifactId> - </artifactItem> - </artifactItems> - <outputDirectory>${project.build.directory}/test-libs</outputDirectory> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> <dependencies> @@ -132,9 +96,5 @@ <artifactId>BKUCommonGUI</artifactId> <version>1.0.5-SNAPSHOT</version> </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> </dependencies> </project>
\ No newline at end of file |