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...> - 2006-07-30 03:42:58
|
jeffjensen 06/07/29 20:42:57 Added: javaapp/.settings org.eclipse.core.resources.prefs org.eclipse.jdt.ui.prefs javaapp .classpath .project Log: Add Eclipse project files. Revision Changes Path 1.1 maven-plugins/javaapp/.settings/org.eclipse.core.resources.prefs Index: org.eclipse.core.resources.prefs =================================================================== #Sat Jul 29 14:26:03 CDT 2006 eclipse.preferences.version=1 encoding/plugin.jelly=UTF-8 1.1 maven-plugins/javaapp/.settings/org.eclipse.jdt.ui.prefs Index: org.eclipse.jdt.ui.prefs =================================================================== #Sat Jul 29 14:24:49 CDT 2006 eclipse.preferences.version=1 org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates/> 1.1 maven-plugins/javaapp/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main"/> <classpathentry kind="src" path="src/plugin-test/src/main"/> <classpathentry kind="src" path="src/test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> 1.1 maven-plugins/javaapp/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-javaapp-plugin</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> |
From: Jeff J. <jef...@us...> - 2006-07-30 03:42:56
|
jeffjensen 06/07/29 20:42:54 maven-plugins/javaapp/.settings - New directory |
From: Jeff J. <jef...@us...> - 2006-07-09 23:31:42
|
jeffjensen 06/07/09 16:31:40 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: Finalize release 1.3. Revision Changes Path 1.41 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 7 Jul 2006 02:30:23 -0000 1.40 +++ project.xml 9 Jul 2006 23:31:40 -0000 1.41 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.3-SNAPSHOT</currentVersion> + <currentVersion>1.3</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> 1.33 +2 -3 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- changes.xml 5 Jul 2006 02:35:10 -0000 1.32 +++ changes.xml 9 Jul 2006 23:31:40 -0000 1.33 @@ -6,13 +6,12 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.3" date="in CVS"> + <release version="1.3" date="2006-07-09"> <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.quietErrors property.</action> - <action dev="jeffjensen" type="add">Changed to use new net.sourceforge.findbugs groupId - the one used for Maven 2.</action> </release> - <release version="1.2" date="2005-06-04"> + <release version="1.2" date="2006-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.timeout property.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.visitors property.</action> |
From: Jeff J. <jef...@us...> - 2006-07-07 02:30:26
|
jeffjensen 06/07/06 19:30:23 Modified: findbugs project.xml Log: Revert to old groupId "findbugs" - FB run fails when using new one "net.sourceforge.findbugs". Something must be wrong with jars or poms at the new location. Revision Changes Path 1.40 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 4 Jul 2006 23:25:50 -0000 1.39 +++ project.xml 7 Jul 2006 02:30:23 -0000 1.40 @@ -101,22 +101,22 @@ <dependencies> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>bcel</artifactId> <version>5.1</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>net.sourceforge.findbugs</groupId> + <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>1.0.0</version> </dependency> |
From: Jeff J. <jef...@us...> - 2006-07-05 02:35:12
|
jeffjensen 06/07/04 19:35:10 Modified: findbugs/xdocs changes.xml Log: Update changes.xml. Revision Changes Path 1.32 +2 -0 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- changes.xml 24 Jun 2006 13:31:26 -0000 1.31 +++ changes.xml 5 Jul 2006 02:35:10 -0000 1.32 @@ -9,6 +9,8 @@ <release version="1.3" date="in CVS"> <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> + <action dev="jeffjensen" type="add">Added maven.findbugs.quietErrors property.</action> + <action dev="jeffjensen" type="add">Changed to use new net.sourceforge.findbugs groupId - the one used for Maven 2.</action> </release> <release version="1.2" date="2005-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> |
From: Jeff J. <jef...@us...> - 2006-07-04 23:25:51
|
jeffjensen 06/07/04 16:25:50 Modified: findbugs project.xml Log: Change to use net.sourceforge.findbugs groupId. Revision Changes Path 1.39 +4 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- project.xml 24 Jun 2006 13:31:26 -0000 1.38 +++ project.xml 4 Jul 2006 23:25:50 -0000 1.39 @@ -101,22 +101,22 @@ <dependencies> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>bcel</artifactId> <version>5.1</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>coreplugin</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>findbugs</artifactId> <version>1.0.0</version> </dependency> <dependency> - <groupId>findbugs</groupId> + <groupId>net.sourceforge.findbugs</groupId> <artifactId>findbugs-ant</artifactId> <version>1.0.0</version> </dependency> |
From: Jeff J. <jef...@us...> - 2006-07-04 23:25:28
|
jeffjensen 06/07/04 16:25:25 Modified: findbugs plugin.jelly plugin.properties findbugs/xdocs properties.xml Log: Add quietErrors property. Revision Changes Path 1.15 +2 -1 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plugin.jelly 24 Jun 2006 13:31:26 -0000 1.14 +++ plugin.jelly 4 Jul 2006 23:25:25 -0000 1.15 @@ -96,7 +96,8 @@ workHard="${maven.findbugs.workHard}" output="xdocs" outputFile="${maven.build.dir}/findbugs-raw-report.xml" - failOnError="${maven.findbugs.failOnError}"> + failOnError="${maven.findbugs.failOnError}" + quietErrors="${maven.findbugs.quietErrors}"> <j:if test="${context.getVariable('maven.findbugs.jvmargs') != null}"> <ant:setProperty name="jvmargs" value="${maven.findbugs.jvmargs}" /> 1.6 +1 -0 maven-plugins/findbugs/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- plugin.properties 24 Jun 2006 13:31:26 -0000 1.5 +++ plugin.properties 4 Jul 2006 23:25:25 -0000 1.6 @@ -17,3 +17,4 @@ maven.findbugs.workHard = true maven.findbugs.jvmargs = -Xmx256m maven.findbugs.failOnError = true +maven.findbugs.quietErrors = false 1.8 +9 -0 maven-plugins/findbugs/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/properties.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- properties.xml 24 Jun 2006 13:31:26 -0000 1.7 +++ properties.xml 4 Jul 2006 23:25:25 -0000 1.8 @@ -121,6 +121,15 @@ </p> </td> </tr> + <tr> + <td>maven.findbugs.quietErrors</td> + <td>Yes</td> + <td> + <p> + If true, reports of serious analysis errors and missing classes will be suppressed in the FindBugs output. Default is false. + </p> + </td> + </tr> </table> </section> |
From: Jeff J. <jef...@us...> - 2006-06-24 13:31:28
|
jeffjensen 06/06/24 06:31:26 Modified: findbugs plugin.jelly project.xml plugin.properties findbugs/xdocs properties.xml changes.xml Log: Create 1.3-snapshot; use findbugs-1.0.0; add maven.findbugs.failOnError property. Revision Changes Path 1.14 +1 -1 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- plugin.jelly 3 May 2006 03:50:11 -0000 1.13 +++ plugin.jelly 24 Jun 2006 13:31:26 -0000 1.14 @@ -96,7 +96,7 @@ workHard="${maven.findbugs.workHard}" output="xdocs" outputFile="${maven.build.dir}/findbugs-raw-report.xml" - failOnError="true"> + failOnError="${maven.findbugs.failOnError}"> <j:if test="${context.getVariable('maven.findbugs.jvmargs') != null}"> <ant:setProperty name="jvmargs" value="${maven.findbugs.jvmargs}" /> 1.38 +9 -4 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 5 Jun 2006 01:29:26 -0000 1.37 +++ project.xml 24 Jun 2006 13:31:26 -0000 1.38 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.2</currentVersion> + <currentVersion>1.3-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -60,6 +60,11 @@ <name>1.2</name> <tag>MAVEN_FINDBUGS_1_2</tag> </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>MAVEN_FINDBUGS_1_3</tag> + </version> </versions> <!-- mailingLists is in parent --> @@ -103,17 +108,17 @@ <dependency> <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> - <version>0.9.6</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> - <version>0.9.6</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> - <version>0.9.6</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>dom4j</groupId> 1.5 +1 -1 maven-plugins/findbugs/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- plugin.properties 12 May 2005 00:10:52 -0000 1.4 +++ plugin.properties 24 Jun 2006 13:31:26 -0000 1.5 @@ -16,4 +16,4 @@ maven.findbugs.debug = false maven.findbugs.workHard = true maven.findbugs.jvmargs = -Xmx256m - +maven.findbugs.failOnError = true 1.7 +9 -0 maven-plugins/findbugs/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/properties.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- properties.xml 3 May 2006 03:50:11 -0000 1.6 +++ properties.xml 24 Jun 2006 13:31:26 -0000 1.7 @@ -112,6 +112,15 @@ </p> </td> </tr> + <tr> + <td>maven.findbugs.failOnError</td> + <td>Yes</td> + <td> + <p> + Whether to abort the build process if there is an error running FindBugs. Defaults to true. + </p> + </td> + </tr> </table> </section> 1.31 +4 -0 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- changes.xml 5 Jun 2006 01:29:26 -0000 1.30 +++ changes.xml 24 Jun 2006 13:31:26 -0000 1.31 @@ -6,6 +6,10 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> + <release version="1.3" date="in CVS"> + <action dev="jeffjensen" type="update">Update to findbugs 1.0.0.</action> + <action dev="jeffjensen" type="add">Added maven.findbugs.failOnError property.</action> + </release> <release version="1.2" date="2005-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.timeout property.</action> |
From: Jeff J. <jef...@us...> - 2006-06-06 03:05:20
|
jeffjensen 06/06/04 18:29:26 Modified: findbugs project.xml findbugs/xdocs changes.xml Log: Change version from snapshot to release. Revision Changes Path 1.37 +3 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 15 May 2006 02:16:23 -0000 1.36 +++ project.xml 5 Jun 2006 01:29:26 -0000 1.37 @@ -11,7 +11,7 @@ <name>FindBugs Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> @@ -56,8 +56,8 @@ <tag>MAVEN_FINDBUGS_1_1</tag> </version> <version> - <id>1.2-SNAPSHOT</id> - <name>1.2-SNAPSHOT</name> + <id>1.2</id> + <name>1.2</name> <tag>MAVEN_FINDBUGS_1_2</tag> </version> </versions> 1.30 +1 -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.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- changes.xml 3 May 2006 05:32:21 -0000 1.29 +++ changes.xml 5 Jun 2006 01:29:26 -0000 1.30 @@ -6,7 +6,7 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.2-SNAPSHOT" date="2005-05-03"> + <release version="1.2" date="2005-06-04"> <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Added violation description as a link to rule on FindBugs site in report; add "Priority" column.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.timeout property.</action> <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.visitors property.</action> |
From: Jeff J. <jef...@us...> - 2006-06-06 03:05:19
|
jeffjensen 06/06/04 18:00:22 Modified: . HOWTO_RELEASE.txt Log: Add "clean" to suggested commands. Revision Changes Path 1.4 +2 -2 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- HOWTO_RELEASE.txt 13 May 2006 14:41:56 -0000 1.3 +++ HOWTO_RELEASE.txt 5 Jun 2006 01:00:22 -0000 1.4 @@ -68,10 +68,10 @@ Generate site locally and review: For snapshot: - maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository site + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository clean site For release: - maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository clean site Then deploy it: maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false site:sshdeploy |
From: Jeff J. <jef...@us...> - 2006-06-06 03:05:15
|
jeffjensen 06/06/04 21:50:37 Modified: cobertura/xdocs index.xml Log: Add note on Cobertura needs debug on. Revision Changes Path 1.4 +24 -13 maven-plugins/cobertura/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 14 Jul 2005 05:46:13 -0000 1.3 +++ index.xml 5 Jun 2006 04:50:37 -0000 1.4 @@ -24,19 +24,30 @@ </properties> <body> <section name="Cobertura Plugin"> - <p> - The Cobertura tool is a free and easy to use source code coverage analyser. - It helps you to discover where your source-code lacks in test coverage. - </p> - <p> - Check a sample of the <a href="cobertura/index.html">coverage report</a> - and the <a href="cobertura/cobertura-check.html">checking report</a>. - </p> - <p> - For more information regarding Cobertura check out the - <a href="http://cobertura.sourceforge.net/" target="_blank"> - project homepage</a>. - </p> + <subsection name="Overview"> + <p> + The Cobertura tool is a free and easy to use source code coverage analyser. + It helps you to discover where your source-code lacks in test coverage. + </p> + <p> + Check a sample of the <a href="cobertura/index.html">coverage report</a> + and the <a href="cobertura/cobertura-check.html">checking report</a>. + </p> + <p> + For more information regarding Cobertura check out the + <a href="http://cobertura.sourceforge.net/" target="_blank"> + project homepage</a>. + </p> + </subsection> + <subsection name="Important Notes"> + <p> + Cobertura requires compiling with debug on, + which is the Maven default. + If running maven-cobertura-plugin yields no results, + start by checking the setting of + maven.compile.debug. + </p> + </subsection> </section> </body> </document> |
From: Jeff J. <jef...@us...> - 2006-06-06 02:57:39
|
jeffjensen 06/06/04 18:28:55 Modified: findbugs/xdocs index.xml Log: Add note on FindBugs needs debug on. Revision Changes Path 1.4 +14 -3 maven-plugins/findbugs/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 7 Sep 2004 09:27:34 -0000 1.3 +++ index.xml 5 Jun 2006 01:28:55 -0000 1.4 @@ -8,9 +8,20 @@ <body> <section name="FindBugs Plug-in"> - <p> - This plug-in provides functionality for accessing FindBugs from Maven. - </p> + <subsection name="Overview"> + <p> + This plug-in provides functionality for accessing FindBugs from Maven. + </p> + </subsection> + <subsection name="Important Notes"> + <p> + FindBugs requires compiling with debug on, + which is the Maven default. + If running maven-findbugs-plugin yields no results, + start by checking the setting of + maven.compile.debug. + </p> + </subsection> </section> </body> </document> |
From: Jeff J. <jef...@us...> - 2006-06-06 01:27:36
|
jeffjensen 06/06/04 22:05:03 Modified: cobertura/xdocs changes.xml Log: Correct change comment. Revision Changes Path 1.22 +0 -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.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- changes.xml 5 Jun 2006 04:50:55 -0000 1.21 +++ changes.xml 5 Jun 2006 05:05:03 -0000 1.22 @@ -30,7 +30,6 @@ <action dev="jeffjensen" type="add"> Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8. - (check report does not use them yet though) </action> <action dev="jeffjensen" type="fix" issue="1226313"> Change default maven.cobertura.merge.outputDir. @@ -44,7 +43,6 @@ <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add"> Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. - (check report does not use them yet though) </action> <action dev="carlossg" type="fix"> Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate and maven.cobertura.check.lineh to maven.cobertura.check.linerate. |
From: Jeff J. <jef...@us...> - 2006-06-06 01:22:16
|
jeffjensen 06/06/04 21:50:55 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Change version from snapshot to release. Revision Changes Path 1.21 +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.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- changes.xml 15 May 2006 01:49:16 -0000 1.20 +++ changes.xml 5 Jun 2006 04:50:55 -0000 1.21 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.2-SNAPSHOT" date="2006-05-14" description="Update to Cobertura 1.8 and adjust properties."> + <release version="1.2" date="2006-06-04" description="Update to Cobertura 1.8 and adjust properties."> <action dev="jeffjensen" type="update">Upgrade to Cobertura 1.8.</action> <action dev="jeffjensen" type="update"> Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. 1.27 +3 -3 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 15 May 2006 01:49:16 -0000 1.26 +++ project.xml 5 Jun 2006 04:50:55 -0000 1.27 @@ -25,7 +25,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.2-SNAPSHOT</currentVersion> + <currentVersion>1.2</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> @@ -116,8 +116,8 @@ <tag>MAVEN_COBERTURA_1_1_1</tag> </version> <version> - <id>1.2-SNAPSHOT</id> - <name>1.2-SNAPSHOT</name> + <id>1.2</id> + <name>1.2</name> <tag>MAVEN_COBERTURA_1_2</tag> </version> </versions> |
From: Jeff J. <jef...@us...> - 2006-06-06 01:22:10
|
jeffjensen 06/06/04 21:41:09 Modified: . HOWTO_RELEASE.txt Log: Add install plugin section. Have only first step do clean goal. Minor typo and formatting changes. Revision Changes Path 1.5 +16 -6 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- HOWTO_RELEASE.txt 5 Jun 2006 01:00:22 -0000 1.4 +++ HOWTO_RELEASE.txt 5 Jun 2006 04:41:09 -0000 1.5 @@ -15,7 +15,7 @@ Sourceforge requires an SSH key. The SF account profile has the link to add your public key(s) for access. -PRE_RELEASE PREP WORK +PRE-RELEASE PREP WORK --------------------- Update RFEs, bug entries as needed. @@ -26,6 +26,12 @@ Checkin. +BUILD AND INSTALL THE PLUGIN RELEASE LOCALLY +-------------------------------------------- +The site gen requires its presence. + maven clean plugin:install + + DEPLOY RELEASE TO SOURCEFORGE ----------------------------- Follow the notes in the main project.properties file, and override the values (e.g. in your private build.properties). @@ -43,10 +49,10 @@ Set "maven.repo.list" to the correct deployment location on the command line: To deploy the snapshot: -maven -Dmaven.repo.list=maven.plugins.sf.snapshots plugin:repository-deploy + maven -Dmaven.repo.list=maven.plugins.sf.snapshots plugin:repository-deploy To deploy the release: -maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy + maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy PUBLISH THE SITE TO SOURCEFORGE @@ -68,13 +74,17 @@ Generate site locally and review: For snapshot: - maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository clean site + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository site For release: - maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository clean site + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + + If the plugin project depends on a Maven snapshot plugin (including itself), + add the CVS repo to the repo property: + -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository/ Then deploy it: -maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false site:sshdeploy + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false site:sshdeploy NOTE: If you are using the maven-site-plugin >= 1.7 you will also have to use -Dmaven.site.failonerror=false. The reason for that is that on the sourceforge server, remote users don't have the right to change the |
From: Jeff J. <jef...@us...> - 2006-05-15 02:16:25
|
jeffjensen 06/05/14 19:16:23 Modified: findbugs project.xml Log: Update project URLs to new SF changes. Revision Changes Path 1.36 +4 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- project.xml 13 May 2006 14:15:10 -0000 1.35 +++ project.xml 15 May 2006 02:16:23 -0000 1.36 @@ -24,9 +24,10 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/findbugs</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/findbugs/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/findbugs</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/findbugs</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/findbugs</url> + </repository> <versions> <version> |
From: Jeff J. <jef...@us...> - 2006-05-15 02:01:07
|
jeffjensen 06/05/14 19:01:06 Modified: dbunit project.xml Log: Update project URLs to new SF changes. Revision Changes Path 1.39 +3 -3 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- project.xml 13 May 2006 14:11:16 -0000 1.38 +++ project.xml 15 May 2006 02:01:06 -0000 1.39 @@ -25,9 +25,9 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-dbunit-plugin/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/dbunit</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dbunit</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/dbunit/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/dbunit</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dbunit</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/dbunit</url> </repository> <versions> <version> |
From: Jeff J. <jef...@us...> - 2006-05-15 01:49:19
|
jeffjensen 06/05/14 18:49:17 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Update project URLs to new SF changes. Revision Changes Path 1.20 +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.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- changes.xml 13 May 2006 13:55:22 -0000 1.19 +++ changes.xml 15 May 2006 01:49:16 -0000 1.20 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.2-SNAPSHOT" date="2006-05-07" description="Update to Cobertura 1.8 and adjust properties."> + <release version="1.2-SNAPSHOT" date="2006-05-14" description="Update to Cobertura 1.8 and adjust properties."> <action dev="jeffjensen" type="update">Upgrade to Cobertura 1.8.</action> <action dev="jeffjensen" type="update"> Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. 1.26 +3 -3 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 7 May 2006 21:01:16 -0000 1.25 +++ project.xml 15 May 2006 01:49:16 -0000 1.26 @@ -31,9 +31,9 @@ <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> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> - <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/cobertura/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> + <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/cobertura</url> </repository> <developers> <developer> |
From: Jeff J. <jef...@us...> - 2006-05-13 14:41:57
|
jeffjensen 06/05/13 07:41:56 Modified: . HOWTO_RELEASE.txt Log: Differentiate snapshot vs release review command for site gen. Revision Changes Path 1.3 +12 -3 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- HOWTO_RELEASE.txt 25 Apr 2006 06:10:35 -0000 1.2 +++ HOWTO_RELEASE.txt 13 May 2006 14:41:56 -0000 1.3 @@ -67,10 +67,14 @@ Update and checkin the changes.xml file, including date of release. Generate site locally and review: -maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + For snapshot: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/snapshot-repository site -Then deploy it -maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site:sshdeploy + For release: + maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site + +Then deploy it: +maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository -Dmaven.site.failonerror=false site:sshdeploy NOTE: If you are using the maven-site-plugin >= 1.7 you will also have to use -Dmaven.site.failonerror=false. The reason for that is that on the sourceforge server, remote users don't have the right to change the @@ -86,3 +90,8 @@ 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...> - 2006-05-13 14:15:11
|
jeffjensen 06/05/13 07:15:10 Modified: findbugs project.xml Log: Add schema ref to project.xml for validation use. Revision Changes Path 1.35 +5 -2 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- project.xml 3 May 2006 05:32:21 -0000 1.34 +++ project.xml 13 May 2006 14:15:10 -0000 1.35 @@ -1,7 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> - <extend>${basedir}/../plugin-project.xml</extend> +<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 --> <artifactId>maven-findbugs-plugin</artifactId> |
From: Jeff J. <jef...@us...> - 2006-05-13 14:11:17
|
jeffjensen 06/05/13 07:11:16 Modified: dbunit project.xml Log: Add schema ref to project.xml for validation use. Revision Changes Path 1.38 +4 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 25 Apr 2006 03:04:43 -0000 1.37 +++ project.xml 13 May 2006 14:11:16 -0000 1.38 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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 --> |
From: Jeff J. <jef...@us...> - 2006-05-13 13:59:08
|
jeffjensen 06/05/13 06:59:07 dbunit - New directory |
From: Jeff J. <jef...@us...> - 2006-05-13 13:55:23
|
jeffjensen 06/05/13 06:55:22 Modified: cobertura/xdocs changes.xml properties.xml cobertura plugin.properties Log: Fix so can customize location of cobertura.ser. Revision Changes Path 1.19 +16 -4 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- changes.xml 7 May 2006 21:01:15 -0000 1.18 +++ changes.xml 13 May 2006 13:55:22 -0000 1.19 @@ -24,15 +24,27 @@ <body> <release version="1.2-SNAPSHOT" date="2006-05-07" description="Update to Cobertura 1.8 and adjust properties."> <action dev="jeffjensen" type="update">Upgrade to Cobertura 1.8.</action> - <action dev="jeffjensen" type="add">Removed dependency on JavaNCSS, as Cobertura 1.8 no longer does.</action> + <action dev="jeffjensen" type="update"> + Removed dependency on JavaNCSS, as Cobertura 1.8 no longer depends on it. + </action> <action dev="jeffjensen" type="add"> - Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties. - (check report does not use them yet) + Added maven.cobertura.check.packagelinerate and + maven.cobertura.check.packagebranchrate properties new in Cobertura 1.8. + (check report does not use them yet though) + </action> + <action dev="jeffjensen" type="fix" issue="1226313"> + Change default maven.cobertura.merge.outputDir. + </action> + <action dev="jeffjensen" type="update"> + Changed default location of Cobertura data file + (defined by maven.cobertura.datafile) to the target area + (${maven.cobertura.dir}/cobertura.ser) + now that changing the location works. </action> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> <action dev="carlossg" type="add"> Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. - (check report does not use them yet) + (check report does not use them yet though) </action> <action dev="carlossg" type="fix"> Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate and maven.cobertura.check.lineh to maven.cobertura.check.linerate. 1.10 +1 -2 maven-plugins/cobertura/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 7 May 2006 21:01:16 -0000 1.9 +++ properties.xml 13 May 2006 13:55:22 -0000 1.10 @@ -82,11 +82,10 @@ </tr> <tr> <td>maven.cobertura.datafile</td> - <td>${basedir}/cobertura.ser</td> + <td>${maven.cobertura.dir}/cobertura.ser</td> <td>Yes</td> <td> Specify the name of the file to use for storing the metadata about your classes. - Seems cobertura doesn't work correctly if changed (to be verified) </td> </tr> </table> 1.9 +6 -2 maven-plugins/cobertura/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- plugin.properties 7 May 2006 21:01:16 -0000 1.8 +++ plugin.properties 13 May 2006 13:55:22 -0000 1.9 @@ -20,8 +20,12 @@ maven.cobertura.instrumentation.includes=**/*.class maven.cobertura.instrumentation.excludes=NOT_DEFINED -# don't change this seems it doesn't work -maven.cobertura.datafile=${basedir}/cobertura.ser +#set default datafile location and name +maven.cobertura.datafile=${maven.cobertura.dir}/cobertura.ser + +#tell JUnit execution the location of the datafile +maven.junit.sysproperties=net.sourceforge.cobertura.datafile +net.sourceforge.cobertura.datafile=${maven.cobertura.datafile} maven.cobertura.check.linerate=50 maven.cobertura.check.branchrate=50 |
From: Jeff J. <jef...@us...> - 2006-05-13 13:29:35
|
jeffjensen 06/05/13 06:29:33 maven-cobertura-plugin - New directory |
From: Jeff J. <jef...@us...> - 2006-05-07 21:01:20
|
jeffjensen 06/05/07 14:01:16 Modified: cobertura/xdocs changes.xml properties.xml cobertura project.xml plugin.properties plugin.jelly Added: cobertura/.settings org.eclipse.core.resources.prefs Log: Upgrade to Cobertura 1.8 and adjust dependencies and properties accordingly. Revision Changes Path 1.18 +11 -3 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- changes.xml 16 Feb 2006 17:57:38 -0000 1.17 +++ changes.xml 7 May 2006 21:01:15 -0000 1.18 @@ -22,10 +22,18 @@ <title>Changes</title> </properties> <body> - <release version="1.2-SNAPSHOT" date="in CVS"> - <action dev="carlossg" type="update">Upgrade to cobertura 1.7.</action> + <release version="1.2-SNAPSHOT" date="2006-05-07" description="Update to Cobertura 1.8 and adjust properties."> + <action dev="jeffjensen" type="update">Upgrade to Cobertura 1.8.</action> + <action dev="jeffjensen" type="add">Removed dependency on JavaNCSS, as Cobertura 1.8 no longer does.</action> + <action dev="jeffjensen" type="add"> + Added maven.cobertura.check.packagelinerate and maven.cobertura.check.packagebranchrate properties. + (check report does not use them yet) + </action> <action dev="carlossg" type="add">Add maven.cobertura.ignoreregex property.</action> - <action dev="carlossg" type="add">Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties.</action> + <action dev="carlossg" type="add"> + Added maven.cobertura.check.totallinerate and maven.cobertura.check.totalbranchrate properties. + (check report does not use them yet) + </action> <action dev="carlossg" type="fix"> Renamed maven.cobertura.check.branch to maven.cobertura.check.branchrate and maven.cobertura.check.lineh to maven.cobertura.check.linerate. Fixes cobertura check goal always checking against 50%.</action> 1.9 +16 -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.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- properties.xml 6 Oct 2005 21:29:24 -0000 1.8 +++ properties.xml 7 May 2006 21:01:16 -0000 1.9 @@ -140,6 +140,22 @@ Specify the minimum acceptable average branch coverage rate needed by the project as a whole. This should be an integer value between 0 and 100. </td> </tr> + <tr> + <td>maven.cobertura.check.packagelinerate</td> + <td>50</td> + <td>Yes</td> + <td> + Specify the minimum acceptable average line coverage rate needed by each package. This should be an integer value between 0 and 100. + </td> + </tr> + <tr> + <td>maven.cobertura.check.packagebranchrate</td> + <td>50</td> + <td>Yes</td> + <td> + Specify the minimum acceptable average branch coverage rate needed by each package. This should be an integer value between 0 and 100. + </td> + </tr> </table> </section> </section> 1.25 +20 -15 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 16 Feb 2006 17:57:38 -0000 1.24 +++ project.xml 7 May 2006 21:01:16 -0000 1.25 @@ -17,7 +17,10 @@ * limitations under the License. */ --> -<project> +<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>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> @@ -50,12 +53,21 @@ <email>ep...@op...</email> <organization>OpenSource Connections</organization> </developer> + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jef...@us...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> <dependencies> <dependency> <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> - <version>1.7</version> + <version>1.8</version> <url>http://cobertura.sourceforge.net</url> </dependency> <dependency> @@ -67,7 +79,7 @@ <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> - <version>2.1</version> + <version>2.2.1</version> <url>http://asm.objectweb.org</url> </dependency> <dependency> @@ -76,18 +88,6 @@ <version>1.2.9</version> <url>http://logging.apache.org/log4j</url> </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>ccl</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> - <dependency> - <groupId>javancss</groupId> - <artifactId>javancss</artifactId> - <version>21.41</version> - <url>http://www.kclee.de/clemens/java/javancss/</url> - </dependency> </dependencies> <reports> <report>maven-changelog-plugin</report> @@ -115,5 +115,10 @@ <name>1.1.1</name> <tag>MAVEN_COBERTURA_1_1_1</tag> </version> + <version> + <id>1.2-SNAPSHOT</id> + <name>1.2-SNAPSHOT</name> + <tag>MAVEN_COBERTURA_1_2</tag> + </version> </versions> </project> 1.8 +2 -0 maven-plugins/cobertura/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- plugin.properties 6 Oct 2005 21:26:24 -0000 1.7 +++ plugin.properties 7 May 2006 21:01:16 -0000 1.8 @@ -27,6 +27,8 @@ maven.cobertura.check.branchrate=50 maven.cobertura.check.totallinerate=50 maven.cobertura.check.totalbranchrate=50 +maven.cobertura.check.packagebranchrate=50 +maven.cobertura.check.packagelinerate=50 maven.cobertura.check.failureproperty=coberturaCheckFailureProperty maven.cobertura.check.haltonfailure=true 1.17 +2 -0 maven-plugins/cobertura/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plugin.jelly 6 Oct 2005 21:29:24 -0000 1.16 +++ plugin.jelly 7 May 2006 21:01:16 -0000 1.17 @@ -175,6 +175,8 @@ linerate="${maven.cobertura.check.linerate}" totalbranchrate="${maven.cobertura.check.totalbranchrate}" totallinerate="${maven.cobertura.check.totallinerate}" + packagebranchrate="${maven.cobertura.check.packagebranchrate}" + packagelinerate="${maven.cobertura.check.packagelinerate}" haltonfailure="${maven.cobertura.check.haltonfailure}" failureproperty="${maven.cobertura.check.failureproperty}" datafile="${maven.cobertura.datafile}"> 1.1 maven-plugins/cobertura/.settings/org.eclipse.core.resources.prefs Index: org.eclipse.core.resources.prefs =================================================================== #Sat May 06 18:45:21 CDT 2006 eclipse.preferences.version=1 encoding/plugin.jelly=UTF-8 |