Author: ks156
Date: 2008-12-18 11:21:17 +0100 (Thu, 18 Dec 2008)
New Revision: 3166

Added:
   
software_suite_v2/software/development_tools/tuxdroid-gadget-tester/trunk/tuxdroid-gadget-tester/pom.xml
Log:
* Added pom.xml to build this project with maven :
  - mvn clean install to compile it
  - mvn deploy to deploy it into /tmp/maven2


Added: 
software_suite_v2/software/development_tools/tuxdroid-gadget-tester/trunk/tuxdroid-gadget-tester/pom.xml
===================================================================
--- 
software_suite_v2/software/development_tools/tuxdroid-gadget-tester/trunk/tuxdroid-gadget-tester/pom.xml
                            (rev 0)
+++ 
software_suite_v2/software/development_tools/tuxdroid-gadget-tester/trunk/tuxdroid-gadget-tester/pom.xml
    2008-12-18 10:21:17 UTC (rev 3166)
@@ -0,0 +1,85 @@
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>com.tuxdroid</groupId>
+    <artifactId>tuxdroid-gadget-tester</artifactId>
+    <packaging>jar</packaging>
+    <version>0.0.1</version>
+    <name>Tuxdroid Gadget Java Kit</name>
+    <url>http://www.tuxisalive.com</url>
+    <dependencies>
+       <dependency>
+           <groupId>junit</groupId>
+           <artifactId>junit</artifactId>
+           <version>3.8.1</version>
+           <scope>test</scope>
+       </dependency>
+       <dependency>
+           <groupId>net.karmaLab</groupId>
+           <artifactId>karmalab-commons</artifactId>
+           <version>1.2</version>
+       </dependency>
+       <dependency>
+           <groupId>com.tuxdroid</groupId>
+           <artifactId>tuxdroid-gadget-framework</artifactId>
+           <version>0.0.1</version>
+       </dependency>
+       <dependency>
+           <groupId>commons-lang</groupId>
+           <artifactId>commons-lang</artifactId>
+           <version>2.1</version>
+       </dependency>
+       <dependency>
+           <groupId>org.codehaus.plexus</groupId>
+           <artifactId>plexus-utils</artifactId>
+           <version>1.1</version>
+       </dependency>
+
+    </dependencies>
+    <repositories>
+       <repository>
+           <id>kysoh</id>
+           <name>Kysoh Repository</name>
+           <layout>default</layout>
+           <url>http://ftp.kysoh.com/maven2</url>
+           <snapshots>
+               <enabled>false</enabled>
+           </snapshots>
+       </repository>
+    </repositories>
+    <build>
+        <sourceDirectory>sources</sourceDirectory>
+        <plugins>
+           <plugin>
+               <groupId>org.apache.maven.plugins
+               </groupId>
+               <artifactId>maven-jar-plugin
+               </artifactId>
+               <configuration>
+                   <archive>
+                     <manifest>
+                         
<mainClass>com.kysoh.tuxdroid.gadget.framework.tester.GadgetTester</mainClass>
+                     </manifest>
+                   </archive>
+               </configuration>
+           </plugin>
+           <plugin>
+               <groupId>org.apache.maven.plugins
+               </groupId>
+               <artifactId>maven-compiler-plugin
+               </artifactId>
+               <configuration>
+                   <source>1.6</source>
+                   <target>1.6</target>
+               </configuration>
+            </plugin>
+        </plugins>
+    </build>
+      <distributionManagement>
+    <repository>
+      <id>kysoh</id>
+      <name>Kysoh Repository</name>
+      <url>file:///tmp/maven2</url>
+    </repository>
+  </distributionManagement>
+
+</project>


Property changes on: 
software_suite_v2/software/development_tools/tuxdroid-gadget-tester/trunk/tuxdroid-gadget-tester/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to