/[Apache-SVN]/maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-resources/cruisecontrol.jsl
ViewVC logotype

Diff of /maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-resources/cruisecontrol.jsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-resources/cruisecontrol.jsl	2005/05/05 00:18:14	168218
+++ maven/maven-1/plugins/trunk/cruisecontrol/src/plugin-resources/cruisecontrol.jsl	2005/05/05 00:34:50	168219
@@ -91,7 +91,7 @@
          <j:if test="${publishartifacts == 'true'}">
           <artifactspublisher 
             dir="${maven.cruisecontrol.artifacts.dir}"
-            dest="${maven.cruisecontrol.artifacts.dest}/${pom.artifactId}"/>  
+            dest="${maven.cruisecontrol.artifacts.dest}/${pom.artifactId}" publishOnFailure="${maven.cruisecontrol.artifactspublisher.publishOnFailure}"/>  
          </j:if>
          <j:set var="ftpstatus" value="${maven.cruisecontrol.currentbuildstatusftppublisher}"/>
          <j:if test="${ftpstatus == 'true'}">
@@ -118,6 +118,17 @@
               srcDir="${maven.cruisecontrol.ftppublisher.srcDir}/${pom.artifactId}"
               deleteArtifacts="${maven.cruisecontrol.ftppublisher.deleteArtifacts}"/>
          </j:if>
+	     <j:set var="jabberpublisher" value="${maven.cruisecontrol.jabberpublisher}"/>
+            <j:if test="${jabberpublisher == 'true'}">
+         	<jabber
+	              host="${maven.cruisecontrol.jabber.host}"              
+	              username="${maven.cruisecontrol.jabber.username}"
+	              password="${maven.cruisecontrol.jabber.password}"
+	              recipient="${maven.cruisecontrol.jabber.recipient}"
+	              chatroom="${maven.cruisecontrol.jabber.chatroom}"
+	              ssl="${maven.cruisecontrol.jabber.ssl}"
+	              buildresultsurl="${maven.cruisecontrol.jabber.buildresultsurl}"/>
+         </j:if>
           <htmlemail 
               skipusers="${maven.cruisecontrol.mail.skipusers}"
               reportsuccess="${maven.cruisecontrol.mail.reportsuccess}"

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26