You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(37) |
Oct
(12) |
Nov
|
Dec
(47) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(9) |
Feb
(6) |
Mar
(1) |
Apr
(85) |
May
(9) |
Jun
|
Jul
(6) |
Aug
(85) |
Sep
(42) |
Oct
(27) |
Nov
(15) |
Dec
(27) |
2004 |
Jan
(39) |
Feb
(52) |
Mar
(43) |
Apr
(32) |
May
(18) |
Jun
(5) |
Jul
(63) |
Aug
(69) |
Sep
(12) |
Oct
(80) |
Nov
(55) |
Dec
(30) |
2005 |
Jan
(27) |
Feb
(6) |
Mar
(43) |
Apr
(5) |
May
(48) |
Jun
(48) |
Jul
(100) |
Aug
(16) |
Sep
(43) |
Oct
(25) |
Nov
(249) |
Dec
(2) |
2006 |
Jan
(9) |
Feb
(2) |
Mar
|
Apr
(26) |
May
(21) |
Jun
(8) |
Jul
(14) |
Aug
(104) |
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(32) |
Feb
|
Mar
(2) |
Apr
|
May
(38) |
Jun
(2) |
Jul
(9) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
2008 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jeff J. <jef...@us...> - 2007-05-12 02:15:09
|
jeffjensen 07/05/11 19:15:05 Modified: . project.xml Log: Add note on plugins for 1.0 vs 1.1. Revision Changes Path 1.38 +7 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 23 Jan 2007 00:22:16 -0000 1.37 +++ project.xml 12 May 2007 02:15:04 -0000 1.38 @@ -27,6 +27,13 @@ Please refer to the <A HREF="projects-overview.html">Plugins Overview</A> page for a summary of all plugins available here. </P> + <P> + Note: All of the plugins were originally written for Maven 1.0. + Many of them worked with Maven 1.1 without change, + while some required updates. + If you encounter possible compatability issues, + please email the user list. + </P> ]]> </description> |
From: Jeff J. <jef...@us...> - 2007-05-12 01:05:45
|
jeffjensen 07/05/11 18:05:43 Modified: javancss project.xml Log: Removed erroneous siteDirectory tag. Additional updates for Maven 1.1 compliance. Revision Changes Path 1.18 +5 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 12 May 2007 00:05:34 -0000 1.17 +++ project.xml 12 May 2007 01:05:43 -0000 1.18 @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/3.0.0"> +<project xmlns="http://maven.apache.org/POM/3.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> + <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> - <id>maven-javancss-plugin</id> + <artifactId>maven-javancss-plugin</artifactId> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.3.1</currentVersion> @@ -14,7 +17,6 @@ <shortDescription>MAVEN 1.1 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/javancss</connection> |
From: Jeff J. <jef...@us...> - 2007-05-12 00:05:36
|
jeffjensen 07/05/11 17:05:35 Modified: javancss project.xml Log: Add <versions> section. Revision Changes Path 1.17 +15 -0 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 11 May 2007 22:58:27 -0000 1.16 +++ project.xml 12 May 2007 00:05:34 -0000 1.17 @@ -22,6 +22,21 @@ </repository> <versions> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_JAVANCSS_1_3_1</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>javancss-1-3-0</tag> + </version> + <version> + <id>1.2</id> + <name>1.2</name> + <tag>RELEASE_JAVANCSS_1_2_0</tag> + </version> </versions> <branches> |
From: Jeff J. <jef...@us...> - 2007-05-12 00:03:47
|
jeffjensen 07/05/11 17:03:46 Modified: javancss/xdocs changes.xml Log: Improve change desc. Revision Changes Path 1.4 +1 -1 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 11 May 2007 22:58:27 -0000 1.3 +++ changes.xml 12 May 2007 00:03:46 -0000 1.4 @@ -9,7 +9,7 @@ <release version="1.3.1" date="2007-05-11"> <action dev="ltheussl" type="fix" issue="1632826"> - Fix pom. + Fix pom. Now works with Maven 1.1. </action> </release> |
From: Jeff J. <jef...@us...> - 2007-05-11 22:58:29
|
jeffjensen 07/05/11 15:58:27 Modified: javancss/xdocs changes.xml javancss project.xml Log: Release 1.3.1 Revision Changes Path 1.3 +6 -0 maven-plugins/javancss/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 3 Dec 2004 15:57:07 -0000 1.2 +++ changes.xml 11 May 2007 22:58:27 -0000 1.3 @@ -7,6 +7,12 @@ <body> + <release version="1.3.1" date="2007-05-11"> + <action dev="ltheussl" type="fix" issue="1632826"> + Fix pom. + </action> + </release> + <release version="1.3" date="2004-12-03"> <action dev="wdsgoe" type="update"> Using Apache Licence 2.0 1.16 +2 -2 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 11 May 2007 21:54:42 -0000 1.15 +++ project.xml 11 May 2007 22:58:27 -0000 1.16 @@ -6,12 +6,12 @@ <id>maven-javancss-plugin</id> <name>Maven JAVANCSS Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JavaNCSS</description> - <shortDescription>MAVEN 1.0 Plug-in for JAVANCSS</shortDescription> + <shortDescription>MAVEN 1.1 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> |
From: Lukas T. <luk...@us...> - 2007-05-11 21:54:43
|
lukas_theussl 07/05/11 14:54:42 Modified: javancss project.xml Log: [ 1632826 ] fix pom to make it usable with m1.1 Revision Changes Path 1.15 +5 -3 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 15 Aug 2006 12:24:13 -0000 1.14 +++ project.xml 11 May 2007 21:54:42 -0000 1.15 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project> +<project xmlns="http://maven.apache.org/POM/3.0.0"> <extend>${basedir}/../plugin-project.xml</extend> <!--pomVersion is in parent --> <id>maven-javancss-plugin</id> @@ -13,7 +13,7 @@ <description>Plugin for JavaNCSS</description> <shortDescription>MAVEN 1.0 Plug-in for JAVANCSS</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> - !-- issue tracking url, siteAddress are in parent --> + <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> <repository> @@ -77,8 +77,10 @@ <include>plugin.properties</include> <include>project.properties</include> <include>project.xml</include> - <exclude>xdocs/</exclude> </includes> + <excludes> + <exclude>xdocs/</exclude> + </excludes> </resource> <resource> <directory>src/</directory> |
From: Jeff J. <jj...@ap...> - 2007-03-16 01:22:42
|
lukas_theussl 07/03/15 10:05:18 Modified: dotuml/src/main/net/sourceforge/mavenplugins/dotuml PathHelper.java dotuml/xdocs changes.xml dotuml plugin.jelly plugin.properties project.properties project.xml Added: dotuml/lib UmlGraph-2.10.jar dotuml/src/main/net/sourceforge/mavenplugins/dotuml package.html Log: Make it work with maven-1.1. Add UmlGraph jar in lib/ as it is not on ibiblio. Revision Changes Path 1.1 maven-plugins/dotuml/lib/UmlGraph-2.10.jar <<Binary file>> 1.3 +11 -7 maven-plugins/dotuml/src/main/net/sourceforge/mavenplugins/dotuml/PathHelper .java Index: PathHelper.java =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/src/main/net/sourceforge/mavenpl ugins/dotuml/PathHelper.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PathHelper.java 22 Oct 2004 10:23:47 -0000 1.2 +++ PathHelper.java 15 Mar 2007 17:05:15 -0000 1.3 @@ -19,7 +19,7 @@ * 3. The end-user documentation included with the redistribution, * if any, must include the following acknowledgment: * "This product includes software developed by the - * Apache Software Foundation (http://www.apache.org/)." + * Apache Software Foundation ( http://www.apache.org/ )." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * @@ -69,6 +69,7 @@ */ public class PathHelper { + /** The path. */ private String path; @@ -80,18 +81,19 @@ /** * set the fully qualified path of a file or directory. * - * @param path the new path + * @param newPath the new path. */ - public void setPath(String path) { - this.path = path; + public final void setPath(final String newPath) { + this.path = newPath; } /** * get the path. * * @return the canonical path with <code>File.separator</code> ending. + * @throws Exception Exception. */ - public String getPath() throws Exception { + public final String getPath() throws Exception { File file = new File(path); // append the File.separator, because the canonicalization removes @@ -104,8 +106,9 @@ * extension is removed. * * @return the path string without the file extension. + * @throws Exception Exception. */ - public String getNameWithoutExtension() throws Exception { + public final String getNameWithoutExtension() throws Exception { return path.substring(0, path.lastIndexOf(".")); } @@ -113,8 +116,9 @@ * get the parent of the fully qualified path. * * @return returns the parent of the fully qualified path. + * @throws Exception Exception. */ - public String getParent() throws Exception { + public final String getParent() throws Exception { File file = new File(path); String parent = file.getParent(); 1.1 maven-plugins/dotuml/src/main/net/sourceforge/mavenplugins/dotuml/package.ht ml Index: package.html =================================================================== <html> <body> <p> Helper class to handle file paths. </p> </body> </html> 1.3 +9 -0 maven-plugins/dotuml/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ changes.xml 15 Mar 2007 17:05:16 -0000 1.3 @@ -10,6 +10,15 @@ </properties> <body> + <release version="1.1-SNAPSHOT" date="in CVS"> + <action dev="lukas_theussl" type="update"> + Make it work with Maven 1.1. + </action> + <action dev="lukas_theussl" type="update"> + Upgrade to UmlGraph-2.10, which is distributed with the plugin + as it's not on ibiblio. + </action> + </release> <release version="1.0" date="03.10.2004"> <action dev="dahlemd" type="fix"> Fix project structure to suit maven-plugins.sf.net. 1.3 +23 -6 maven-plugins/dotuml/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 22 Oct 2004 10:23:46 -0000 1.2 +++ plugin.jelly 15 Mar 2007 17:05:17 -0000 1.3 @@ -5,6 +5,7 @@ xmlns:define="jelly:define" xmlns:log="jelly:log" xmlns:doc="doc" + xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:x="jelly:xml"> @@ -58,11 +59,16 @@ --> <goal name="dotuml:init" - prereqs="xdoc:init" description="initialize the dotuml plugin"> - <j:set var="genDocs" - value="${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.gen.do cs')}/dotuml" /> + <maven:get var="maven.xdoc.gen" plugin="maven-xdoc-plugin" property="maven.gen.docs"/> + <j:set var="genDocs" value="${maven.xdoc.gen}/dotuml" /> + + <j:set var="destdir" value="${maven.dotuml.destdir}" /> + <j:if test="${destdir.equals('') or destdir == null}"> + <maven:get var="maven.docs.dest" plugin="maven-xdoc-plugin" property="maven.docs.dest"/> + <j:set var="maven.dotuml.destdir" value="${maven.docs.dest}/dotuml" /> + </j:if> <ant:mkdir dir="${maven.dotuml.destdir}"/> <ant:mkdir dir="${genDocs}" /> @@ -386,7 +392,7 @@ private="${maven.dotuml.private}"> <doclet name="${maven.dotuml.doclet}" - path="${plugin.getDependencyPath('umlgraph:UmlGraph')}"> + path="${plugin.getDependencyPath('gr.spinellis:UmlGraph')}"> <param name="-output" value="${maven.dotuml.output}" /> @@ -463,6 +469,10 @@ <param name="-apidocmap" value="${apidocmap}" /> </j:if> <j:set var="apidocroot" value="${maven.dotuml.apidocroot}" /> + <j:if test="${apidocroot.equals('') or apidocroot == null}"> + <maven:get var="maven.dotuml.apidocroot" plugin="maven-javadoc-plugin" property="maven.javadoc.destdir"/> + <j:set var="apidocroot" value="${maven.dotuml.apidocroot}" /> + </j:if> <j:if test="${!apidocroot.equals('')}"> <param name="-apidocroot" value="${apidocroot}" /> </j:if> @@ -489,7 +499,7 @@ <!-- stop recording --> <ant:record name="${maven.dotuml.destdir}/report.txt" action="stop" /> - <j:set var="cont" value="${context.getVariable('maven.dotuml.packagename')}"/> + <j:set var="cont" value="${maven.dotuml.packagename}"/> <j:if test="${cont != null and cont.length() gt 0}"> <j:set var="diagram" value="Packages ${cont}" /> </j:if> @@ -534,6 +544,13 @@ <j:choose> <j:when test="${pic2plotDirIsPresent}"> + + <j:set var="pic2plotdestdir" value="${maven.dotuml.pic2plot.dest.dir}" /> + <j:if test="${pic2plotdestdir.equals('') or pic2plotdestdir == null}"> + <maven:get var="maven.docs.dest" plugin="maven-xdoc-plugin" property="maven.docs.dest"/> + <j:set var="maven.dotuml.pic2plot.dest.dir" value="${maven.docs.dest}/sequence" /> + </j:if> + <ant:mkdir dir="${maven.dotuml.pic2plot.dest.dir}"/> <!-- generate the sequence diagrams --> @@ -570,7 +587,7 @@ <j:otherwise> <ant:echo> Can not generate sequence diagrams, because the ${maven.dotuml.sequence.src.dir} - is not present. + is not present. Please set the maven.dotuml.sequence.src.dir property. </ant:echo> </j:otherwise> </j:choose> 1.3 +3 -3 maven-plugins/dotuml/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/plugin.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.properties 22 Oct 2004 10:23:46 -0000 1.2 +++ plugin.properties 15 Mar 2007 17:05:17 -0000 1.3 @@ -4,8 +4,8 @@ # DotUml plugin. # ------------------------------------------------------------------- -maven.dotuml.destdir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/ dotuml -maven.dotuml.pic2plot.dest.dir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/ sequence +#maven.dotuml.destdir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/ dotuml +#maven.dotuml.pic2plot.dest.dir = ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}/ sequence maven.dotuml.pic2plot.src.dir = ${maven.src.dir}/pic maven.dotuml.pic2plot.fontsize = 12pt @@ -144,7 +144,7 @@ maven.dotuml.svg.height = 600 # Root to the api documentation -maven.dotuml.apidocroot=${pom.getPluginContext('maven-javadoc-plugin').getV ariable('maven.javadoc.destdir')} +#maven.dotuml.apidocroot=${pom.getPluginContext('maven-javadoc-plugin').get Variable('maven.javadoc.destdir')} # File with a map of regular expressions to URL roots to resolve external # classes (not part of the target package) 1.3 +3 -2 maven-plugins/dotuml/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.properties 22 Oct 2004 10:23:46 -0000 1.2 +++ project.properties 15 Mar 2007 17:05:17 -0000 1.3 @@ -3,6 +3,7 @@ # ------------------------------------------------------------------- maven.license.licenseFile=${basedir}/../LICENSE.txt maven.xdoc.version=${pom.currentVersion} +maven.announcement.lenient=true # ------------------------------------------------------------------------ # M A V E N J A R O V E R R I D E @@ -15,5 +16,5 @@ # ------------------------------------------------------------------------ # Jars set explicity by path. # ------------------------------------------------------------------------ -maven.jar.j2sdk = -maven.jar.UmlGraph = +#maven.jar.j2sdk = +maven.jar.UmlGraph = ${basedir}/lib/UmlGraph-2.10.jar 1.6 +17 -6 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:24:08 -0000 1.5 +++ project.xml 15 Mar 2007 17:05:17 -0000 1.6 @@ -8,7 +8,7 @@ <name>Maven DotUml Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <description/> @@ -16,7 +16,7 @@ <package>net.sourceforge.mavenplugins.dotuml</package> <!-- logo is in parent. no gumpRepositoryId --> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <siteDirectory> /home/groups/m/ma/maven-plugins/htdocs/maven-dotuml-plugin/ @@ -27,7 +27,7 @@ <repository> <connection> - scm:cvs:pserver:ano...@ma...:/cvsroot/maven-p lugins:maven-plugins/dotuml + scm:cvs:pserver:anonymous:@maven-plugins.cvs.sourceforge.net:/cvsroot/maven- plugins:maven-plugins/dotuml </connection> <developerConnection> scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/mav en-plugins:maven-plugins/dotuml @@ -86,6 +86,8 @@ </developers> <dependencies> + <!-- doesn't seem to be needed? --> + <!-- <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> @@ -96,14 +98,23 @@ <artifactId>commons-lang</artifactId> <version>1.0-b1.1</version> </dependency> + --> <dependency> - <groupId>umlgraph</groupId> + <groupId>gr.spinellis</groupId> <artifactId>UmlGraph</artifactId> - <version>2.8</version> + <version>2.10</version> <url>http://www.spinellis.gr/sw/umlgraph/</url> </dependency> </dependencies> - <!-- build is in the parent --> + <!-- rest of build is in the parent --> + <build> + <resources> + <resource> + <directory>${basedir}/lib</directory> + <targetPath>lib</targetPath> + </resource> + </resources> + </build> </project> |
From: Jeff J. <jj...@ap...> - 2007-03-16 01:21:43
|
lukas_theussl 07/03/15 10:02:53 maven-plugins/dotuml/lib - New directory |
From: Jeff J. <jef...@us...> - 2007-01-28 16:37:43
|
jeffjensen 07/01/28 08:37:41 Modified: tasks/xdocs index.xml xdocs installing.xml Log: Move plugin install info from tasks plugin to general install page. Revision Changes Path 1.7 +2 -11 maven-plugins/tasks/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 10 Aug 2006 03:32:49 -0000 1.6 +++ index.xml 28 Jan 2007 16:37:40 -0000 1.7 @@ -17,17 +17,8 @@ <section name="Instructions"> <ol> <li> - Install the plugin. - Preferred manner is with a dependency in the project.xml file - (use the desired plugin version, of course): -<source><![CDATA[ -<dependency> - <groupId>maven-plugins</groupId> - <artifactId>maven-tasks-plugin</artifactId> - <version>1.3.0</version> - <type>plugin</type> -</dependency> -]]></source> + Install the plugin per the + <a href="/installing.html">general installation instructions</a>. </li> <li> Add the tasks plugin to the report section in the project.xml file: 1.11 +16 -0 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- installing.xml 22 Jan 2007 01:30:12 -0000 1.10 +++ installing.xml 28 Jan 2007 16:37:40 -0000 1.11 @@ -22,6 +22,7 @@ </subsection> <subsection name="Automatic Install"> + <h4>Make Your Project Aware of the SourceForge Repository</h4> <p> You can set up your Maven installation to "know about" the Maven-Plugins project. To do this you need to <b>add</b> <code>http://maven-plugins.sourceforge.net/repository</code> to your <B>maven.repo.remote</B> property @@ -30,6 +31,7 @@ <p> Typically it will look like <code>maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository</code> </p> + <h4>Manual Download</h4> <p> You can then download and install plugins as follows <source>maven -DartifactId=ARTIFACTID -DgroupId=GROUPID -Dversion=VERSION plugin:download</source> @@ -38,6 +40,20 @@ For example to download the findbugs plugin, use: </p> <source>maven -DartifactId=maven-findbugs-plugin -DgroupId=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository</source> + <h4>Automatic Download</h4> + <p> + Instead, you can add a dependency in the project.xml file + so that anyone building your product will have the plugin + automatically downloaded and installed. +<source><![CDATA[ +<dependency> + <groupId>maven-plugins</groupId> + <artifactId>maven-(PLUGIN_NAME)-plugin</artifactId> + <version>(PLUGIN_VERSION)</version> + <type>plugin</type> +</dependency> +]]></source> + </p> </subsection> <subsection name="Snapshots"> <p> |
From: Jeff J. <jef...@us...> - 2007-01-28 16:18:41
|
jeffjensen 07/01/28 08:18:40 Modified: tasks project.xml Log: Set my timezone. Revision Changes Path 1.11 +1 -0 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 28 Jan 2007 16:08:00 -0000 1.10 +++ project.xml 28 Jan 2007 16:18:40 -0000 1.11 @@ -67,6 +67,7 @@ <roles> <role>Developer</role> </roles> + <timezone>-6</timezone> </developer> </developers> |
From: Jeff J. <jef...@us...> - 2007-01-28 16:08:07
|
jeffjensen 07/01/28 08:08:01 Modified: tasks/xdocs changes.xml tasks project.xml Log: Change from snapshot to release. Revision Changes Path 1.7 +1 -1 maven-plugins/tasks/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/xdocs/changes.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- changes.xml 10 Aug 2006 03:07:22 -0000 1.6 +++ changes.xml 28 Jan 2007 16:08:00 -0000 1.7 @@ -7,7 +7,7 @@ </properties> <body> - <release version="1.3.0-SNAPSHOT" date="in CVS" description="New properties, minor corrections"> + <release version="1.3.0" date="2007-01-28" description="New properties, new report features, minor corrections, XML Schema"> <action dev="carlossg" type="fix"> Make build with Maven 1.1 and correct the URL tag. </action> 1.10 +3 -3 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 5 Aug 2006 03:13:38 -0000 1.9 +++ project.xml 28 Jan 2007 16:08:00 -0000 1.10 @@ -9,7 +9,7 @@ <pomVersion>3</pomVersion> <id>maven-tasks-plugin</id> <name>Tasks Plug-in</name> - <currentVersion>1.3.0-SNAPSHOT</currentVersion> + <currentVersion>1.3.0</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/projects/maven-plugins/</url> @@ -42,8 +42,8 @@ <tag>MAVEN_TASKS_1_2_0</tag> </version> <version> - <id>1.3.0-SNAPSHOT</id> - <name>1.3.0-SNAPSHOT</name> + <id>1.3.0</id> + <name>1.3.0</name> <tag>MAVEN_TASKS_1_3_0</tag> </version> </versions> |
From: Jeff J. <jef...@us...> - 2007-01-28 15:37:18
|
jeffjensen 07/01/28 07:37:15 Modified: findbugs/xdocs changes.xml findbugs project.xml Log: Change from snapshot to release. Revision Changes Path 1.35 +2 -1 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- changes.xml 9 Aug 2006 02:12:33 -0000 1.34 +++ changes.xml 28 Jan 2007 15:37:15 -0000 1.35 @@ -4,9 +4,10 @@ <properties> <title>Changes</title> <author email="ep...@op...">Eric Pugh</author> + <author email="jef...@so...">Jeff Jensen</author> </properties> <body> - <release version="1.3.1" date="in CVS"> + <release version="1.3.1" date="2007-01-28"> <action dev="jeffjensen" type="update" issue="1536970" due-to="Shinobu Kawai"> Should use prereqs for java:compile. </action> 1.44 +16 -6 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- project.xml 28 Jan 2007 12:00:59 -0000 1.43 +++ project.xml 28 Jan 2007 15:37:15 -0000 1.44 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3.1-SNAPSHOT</currentVersion> + <currentVersion>1.3.1</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -65,6 +65,11 @@ <name>1.3</name> <tag>MAVEN_FINDBUGS_1_3</tag> </version> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_FINDBUGS_1_3_1</tag> + </version> </versions> <!-- mailingLists is in parent --> @@ -79,6 +84,16 @@ <role>Build Manager</role> </roles> </developer> + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jef...@us...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <contributors> <contributor> @@ -92,11 +107,6 @@ <name>Markus Torpvret</name> <email>mt...@us...</email> </contributor> - <contributor> - <name>Jeff Jensen</name> - <email>jef...@us...</email> - <timezone>-6</timezone> - </contributor> </contributors> <!-- licenses section not done yet --> |
From: Jeff J. <jef...@us...> - 2007-01-28 14:31:20
|
jeffjensen 07/01/28 06:31:15 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Change from snapshot to release. Revision Changes Path 1.27 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- changes.xml 23 Jan 2007 03:22:14 -0000 1.26 +++ changes.xml 28 Jan 2007 14:31:15 -0000 1.27 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug, no test src flag."> + <release version="1.3" date="2007-01-28" description="AspectJ plugin, class not found bug, no test src flag."> <action dev="jeffjensen" type="fix" issue="1618999" due-to="Jon Christiansen"> Allow running against project with no test src. </action> 1.31 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 28 Jan 2007 11:59:55 -0000 1.30 +++ project.xml 28 Jan 2007 14:31:15 -0000 1.31 @@ -25,7 +25,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <inceptionYear>2005</inceptionYear> <shortDescription>Cobertura calculates the percentage of code accessed by tests.</shortDescription> <description>Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.</description> |
From: Jeff J. <jef...@us...> - 2007-01-28 14:08:54
|
jeffjensen 07/01/28 06:08:49 Modified: . HOWTO_RELEASE.txt Log: Add step to add SF news item. Tweak steps order. Revision Changes Path 1.6 +10 -5 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- HOWTO_RELEASE.txt 5 Jun 2006 04:41:09 -0000 1.5 +++ HOWTO_RELEASE.txt 28 Jan 2007 14:08:49 -0000 1.6 @@ -92,6 +92,16 @@ See http://jira.codehaus.org/browse/MPSITE-34. +TAG THE SOURCE +-------------- +cd to the dir containing the project and enter the CVS command: + + +ADD SOURCEFORGE NEWS ITEM +------------------------- +Use the admin facility to add one, announcing the release. + + EMAIL RELEASE ANNOUNCEMENT ------------------------- The site step generates it, and this is how standalone: @@ -100,8 +110,3 @@ maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository announcement Edit it (adjust repos at minimum) and email. - -TAG THE SOURCE --------------- -cd to the dir containing the project and enter the CVS command: - |
From: Jeff J. <jef...@us...> - 2007-01-28 13:41:41
|
jeffjensen 07/01/28 05:41:39 Modified: dbunit/xdocs changes.xml Log: Correct typo. Revision Changes Path 1.26 +1 -1 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- changes.xml 28 Jan 2007 13:37:26 -0000 1.25 +++ changes.xml 28 Jan 2007 13:41:39 -0000 1.26 @@ -8,7 +8,7 @@ </properties> <body> <release version="1.8" date="2007-01-28" - description="Add autocommit, "> + description="Add autocommit."> <action dev="jeffjensen" type="add" issue="1115849" due-to="Stephen Cooper"> Set setAutoCommit(true) on the db connection, as some drivers need it set. |
From: Jeff J. <jef...@us...> - 2007-01-28 13:37:28
|
jeffjensen 07/01/28 05:37:26 Modified: dbunit/xdocs changes.xml Log: Set date of 1.8 release. Revision Changes Path 1.25 +2 -1 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- changes.xml 30 Jul 2006 21:51:25 -0000 1.24 +++ changes.xml 28 Jan 2007 13:37:26 -0000 1.25 @@ -4,9 +4,10 @@ <properties> <title>Changes</title> <author email="dio...@so...">dIon Gillard</author> + <author email="jef...@so...">Jeff Jensen</author> </properties> <body> - <release version="1.8" date="in CVS" + <release version="1.8" date="2007-01-28" description="Add autocommit, "> <action dev="jeffjensen" type="add" issue="1115849" due-to="Stephen Cooper"> Set setAutoCommit(true) on the db connection, |
From: Jeff J. <jef...@us...> - 2007-01-28 13:11:48
|
jeffjensen 07/01/28 05:11:47 Modified: dbunit project.xml Log: Change from snapshot to release. Revision Changes Path 1.41 +2 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 30 Jul 2006 21:51:25 -0000 1.40 +++ project.xml 28 Jan 2007 13:11:46 -0000 1.41 @@ -11,7 +11,7 @@ <name>dbUnit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.8-SNAPSHOT</currentVersion> + <currentVersion>1.8</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -100,6 +100,7 @@ <roles> <role>Developer</role> </roles> + <timezone>-6</timezone> </developer> </developers> <!-- no contributors --> |
From: Jeff J. <jef...@us...> - 2007-01-28 12:54:24
|
jeffjensen 07/01/28 04:54:21 Modified: . project.properties Log: Added maven.changes.issue.template so issue links in Changes report will now work. Revision Changes Path 1.20 +3 -0 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.properties 6 Aug 2006 21:20:53 -0000 1.19 +++ project.properties 28 Jan 2007 12:54:21 -0000 1.20 @@ -53,3 +53,6 @@ maven.compile.source=1.3 maven.scm.checkout.dir=${maven.build.dir}/checkout/currentplugin + +# Changes plugin +maven.changes.issue.template=http://sourceforge.net/support/tracker.php?aid=%ISSUE% |
From: Jeff J. <jef...@us...> - 2007-01-28 12:35:14
|
jeffjensen 07/01/28 04:35:12 Modified: . plugin-project.xml Log: Add tracker maillist and post link for all. Revision Changes Path 1.16 +10 -0 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plugin-project.xml 15 Aug 2006 13:08:05 -0000 1.15 +++ plugin-project.xml 28 Jan 2007 12:35:12 -0000 1.16 @@ -33,20 +33,30 @@ <name>Maven-Plugins User List</name> <subscribe>${pom.groupId}-us...@li...</subscribe> <unsubscribe>${pom.groupId}-us...@li...</unsubscribe> + <post>${pom.groupId}-u...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> <subscribe>${pom.groupId}-de...@li...</subscribe> <unsubscribe>${pom.groupId}-de...@li...</unsubscribe> + <post>${pom.groupId}-de...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> <subscribe>${pom.groupId}-cv...@li...</subscribe> <unsubscribe>${pom.groupId}-cv...@li...</unsubscribe> + <post>${pom.groupId}-c...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> + <mailingList> + <name>Maven-Plugins SourceForge Trackers List</name> + <subscribe>${pom.groupId}-tr...@li...</subscribe> + <unsubscribe>${pom.groupId}-tr...@li...</unsubscribe> + <post>${pom.groupId}-tr...@li...</post> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> + </mailingList> </mailingLists> <build> |
From: Jeff J. <jef...@us...> - 2007-01-28 12:01:01
|
jeffjensen 07/01/28 04:00:59 Modified: findbugs project.xml Log: Set my timezone. Revision Changes Path 1.43 +1 -0 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- project.xml 9 Aug 2006 02:12:33 -0000 1.42 +++ project.xml 28 Jan 2007 12:00:59 -0000 1.43 @@ -95,6 +95,7 @@ <contributor> <name>Jeff Jensen</name> <email>jef...@us...</email> + <timezone>-6</timezone> </contributor> </contributors> <!-- licenses section not done yet --> |
From: Jeff J. <jef...@us...> - 2007-01-28 11:59:57
|
jeffjensen 07/01/28 03:59:55 Modified: cobertura project.xml Log: Set my timezone. Revision Changes Path 1.30 +1 -0 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 23 Jan 2007 03:14:30 -0000 1.29 +++ project.xml 28 Jan 2007 11:59:55 -0000 1.30 @@ -61,6 +61,7 @@ <roles> <role>Developer</role> </roles> + <timezone>-6</timezone> </developer> </developers> <dependencies> |
From: Jeff J. <jef...@us...> - 2007-01-23 03:22:16
|
jeffjensen 07/01/22 19:22:14 Modified: cobertura/xdocs changes.xml Log: update release description. Revision Changes Path 1.26 +1 -1 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- changes.xml 23 Jan 2007 03:14:29 -0000 1.25 +++ changes.xml 23 Jan 2007 03:22:14 -0000 1.26 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug, "> + <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug, no test src flag."> <action dev="jeffjensen" type="fix" issue="1618999" due-to="Jon Christiansen"> Allow running against project with no test src. </action> |
From: Jeff J. <jef...@us...> - 2007-01-23 03:14:33
|
jeffjensen 07/01/22 19:14:31 Modified: cobertura/xdocs changes.xml properties.xml cobertura plugin.properties plugin.jelly project.xml Added: cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests maven.xml project.xml cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/src/main/org/apache/maven/cobertura/test Simple.java Log: Apply patch for 1618999 Allow running against project with no test src, thanks to Jon Christiansen. Revision Changes Path 1.25 +5 -2 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- changes.xml 20 Jan 2007 05:46:50 -0000 1.24 +++ changes.xml 23 Jan 2007 03:14:29 -0000 1.25 @@ -22,9 +22,12 @@ <title>Changes</title> </properties> <body> - <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug"> + <release version="1.3" date="in CVS" description="AspectJ plugin, class not found bug, "> + <action dev="jeffjensen" type="fix" issue="1618999" due-to="Jon Christiansen"> + Allow running against project with no test src. + </action> <action dev="jeffjensen" type="fix" issue="1639236"> - java.lang.NoClassDefFoundError for custom log4j Appender + java.lang.NoClassDefFoundError for custom log4j Appender. </action> <action dev="jeffjensen" type="fix" issue="1387499" due-to="psylence"> Using aspectj maven plugin confuses cobertura. 1.11 +10 -0 maven-plugins/cobertura/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/properties.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- properties.xml 13 May 2006 13:55:22 -0000 1.10 +++ properties.xml 23 Jan 2007 03:14:29 -0000 1.11 @@ -88,6 +88,16 @@ Specify the name of the file to use for storing the metadata about your classes. </td> </tr> + <tr> + <td>maven.cobertura.force</td> + <td>false</td> + <td>Yes</td> + <td> + Force cobertura to be invoked even if no JUnit test classes exist. This will + allow one to get the metric of the total number of executable lines in the code + even if unit tests do not exist. + </td> + </tr> </table> <section name="Coverage check related properties"> 1.10 +5 -0 maven-plugins/cobertura/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.properties,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- plugin.properties 13 May 2006 13:55:22 -0000 1.9 +++ plugin.properties 23 Jan 2007 03:14:30 -0000 1.10 @@ -38,3 +38,8 @@ # don't generate the report by default, seems that it breaks in maven < 1.1 maven.cobertura.check.report=false + +# by default only run if unit tests exist +# set to true to force cobertura to run to get total number of +# executable lines, regardless of if unit tests exist or not. +maven.cobertura.force=false 1.20 +9 -2 maven-plugins/cobertura/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- plugin.jelly 20 Jan 2007 05:46:50 -0000 1.19 +++ plugin.jelly 23 Jan 2007 03:14:30 -0000 1.20 @@ -227,9 +227,16 @@ <goal name="cobertura:report" prereqs="cobertura:on,test:test" description="Generate test coverage reports with Cobertura"> - <j:choose> + <j:if test="${maven.cobertura.force}"> + <j:set var="run" value="true"/> + </j:if> + + <j:if test="${unitTestSourcesPresent == 'true'}"> + <j:set var="run" value="true"/> + </j:if> - <j:when test="${unitTestSourcesPresent == 'true'}"> + <j:choose> + <j:when test="${not empty(run)}"> <j:catch var="ex"> 1.29 +5 -0 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- project.xml 23 Aug 2006 03:14:40 -0000 1.28 +++ project.xml 23 Jan 2007 03:14:30 -0000 1.29 @@ -88,6 +88,11 @@ <version>1.2.9</version> <url>http://logging.apache.org/log4j</url> </dependency> + <dependency> + <groupId>commons-jelly</groupId> + <artifactId>commons-jelly-tags-log</artifactId> + <version>1.0</version> + </dependency> </dependencies> <reports> <report>maven-changelog-plugin</report> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/maven.xml Index: maven.xml =================================================================== <!-- /* * Copyright 2005 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. */ --> <project default="testPlugin" xmlns:util="jelly:util" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:x="jelly:xml" xmlns:maven="jelly:maven" xmlns:assert="assert"> <goal name="testPlugin"> <!-- Fixture --> <attainGoal name="clean"/> <attainGoal name="cobertura"/> <echo>${maven.docs.dest}/cobertura/index.html</echo> <assert:assertFile file="${maven.docs.dest}/cobertura/index.html"/> </goal> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!-- /* * Copyright 2005 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. */ --> <project> <extend>${basedir}/../project.xml</extend> <artifactId>testGenerateReportWhenNoTests</artifactId> <name>testGenerateReportWhenTestFails</name> </project> 1.1 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/src/main/org/apache/maven/cobertura/test/Simple.java Index: Simple.java =================================================================== package org.apache.maven.cobertura.test; /* ==================================================================== * Copyright 2001-2005 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. * ==================================================================== */ public class Simple { public void someMethod() { } } |
From: Jeff J. <jef...@us...> - 2007-01-23 03:14:30
|
jeffjensen 07/01/22 19:14:25 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/src/main/org/apache - New directory |
From: Jeff J. <jef...@us...> - 2007-01-23 03:14:30
|
jeffjensen 07/01/22 19:14:26 maven-plugins/cobertura/src/plugin-test/testGenerateReportWhenNoUnitTests/src/main/org/apache/maven/cobertura - New directory |