Author: remi
Date: 2009-01-28 11:06:33 +0100 (Wed, 28 Jan 2009)
New Revision: 3537
Modified:
software_suite_v2/tuxware/java-api/trunk/pom.xml
Log:
* updated the pom.xml (included the main function to test the api in
stand-alone)
Modified: software_suite_v2/tuxware/java-api/trunk/pom.xml
===================================================================
--- software_suite_v2/tuxware/java-api/trunk/pom.xml 2009-01-27 11:37:59 UTC
(rev 3536)
+++ software_suite_v2/tuxware/java-api/trunk/pom.xml 2009-01-28 10:06:33 UTC
(rev 3537)
@@ -18,6 +18,18 @@
<sourceDirectory>src</sourceDirectory>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <!--Set the manifest : mainclass and
classpath-->
+ <manifest>
+ <mainClass>TestAPI</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins
</groupId>
<artifactId>maven-compiler-plugin
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn