|
From: <ma...@us...> - 2006-09-12 07:21:40
|
Revision: 161
http://svn.sourceforge.net/objectlabkit/?rev=161&view=rev
Author: marchy
Date: 2006-09-12 00:21:31 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
fiddling with the root pom for m2
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-09-11 14:57:27 UTC (rev 160)
+++ trunk/pom.xml 2006-09-12 07:21:31 UTC (rev 161)
@@ -11,7 +11,7 @@
<version>1.0-SNAPSHOT</version>
<description>
ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why
- re-inventing the wheel???
+ re-invent the wheel?
</description>
<modules>
@@ -30,30 +30,30 @@
<target>1.5</target>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <testFailureIgnore>true</testFailureIgnore>
+ </configuration>
+ </plugin>
+
</plugins>
</build>
<reporting>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jdepend-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jxr-plugin</artifactId>
- </plugin>
</plugins>
</reporting>
-
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -62,7 +62,15 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
+ <distributionManagement>
+ <site>
+ <id>stage-site</id>
+ <name>Local Stage Site</name>
+ <url>file:///temp/objectlabkit</url>
+ </site>
+ </distributionManagement>
+
<!--
<dependencyManagement>
<dependencies>
@@ -83,7 +91,6 @@
</dependency>
</dependencies>
</dependencyManagement>
-
-->
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|