|
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.
|
|
From: <ma...@us...> - 2006-09-12 13:28:28
|
Revision: 166
http://svn.sourceforge.net/objectlabkit/?rev=166&view=rev
Author: marchy
Date: 2006-09-12 06:28:20 -0700 (Tue, 12 Sep 2006)
Log Message:
-----------
added pmd report to m2
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2006-09-12 13:09:53 UTC (rev 165)
+++ trunk/pom.xml 2006-09-12 13:28:20 UTC (rev 166)
@@ -9,6 +9,7 @@
<packaging>pom</packaging>
<name>ObjectLab Kit</name>
<version>1.0-SNAPSHOT</version>
+ <url>http://objectlabkit.sourceforge.net/</url>
<description>
ObjectLab Kit provides a generic Business Calendar for calculating dates given set(s) of holidays. Why
re-invent the wheel?
@@ -51,6 +52,25 @@
<aggregate>true</aggregate>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <linkXref>true</linkXref>
+ <minimumTokens>100</minimumTokens>
+ <targetJdk>1.5</targetJdk>
+ </configuration>
+ </plugin>
+ <!--
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ -->
</plugins>
</reporting>
@@ -63,14 +83,42 @@
</dependency>
</dependencies>
- <distributionManagement>
- <site>
- <id>stage-site</id>
- <name>Local Stage Site</name>
- <url>file:///temp/objectlabkit</url>
- </site>
- </distributionManagement>
-
+ <profiles>
+ <profile>
+ <id>site-staging</id>
+ <activation>
+ <property>
+ <name>stage</name>
+ </property>
+ </activation>
+
+ <distributionManagement>
+ <site>
+ <id>stage-site</id>
+ <name>Local Stage Site</name>
+ <url>file:///temp/site</url>
+ </site>
+ </distributionManagement>
+ </profile>
+
+ <profile>
+ <id>site-deploy</id>
+ <activation>
+ <property>
+ <name>deploy</name>
+ </property>
+ </activation>
+
+ <distributionManagement>
+ <site>
+ <id>sourceforge-site</id>
+ <name>Sourceforge Site</name>
+ <url>scp:@TODO</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
+
<!--
<dependencyManagement>
<dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <be...@us...> - 2007-01-25 10:16:04
|
Revision: 246
http://svn.sourceforge.net/objectlabkit/?rev=246&view=rev
Author: benoitx
Date: 2007-01-25 02:16:02 -0800 (Thu, 25 Jan 2007)
Log Message:
-----------
added distribution details.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-01-25 10:01:13 UTC (rev 245)
+++ trunk/pom.xml 2007-01-25 10:16:02 UTC (rev 246)
@@ -129,6 +129,25 @@
<url>http://svn.sourceforge.net/objectlabkit</url>
</scm>
+ <distributionManagement>
+ <repository>
+ <id>sourceforge.net</id>
+ <name>SourceForge</name>
+ <url>scpexe://ssh.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-repo</url>
+ </repository>
+ <snapshotRepository>
+ <id>sourceforge.net</id>
+ <name>SourceForge</name>
+ <url>scpexe://ssh.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs/m2-repo</url>
+ </snapshotRepository>
+ <site>
+ <id>sourceforge.net</id>
+ <name>SourceForge</name>
+ <url>scpexe://ssh.sourceforge.net/home/groups/o/ob/objectlabkit/htdocs</url>
+ </site>
+ </distributionManagement>
+
+
<!--
<dependencyManagement>
<dependencies>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|