blob: 401ae8b1d8549137609f6a8d18e2ff7593a8f9d9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<cruisecontrol>
<project name="qotd">
<plugin name="svn" classname="net.sourceforge.cruisecontrol.sourcecontrols.SVN"/>
<plugin name="svnbootstrapper" classname="net.sourceforge.cruisecontrol.bootstrappers.SVNBootstrapper"/>
<bootstrappers>
<currentbuildstatusbootstrapper file="c:/dev/mavenbook/work/cruisecontrol/logs/qotd/status.txt"/>
</bootstrappers>
<modificationset>
<alwaysbuild/>
<svn repositoryLocation="http://www.mavenbook.org/svn/mdn/code/qotd" localWorkingCopy="c:/dev/mavenbook/work/cruisecontrol/checkout/qotd"/>
</modificationset>
<schedule interval="30">
<maven goal="scm:update|clean qotd:build" projectfile="c:/dev/mavenbook/work/cruisecontrol/checkout/qotd/project.xml" mavenscript="c:\apps\maven-1.0.2/bin/maven.bat"/>
</schedule>
<log dir="c:/dev/mavenbook/work/cruisecontrol/logs/qotd" encoding="ISO-8859-1">
<merge dir="c:/dev/mavenbook/work/cruisecontrol/checkout/qotd" pattern="TEST-*.xml"/>
</log>
<publishers>
<currentbuildstatuspublisher file="c:/dev/mavenbook/work/cruisecontrol/logs/qotd/status.txt"/>
<htmlemail spamwhilebroken="false" reportsuccess="always" css="C:/apps/cruisecontrol-2.2.1/reporting/jsp/webcontent/css/cruisecontrol.css" mailhost="localhost" buildresultsurl="http://www.mavenbook.org/projects/mdn/qotd/cruisecontrol/buildresults/qotd" subjectprefix="[BUILD]" defaultsuffix="@apache.org" xsldir="C:/apps/cruisecontrol-2.2.1/reporting/jsp/webcontent/xsl" logdir="c:/dev/mavenbook/work/cruisecontrol/logs/qotd" skipusers="false" returnaddress="vmassol@apache.org">
<map address="vmassol@apache.org" alias="vmassol"/>>
<map address="tobrien@apache.org" alias="tobrien"/>
<failure address="vmassol@apache.org"/>
<success address="vmassol@apache.org"/>
</htmlemail>
</publishers>
</project>
</cruisecontrol>