epugh 2004/05/31 06:18:47 Modified: cruisecontrol plugin.jelly plugin.properties project.xml cruisecontrol/xdocs changes.xml properties.xml Log: Allow users to specify their own template file to use when generating cruisecontrol.xml Revision Changes Path 1.4 +1 -1 maven-plugins/cruisecontrol/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/plugin.jelly,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- plugin.jelly 1 Apr 2004 01:46:08 -0000 1.3 +++ plugin.jelly 31 May 2004 13:18:46 -0000 1.4 @@ -65,7 +65,7 @@ value="${maven.build.dir}/cruisecontrol-config-temp.xml" /> <j:set var="stylesheet" - value="file:${plugin.resources}/cruisecontrol.jsl" /> + value="file:${maven.cruisecontrol.template}" /> <j:file name="${tempConfigFile}" outputMode="xml" prettyPrint="yes"> <j:include uri="${stylesheet.toString()}" /> </j:file> 1.5 +1 -0 maven-plugins/cruisecontrol/plugin.properties Index: plugin.properties =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/plugin.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.properties 2 Apr 2004 03:48:56 -0000 1.4 +++ plugin.properties 31 May 2004 13:18:46 -0000 1.5 @@ -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 1.21 +10 -1 maven-plugins/cruisecontrol/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 16 May 2004 02:43:18 -0000 1.20 +++ project.xml 31 May 2004 13:18:46 -0000 1.21 @@ -22,7 +22,7 @@ <extend>../plugin-parent/project.xml</extend> <id>maven-cruisecontrol-plugin</id> <name>Maven Cruise Control Plugin</name> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-dev</currentVersion> <description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0 RC2.</description> <shortDescription>Cruise Control Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/cruisecontrol/</url> @@ -55,6 +55,15 @@ <role>Java Developer</role> </roles> </developer> + <developer> + <name>Eric Pugh</name> + <id>epugh</id> + <email>[EMAIL PROTECTED]</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> </developers> <dependencies> <dependency> 1.5 +3 -0 maven-plugins/cruisecontrol/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/xdocs/changes.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- changes.xml 16 May 2004 02:43:18 -0000 1.4 +++ changes.xml 31 May 2004 13:18:46 -0000 1.5 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">Brett Porter</author> </properties> <body> + <release version="1.3" date="n/a"> + <action dev="epugh" type="add">allow user to specify different cc template to use</action> + </release> <release version="1.2" date="2004-05-15"> <action dev="brett" type="fix">fix problem if target does not exist</action> </release> 1.5 +7 -0 maven-plugins/cruisecontrol/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/maven-plugins/cruisecontrol/xdocs/properties.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- properties.xml 2 Apr 2004 03:48:56 -0000 1.4 +++ properties.xml 31 May 2004 13:18:46 -0000 1.5 @@ -101,6 +101,13 @@ <code>${pom.build.nagEmailAddress}</code>.</p> </td> </tr> + <tr> + <td>maven.cruisecontrol.template</td> + <td>Yes</td> + <td> + <p>Template file to use in generating the cruisecontrol.xml file.</p> + </td> + </tr> </table> </section> </body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]