From: <tri...@us...> - 2007-09-26 08:17:29
|
Revision: 23 http://staticwiki.svn.sourceforge.net/staticwiki/?rev=23&view=rev Author: triathlon98 Date: 2007-09-26 01:17:22 -0700 (Wed, 26 Sep 2007) Log Message: ----------- add ci info Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2007-09-14 13:16:30 UTC (rev 22) +++ trunk/pom.xml 2007-09-26 08:17:22 UTC (rev 23) @@ -36,6 +36,22 @@ </developerConnection> <url>http://staticwiki.svn.sourceforge.net/viewvc/staticwiki/</url> </scm> + <ciManagement> + <system>hudson</system> + <url>http://hudson.equanda.org/job/staticwiki</url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>true</sendOnFailure> + <sendOnSuccess>true</sendOnSuccess> + <sendOnWarning>true</sendOnWarning> + <configuration> + <address>sta...@li...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> <mailingLists> <mailingList> <name>staticwiki-svn-commit</name> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |