|
From: <ian...@us...> - 2007-08-23 00:14:24
|
Revision: 260
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=260&view=rev
Author: iansmith
Date: 2007-08-22 17:14:27 -0700 (Wed, 22 Aug 2007)
Log Message:
-----------
safety checkin
Modified Paths:
--------------
maven/trunk/ogoglio-test-applet/pom.xml
Modified: maven/trunk/ogoglio-test-applet/pom.xml
===================================================================
--- maven/trunk/ogoglio-test-applet/pom.xml 2007-08-23 00:14:01 UTC (rev 259)
+++ maven/trunk/ogoglio-test-applet/pom.xml 2007-08-23 00:14:27 UTC (rev 260)
@@ -1,10 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+
<modelVersion>4.0.0</modelVersion>
- <groupId>ogoglio-test-applet</groupId>
+ <groupId>com.ogoglio</groupId>
<artifactId>ogoglio-test-applet</artifactId>
<version>0.0.1</version>
- <dependencies>
- </dependencies>
+ <packaging>jar</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skip>true</skip><!-- ugh no unit tests -->
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies></dependencies>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|