Author: ks156
Date: 2008-12-29 12:22:51 +0100 (Mon, 29 Dec 2008)
New Revision: 3356
Modified:
software_suite_v2/software/tools/tuxController/trunk/pom.xml
Log:
* Removed karmalab-commons which is not a dependency of this project.
* Added a new plugin to copy the artifacts in the target directory.
Modified: software_suite_v2/software/tools/tuxController/trunk/pom.xml
===================================================================
--- software_suite_v2/software/tools/tuxController/trunk/pom.xml
2008-12-24 14:12:23 UTC (rev 3355)
+++ software_suite_v2/software/tools/tuxController/trunk/pom.xml
2008-12-29 11:22:51 UTC (rev 3356)
@@ -30,11 +30,6 @@
<dependencies>
<dependency>
- <groupId>net.karmaLab</groupId>
- <artifactId>karmalab-commons</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
<groupId>com.tuxisalive</groupId>
<artifactId>tuxdroid-java-api</artifactId>
<version>0.0.2</version>
@@ -70,6 +65,23 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-dependencies</id>
+ <phase>package</phase>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+
<outputDirectory>${project.build.directory}/</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn