Author: brett Date: Fri Oct 3 02:18:51 2008 New Revision: 701327 URL: http://svn.apache.org/viewvc?rev=701327&view=rev Log: update notifications to the commits list
Modified: incubator/nmaven/trunk/pom.xml Modified: incubator/nmaven/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/pom.xml?rev=701327&r1=701326&r2=701327&view=diff ============================================================================== --- incubator/nmaven/trunk/pom.xml (original) +++ incubator/nmaven/trunk/pom.xml Fri Oct 3 02:18:51 2008 @@ -349,4 +349,16 @@ </modules> </profile> </profiles> + <ciManagement> + <system>Hudson</system> + <url>http://ci.sonatype.org</url> + <notifiers> + <notifier> + <type>mail</type> + <configuration> + <address>[EMAIL PROTECTED]</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> </project>