link to the build results

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-07-03 02:06:58 +00:00
parent 81de5a197f
commit 996ffe2b2b
3 changed files with 20 additions and 20 deletions

View File

@ -22,7 +22,8 @@
xmlns:j="jelly:core"
xmlns:util="jelly:util"
xmlns:x="jelly:xml"
xmlns:ant="jelly:ant">
xmlns:ant="jelly:ant"
xmlns:doc="doc">
<goal name="cruisecontrol" prereqs="cruisecontrol:configure"/>
@ -84,5 +85,22 @@
<arg line="-configfile ${maven.cruisecontrol.config}"/>
</ant:java>
</goal>
<goal name="maven-cruisecontrol-plugin:report">
<!-- TODO: download and transform instead of linking to it -->
</goal>
<goal name="maven-cruisecontrol-plugin:register">
<doc:registerReport
name="CC Build Results"
pluginName="maven-cruisecontrol-plugin"
externalLink="${maven.cruisecontrol.buildresults.url}/${pom.artifactId}"
description="See the cruise control build results page for this project." />
</goal>
<goal name="maven-cruisecontrol-plugin:deregister">
<doc:deregisterReport name="CC Build Results"/>
</goal>
</project>

View File

@ -23,3 +23,4 @@ maven.cruisecontrol.mail.host=localhost
maven.cruisecontrol.mail.defaultsuffix=DEFAULT_SUFFIX_NOT_SET
maven.cruisecontrol.mail.subjectprefix=[BUILD]
maven.cruisecontrol.template=${plugin.resources}/cruisecontrol.jsl
maven.cruisecontrol.buildresults.url=http://localhost:8080/cruisecontrol

View File

@ -1,19 +0,0 @@
# -------------------------------------------------------------------
# Copyright 2001-2004 The Apache Software Foundation.
#
# Licensed 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.
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------