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-05-07 21:01:12
|
jeffjensen 06/05/07 14:01:10 maven-plugins/cobertura/.settings - New directory |
From: Jeff J. <jef...@us...> - 2006-05-07 20:54:57
|
jeffjensen 06/05/07 13:54:54 Modified: cobertura .cvsignore Log: Ignore cobertura.ser file. Revision Changes Path 1.3 +1 -0 maven-plugins/cobertura/.cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2006 02:56:44 -0000 1.2 +++ .cvsignore 7 May 2006 20:54:54 -0000 1.3 @@ -1,3 +1,4 @@ target maven.log *.log +cobertura.ser |
From: Jeff J. <jef...@us...> - 2006-05-06 04:42:19
|
jeffjensen 06/05/05 21:42:17 Modified: findbugs/xdocs navigation.xml Log: Add references to navigation schema for validation. Revision Changes Path 1.8 +3 -2 maven-plugins/findbugs/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/navigation.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- navigation.xml 7 Sep 2004 09:27:34 -0000 1.7 +++ navigation.xml 6 May 2006 04:42:17 -0000 1.8 @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Maven Findbugs Plugin"> +<project name="Maven Findbugs Plugin" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-navigation-1.0.xsd"> <title>Maven FindBugs Plugin</title> @@ -12,7 +14,6 @@ <item name="Goals" href="/goals.html"/> <item name="Properties" href="/properties.html"/> - <item name="Tasks" href="/tasks.html"/> <item name="Example Report" href="/sample-findbugs-report.html"/> </menu> </body> |
From: Jeff J. <jef...@us...> - 2006-05-06 04:42:17
|
jeffjensen 06/05/05 21:42:16 Modified: dbunit/xdocs navigation.xml Log: Add references to navigation schema for validation. Revision Changes Path 1.7 +5 -3 maven-plugins/dbunit/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/navigation.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.xml 19 Jul 2004 02:01:49 -0000 1.6 +++ navigation.xml 6 May 2006 04:42:16 -0000 1.7 @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project name="Dbunit Maven Plugin"> +<project name="Dbunit Maven Plugin" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-navigation-1.0.xsd"> - <title>Dbunit Maven Plugin</title> + <title>dbUnit Maven Plugin</title> <body> <links> <item name="Maven" href="http://maven.apache.org/"/> - <item name="Dbunit" href="http://dbunit.sourceforge.net/"/> + <item name="dbUnit" href="http://dbunit.sourceforge.net/"/> </links> <menu name="Overview"> <item name="Goals" href="/goals.html" /> |
From: Jeff J. <jef...@us...> - 2006-05-06 04:42:15
|
jeffjensen 06/05/05 21:42:14 Modified: cobertura/xdocs navigation.xml Log: Add references to navigation schema for validation. Revision Changes Path 1.3 +6 -5 maven-plugins/cobertura/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 17 Jun 2005 16:34:52 -0000 1.2 +++ navigation.xml 6 May 2006 04:42:14 -0000 1.3 @@ -18,10 +18,11 @@ */ --> -<project> - <properties> - <title>Cobertura Plugin</title> - </properties> +<project name="Maven Findbugs Plugin" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://maven.apache.org/maven-navigation-1.0.xsd"> + + <title>Cobertura Plugin</title> <body> @@ -38,4 +39,4 @@ <item name="Goals" href="/goals.html"/> </menu> </body> -</project> \ No newline at end of file +</project> |
From: Jeff J. <jef...@us...> - 2006-05-03 05:32:24
|
jeffjensen 06/05/02 22:32:22 Modified: findbugs project.xml maven.xml findbugs/xdocs changes.xml findbugs/src/plugin-test project.xml Added: findbugs/.settings org.eclipse.core.resources.prefs findbugs/src/bin mavensite.bat Log: 1.2 prep. upg to fb 0.9.6. fix site gen issues. Revision Changes Path 1.34 +12 -3 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 3 Jan 2006 02:53:58 -0000 1.33 +++ project.xml 3 May 2006 05:32:21 -0000 1.34 @@ -51,6 +51,11 @@ <name>1.1</name> <tag>MAVEN_FINDBUGS_1_1</tag> </version> + <version> + <id>1.2-SNAPSHOT</id> + <name>1.2-SNAPSHOT</name> + <tag>MAVEN_FINDBUGS_1_2</tag> + </version> </versions> <!-- mailingLists is in parent --> @@ -78,6 +83,10 @@ <name>Markus Torpvret</name> <email>mt...@us...</email> </contributor> + <contributor> + <name>Jeff Jensen</name> + <email>jef...@us...</email> + </contributor> </contributors> <!-- licenses section not done yet --> @@ -90,17 +99,17 @@ <dependency> <groupId>findbugs</groupId> <artifactId>coreplugin</artifactId> - <version>0.9.4</version> + <version>0.9.6</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs</artifactId> - <version>0.9.4</version> + <version>0.9.6</version> </dependency> <dependency> <groupId>findbugs</groupId> <artifactId>findbugs-ant</artifactId> - <version>0.9.4</version> + <version>0.9.6</version> </dependency> <dependency> <groupId>dom4j</groupId> 1.3 +1 -1 maven-plugins/findbugs/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/maven.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maven.xml 1 Nov 2005 16:33:06 -0000 1.2 +++ maven.xml 3 May 2006 05:32:21 -0000 1.3 @@ -5,7 +5,7 @@ <preGoal name="site"> <j:set var="maven.multiproject.includes" value="**\plugin-test\project.xml"/> - <j:set var="goal" value="findbugs"/> + <j:set var="goal" value="site"/> <attainGoal name="multiproject:goal"/> <mkdir dir="target/generated-xdocs/"/> <copy file="src/plugin-test/target/generated-xdocs/findbugs-report.xml" tofile="target/generated-xdocs/sample-findbugs-report.xml"/> 1.1 maven-plugins/findbugs/.settings/org.eclipse.core.resources.prefs Index: org.eclipse.core.resources.prefs =================================================================== #Tue May 02 23:33:29 CDT 2006 eclipse.preferences.version=1 encoding/plugin.jelly=UTF-8 1.29 +7 -2 maven-plugins/findbugs/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/changes.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- changes.xml 2 May 2006 06:03:21 -0000 1.28 +++ changes.xml 3 May 2006 05:32:21 -0000 1.29 @@ -6,8 +6,13 @@ <author email="ep...@op...">Eric Pugh</author> </properties> <body> - <release version="1.2" date="in cvs"> - <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Have violation description link to rule on FindBugs site in report; add "Priority" column.</action> + <release version="1.2-SNAPSHOT" date="2005-05-03"> + <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> + <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.omitVisitors property.</action> + <action dev="jeffjensen" type="add" issue="1378162" due-to="Garvin LeClaire">Added maven.findbugs.plugins property.</action> + <action dev="jeffjensen" type="update">Update to findbugs 0.9.6.</action> </release> <release version="1.1" date="2006-01-02"> <action dev="dep4b" type="update">Update to findbugs 0.9.4.</action> 1.6 +4 -1 maven-plugins/findbugs/src/plugin-test/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/src/plugin-test/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 21 Sep 2005 18:04:17 -0000 1.5 +++ project.xml 3 May 2006 05:32:22 -0000 1.6 @@ -23,12 +23,15 @@ <dependencies> <!-- Purely used for testing --> +<!-- + causing problems, doesn't seem to be needed <dependency> <groupId>xstream</groupId> <artifactId>xstream-src-tar-file</artifactId> <jar>xstream-0.1-src.zip</jar> <type>distribution</type> - </dependency> + </dependency> +--> </dependencies> <build> <sourceDirectory>${basedir}/src/java</sourceDirectory> 1.1 maven-plugins/findbugs/src/bin/mavensite.bat Index: mavensite.bat =================================================================== @echo off rem convenience script to gen findbugs site pushd . cd ..\.. call maven clean plugin:install call maven -Dmaven.announcement.lenient=true -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site popd |
From: Jeff J. <jef...@us...> - 2006-05-03 05:32:24
|
jeffjensen 06/05/02 22:32:18 maven-plugins/findbugs/src/bin - New directory |
From: Jeff J. <jef...@us...> - 2006-05-03 05:32:20
|
jeffjensen 06/05/02 22:32:18 maven-plugins/findbugs/.settings - New directory |
From: Jeff J. <jef...@us...> - 2006-05-03 03:50:17
|
jeffjensen 06/05/02 20:50:11 Modified: findbugs plugin.jelly findbugs/xdocs properties.xml Log: Added properties: maven.findbugs.timeout, maven.findbugs.visitors, maven.findbugs.omitVisitors, maven.findbugs.plugins Revision Changes Path 1.13 +17 -1 maven-plugins/findbugs/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/plugin.jelly,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- plugin.jelly 11 Oct 2005 05:06:37 -0000 1.12 +++ plugin.jelly 3 May 2006 03:50:11 -0000 1.13 @@ -65,7 +65,7 @@ <!-- Define a FindBugs task with the rulesets and all jars in the classpath --> - <path id="findbugs.classpath"> + <path id="findbugs.classpath"> <pathelement location="${plugin.getDependencyPath('findbugs:bcel')}"/> <pathelement location="${plugin.getDependencyPath('findbugs:coreplugin')}"/> <pathelement location="${plugin.getDependencyPath('findbugs:findbugs')}"/> @@ -75,6 +75,9 @@ <path id="findbugs.pluginlist"> <pathelement location="${plugin.getDependencyPath('findbugs:coreplugin')}"/> + <j:if test="${context.getVariable('maven.findbugs.plugins') != null}"> + <pathelement path="${maven.findbugs.plugins}"/> + </j:if> </path> <ant:taskdef name="findbugs" classname="edu.umd.cs.findbugs.anttask.FindBugsTask"> @@ -106,6 +109,19 @@ <j:if test="${context.getVariable('maven.findbugs.includeFilter') != null}"> <ant:setProperty name="includeFilter" value="${maven.findbugs.includeFilter}" /> </j:if> + + <j:if test="${context.getVariable('maven.findbugs.timeout') != null}"> + <ant:setProperty name="timeout" value="${maven.findbugs.timeout}" /> + </j:if> + + <j:if test="${context.getVariable('maven.findbugs.visitors') != null}"> + <ant:setProperty name="visitors" value="${maven.findbugs.visitors}" /> + </j:if> + + <j:if test="${context.getVariable('maven.findbugs.omitVisitors') != null}"> + <ant:setProperty name="omitVisitors" value="${maven.findbugs.omitVisitors}" /> + </j:if> + <j:forEach var="artifact" items="${pom.artifacts}"> <j:set var="dep" value="${artifact.dependency}"/> <j:if test="${dep.type =='jar'}"> 1.6 +37 -1 maven-plugins/findbugs/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/properties.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- properties.xml 6 May 2005 22:05:00 -0000 1.5 +++ properties.xml 3 May 2006 03:50:11 -0000 1.6 @@ -75,7 +75,43 @@ Only report bug instances that match the filter specified in the xml Filter file. See http://findbugs.sourceforge.net for more information. </p> </td> - </tr> + </tr> + <tr> + <td>maven.findbugs.timeout</td> + <td>Yes</td> + <td> + <p> + It specifies the amount of time, in milliseconds, that the Java process executing FindBugs may run before it is assumed to be hung and is terminated. The default is 600,000 milliseconds, which is ten minutes. Note that for very large programs, FindBugs may require more than ten minutes to complete its analysis. + </p> + </td> + </tr> + <tr> + <td>maven.findbugs.visitors</td> + <td>Yes</td> + <td> + <p> + It specifies a comma-separated list of bug detectors which should be run. The bug detectors are specified by their class names, without any package qualification. By default, all detectors which are not disabled by default are run. + </p> + </td> + </tr> + <tr> + <td>maven.findbugs.omitVisitors</td> + <td>Yes</td> + <td> + <p> + It is like the visitors attribute, except it specifies detectors which will not be run. + </p> + </td> + </tr> + <tr> + <td>maven.findbugs.plugins</td> + <td>Yes</td> + <td> + <p> + Classpath of plugin Jar files to load separated by either a colon or semicolon. These are in addition to the core plugins. + </p> + </td> + </tr> </table> </section> |
From: Jeff J. <jef...@us...> - 2006-05-02 06:03:21
|
jeffjensen 06/05/01 23:03:21 Modified: findbugs/xdocs changes.xml Log: Add entry for issue 1465572: link to bug descriptions. Revision Changes Path 1.28 +1 -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.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- changes.xml 3 Jan 2006 02:53:58 -0000 1.27 +++ changes.xml 2 May 2006 06:03:21 -0000 1.28 @@ -7,6 +7,7 @@ </properties> <body> <release version="1.2" date="in cvs"> + <action dev="jeffjensen" type="add" issue="1465572" due-to="Robert Zimmermann">Have violation description link to rule on FindBugs site in report; add "Priority" column.</action> </release> <release version="1.1" date="2006-01-02"> <action dev="dep4b" type="update">Update to findbugs 0.9.4.</action> |
From: Jeff J. <jef...@us...> - 2006-05-02 05:37:14
|
jeffjensen 06/05/01 22:37:11 Modified: findbugs/src/plugin-resources findbugs.jsl Log: Make error msg a link to the FB site for the violation (opens in new window). Add "priority" column. Patch from Robert Zimmermann #1465572 - thanks! Revision Changes Path 1.3 +11 -5 maven-plugins/findbugs/src/plugin-resources/findbugs.jsl Index: findbugs.jsl =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/src/plugin-resources/findbugs.jsl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- findbugs.jsl 1 Nov 2005 16:32:38 -0000 1.2 +++ findbugs.jsl 2 May 2006 05:37:11 -0000 1.3 @@ -80,27 +80,33 @@ <tr> <th>Violation</th> <th>Line</th> + <th>Priority</th> </tr> <x:set var="errors" select="$file/BugInstance"/> <j:forEach var="error" items="${errors}"> <tr> <td> <j:set var="errorMessage" value="${error.attribute('message').getValue()}"/> - ${htmlescape.getText(errorMessage)} + <a alt="Bug Description" title="Bug Description" target="_blank" + href="http://findbugs.sourceforge.net/bugDescriptions.html#${error.attribute('type').getValue()}"> + ${htmlescape.getText(errorMessage)} + </a> </td> <td> <j:set var="line" value="${error.attribute('line').getValue()}"/> - <util:replace var="jxrName1" value="${name}" oldChar="." newChar="/"/> - <util:tokenize var="jxrName2" delim="\$">${jxrName1}</util:tokenize> + <util:replace var="jxrName1" value="${name}" oldChar="." newChar="/"/> + <util:tokenize var="jxrName2" delim="\$">${jxrName1}</util:tokenize> - <j:set var="loopOnceVar" value="TRUE"/> - <j:forEach var="jxrName3" items="${jxrName2}"> + <j:set var="loopOnceVar" value="TRUE"/> + <j:forEach var="jxrName3" items="${jxrName2}"> <j:if test="${loopOnceVar=='TRUE'}"> <a href="xref/${jxrName3}.html#${line}">${line}</a> <j:set var="loopOnceVar" value="FALSE"/> </j:if> </j:forEach> </td> + <td>${error.attribute('priority').getValue()} + </td> </tr> </j:forEach> </table> |
From: Eric P. <de...@us...> - 2006-04-25 18:59:12
|
dep4b 06/04/25 11:59:11 Modified: schemaspy plugin.properties plugin.jelly schemaspy/xdocs properties.xml Added: schemaspy/xdocs changes.xml Log: Driver classpath was using a platform independent seperator. Revision Changes Path 1.2 +2 -2 maven-plugins/schemaspy/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/plugin.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.properties 25 Apr 2006 17:46:58 -0000 1.1 +++ plugin.properties 25 Apr 2006 18:59:11 -0000 1.2 @@ -25,8 +25,8 @@ # Classpath to driver to use # an example for mssql is: -# ${pom.getDependencyPath("mssqlserver:mssqlserver")}:${pom.getDependencyPath("mssqlserver:msbase")}:${pom.getDependencyPath("mssqlserver:msutil")} -# notice the ":" characters between elements. +# ${pom.getDependencyPath("mssqlserver:mssqlserver")}${_sep}${pom.getDependencyPath("mssqlserver:msbase")}${_sep}${pom.getDependencyPath("mssqlserver:msutil")} +# notice the "${_sep}" line between elements. Used for platform independence maven.schemaspy.driver.classpath= # optional schema to use 1.3 +4 -0 maven-plugins/schemaspy/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 25 Apr 2006 18:02:20 -0000 1.2 +++ plugin.jelly 25 Apr 2006 18:59:11 -0000 1.3 @@ -7,6 +7,10 @@ xmlns:doc="doc" xmlns:maven="jelly:maven"> + <!-- Determine path seperator for the platform --> + <j:set var="_sep" value="${path.separator}"/> + + <!-- ================================================================== --> <!-- S C H E M A S P Y --> <!-- ================================================================== --> 1.2 +1 -1 maven-plugins/schemaspy/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/xdocs/properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- properties.xml 25 Apr 2006 17:46:59 -0000 1.1 +++ properties.xml 25 Apr 2006 18:59:11 -0000 1.2 @@ -17,7 +17,7 @@ <tr><td>maven.schemaspy.database.username</td><td></td><td>no</td><td>The database user to login as</td></tr> <tr><td>maven.schemaspy.database.password</td><td></td><td>no</td><td>The database password to use</td></tr> <tr><td>maven.schemaspy.database.schema</td><td></td><td>no</td><td>The database schema</td></tr> - <tr><td>maven.schemaspy.database.classpath</td><td>${pom.getDependencyPath("mssqlserver:mssqlserver")}:${pom.getDependencyPath("mssqlserver:msbase")}</td><td>no</td><td>The classpath to the driver. Notice the ":" seperating jars.</td></tr> + <tr><td>maven.schemaspy.database.classpath</td><td>${pom.getDependencyPath("mssqlserver:mssqlserver")}${_sep}${pom.getDependencyPath("mssqlserver:msbase")}</td><td>no</td><td>The classpath to the driver. Notice the "${_sep}" seperating jars. The ${_sep} is replaced by whatever platform dependenct seperator you need.</td></tr> </table> </section> 1.1 maven-plugins/schemaspy/xdocs/changes.xml Index: changes.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <document> <properties> <title>Changes</title> <author email="epu...@op...">Eric Pugh</author> </properties> <body> <release version="1.2-SNAPSHOT" date="in CVS"> </release> <release version="1.1" date="2006-04-25"> <action dev="dep4b" type="add">Make classpath seperator platform independent when defining the driver classpath.</action> </release> <release version="1.0" date="2006-04-25"> <action dev="dep4b" type="add">Initial contribution of plugin.</action> </release> </body> </document> |
From: Eric P. <de...@us...> - 2006-04-25 18:41:00
|
dep4b 06/04/25 11:40:56 Modified: xdocs installing.xml Log: update installation documents. Revision Changes Path 1.8 +4 -4 maven-plugins/xdocs/installing.xml Index: installing.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xdocs/installing.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- installing.xml 3 Jun 2005 14:01:30 -0000 1.7 +++ installing.xml 25 Apr 2006 18:40:56 -0000 1.8 @@ -24,20 +24,20 @@ <subsection name="Automatic Install"> <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.sf.net/maven</code> to your <B>maven.repo.remote</B> property + to <b>add</b> <code>http://maven-plugins.sourceforge.net/repository</code> to your <B>maven.repo.remote</B> property (can be set in project.properties for example). </p> <p> - Typically it will look like <code>maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven</code> + Typically it will look like <code>maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sourceforge.net/repository</code> </p> <p> You can then download and install plugins as follows <source>maven -DartifactId=ARTIFACTID -DgroupId=GROUPID -Dversion=VERSION plugin:download</source> replacing ARTIFACTID, GROUPID, VERSION by the details from the plugin that you want to download. This will then download the plugin and install it in your local set-up. - For example to download the findbug plugin, use: + For example to download the findbugs plugin, use: </p> - <source>maven -DartifactId=maven-findbugs-plugin -DgroupId=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download</source> + <source>maven -DartifactId=maven-findbugs-plugin -DgroupId=maven-plugins -Dversion=1.0-SNAPSHOT plugin:download -Dmaven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sourceforge.net/repository</source> </subsection> </section> |
From: Eric P. <de...@us...> - 2006-04-25 18:16:38
|
dep4b 06/04/25 11:16:38 Modified: schemaspy project.xml Log: bump version. Revision Changes Path 1.2 +1 -1 maven-plugins/schemaspy/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 25 Apr 2006 17:46:58 -0000 1.1 +++ project.xml 25 Apr 2006 18:16:38 -0000 1.2 @@ -8,7 +8,7 @@ <name>SchemaSpy Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.0-SNAPSHOT</currentVersion> + <currentVersion>1.1-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2006</inceptionYear> |
From: Eric P. <de...@us...> - 2006-04-25 18:15:27
|
dep4b 06/04/25 11:15:17 Modified: schemaspy/xdocs index.xml Log: Fix home page docs! Referring to RPM plugin, not SchemaSpy! Revision Changes Path 1.2 +7 -6 maven-plugins/schemaspy/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.xml 25 Apr 2006 17:46:59 -0000 1.1 +++ index.xml 25 Apr 2006 18:15:17 -0000 1.2 @@ -6,15 +6,16 @@ </properties> <body> - <section name="RPM Plugin"> + <section name="SchemaSpy Plugin"> <p> - The RPM Plugin generates RPM Distributions from the project. - Those distributions include source distributions, binary distributions, - web applications distributions (if your project generates a web application). + The SchemaSpy Plugin generates SchemaSpy documentation for your database. </p> <p> - The RPM plugin takes care for you about the dependencies, so that you can - easily install them and distribute them. + SchemaSpy uses the JDBC metadata to extract the database schema, and the + <i>dot</i> executable from GraphViz to generate usable ER diagrams. + </p> + <p> + The Maven plugin has only been tested with MSSQLServer. </p> </section> </body> |
From: Eric P. <de...@us...> - 2006-04-25 18:02:29
|
dep4b 06/04/25 11:02:20 Modified: schemaspy plugin.jelly Log: Support schemaspy as a maven 1 report. Revision Changes Path 1.2 +5 -4 maven-plugins/schemaspy/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 25 Apr 2006 17:46:58 -0000 1.1 +++ plugin.jelly 25 Apr 2006 18:02:20 -0000 1.2 @@ -4,6 +4,7 @@ xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant" + xmlns:doc="doc" xmlns:maven="jelly:maven"> <!-- ================================================================== --> @@ -98,18 +99,18 @@ <goal name="maven-schemaspy-plugin:register"> <doc:registerReport - name="SchemaSpy Report" + name="SchemaSpy" pluginName="maven-schemaspy-plugin" description="Document database schema." - link="./schemaspy/"/> + link="./schemaspy/index.html"/> </goal> <!-- ================================================================== --> <!-- D E R E G I S T E R R E P O R T --> <!-- ================================================================== --> - <goal name="maven-findbugs-plugin:deregister"> - <doc:deregisterReport name="SchemaSpy Report"/> + <goal name="maven-schemaspy-plugin:deregister"> + <doc:deregisterReport name="SchemaSpy"/> </goal> |
From: Eric P. <de...@us...> - 2006-04-25 17:47:01
|
dep4b 06/04/25 10:46:59 Added: schemaspy project.properties plugin.properties LICENSE.txt plugin.jelly .cvsignore project.xml schemaspy/xdocs properties.xml navigation.xml index.xml goals.xml Log: Initial solution for running schemaspy in Maven 1 projects. Revision Changes Path 1.1 maven-plugins/schemaspy/project.properties <<Binary file>> 1.1 maven-plugins/schemaspy/plugin.properties Index: plugin.properties =================================================================== # ------------------------------------------------------------------- # Default Maven properties for the SchemaSpy plugin # ------------------------------------------------------------------- # where to output HTML generated by SchemaSpy maven.schemaspy.target.dir = ${maven.build.dir}/docs/schemaspy # what database platform to use maven.schemaspy.database.type= # name of the database maven.schemaspy.database.name= # host name of databse maven.schemaspy.database.host= # database port maven.schemaspy.database.port= # user to login as maven.schemaspy.database.user= # password to login with maven.schemaspy.database.password= # Classpath to driver to use # an example for mssql is: # ${pom.getDependencyPath("mssqlserver:mssqlserver")}:${pom.getDependencyPath("mssqlserver:msbase")}:${pom.getDependencyPath("mssqlserver:msutil")} # notice the ":" characters between elements. maven.schemaspy.driver.classpath= # optional schema to use maven.schemaspy.driver.schema= 1.1 maven-plugins/schemaspy/LICENSE.txt Index: LICENSE.txt =================================================================== /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in * the documentation and/or other materials provided with the * distribution. * * 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/)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "Apache" and "Apache Software Foundation" and * "Apache Wiki Maven Plugin" must not be used to endorse or promote products * derived from this software without prior written permission. For * written permission, please contact ap...@ap.... * * 5. Products derived from this software may not be called "Apache", * "Apache Interactive Maven Plugin", nor may "Apache" appear in their name, without * prior written permission of the Apache Software Foundation. * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ==================================================================== * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation. For more * information on the Apache Software Foundation, please see * <http://www.apache.org/>. * * ==================================================================== */ 1.1 maven-plugins/schemaspy/plugin.jelly Index: plugin.jelly =================================================================== <?xml version="1.0"?> <project xmlns:j="jelly:core" xmlns:util="jelly:util" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> <!-- ================================================================== --> <!-- S C H E M A S P Y --> <!-- ================================================================== --> <goal name="schemaspy" description="Create SchemaSpy documentation" prereqs="schemaspy:info,maven-schemaspy-plugin:report"> </goal> <!-- ================================================================== --> <!-- I N I T --> <!-- ================================================================== --> <goal name="schemaspy:init"> </goal> <!-- ================================================================== --> <!-- I N F O --> <!-- ================================================================== --> <goal name="schemaspy:info" prereqs="schemaspy:init"> <echo>maven.schemaspy.database.name = ${maven.schemaspy.database.name}</echo> <echo>maven.schemaspy.database.host = ${maven.schemaspy.database.host}</echo> <echo>maven.schemaspy.database.type = ${maven.schemaspy.database.type}</echo> <echo>maven.schemaspy.database.port = ${maven.schemaspy.database.port}</echo> <echo>maven.schemaspy.database.username = ${maven.schemaspy.database.username}</echo> <echo>maven.schemaspy.database.password = ${maven.schemaspy.database.password}</echo> <echo>maven.schemaspy.database.schema = ${maven.schemaspy.database.schema}</echo> <echo>maven.schemaspy.driver.classpath = ${maven.schemaspy.driver.classpath}</echo> </goal> <!-- ================================================================== --> <!-- P R E P A R E F I L E S Y S T E M --> <!-- ================================================================== --> <goal name="schemaspy:prepare-filesystem" prereqs="schemaspy:init"> <attainGoal name="xdoc:init"/> <!-- create target directory for generated documentation --> <mkdir dir="${maven.schemaspy.target.dir}"/> </goal> <!-- ================================================================== --> <!-- G E N E R A T E R E P O R T --> <!-- ================================================================== --> <goal name="maven-schemaspy-plugin:report" prereqs="schemaspy:prepare-filesystem" description="Generate docs using schemaspy"> <echo>Generating schema documentation for database ${maven.schemaspy.database.name}</echo> <java jar="${plugin.getDependencyPath('schemaspy')}" fork="yes" failonerror="true" dir="${maven.schemaspy.target.dir}"> <classpath> <pathelement location="${plugin.getDependencyPath('schemaspy')}"/> </classpath> <classpath refid="maven.dependency.classpath"/> <arg value="-cp"/> <arg value="${maven.schemaspy.driver.classpath}"/> <arg value="-o"/> <arg value="${maven.schemaspy.target.dir}"/> <arg value="-t"/> <arg value="${maven.schemaspy.database.type}"/> <arg value="-db"/> <arg value="${maven.schemaspy.database.name}"/> <arg value="-host"/> <arg value="${maven.schemaspy.database.host}"/> <arg value="-port"/> <arg value="${maven.schemaspy.database.port}"/> <arg value="-u"/> <arg value="${maven.schemaspy.database.username}"/> <arg value="-p"/> <arg value="${maven.schemaspy.database.password}"/> <arg value="-s"/> <arg value="${maven.schemaspy.database.schema}"/> </java> </goal> <!-- ================================================================== --> <!-- R E G I S T E R R E P O R T --> <!-- ================================================================== --> <goal name="maven-schemaspy-plugin:register"> <doc:registerReport name="SchemaSpy Report" pluginName="maven-schemaspy-plugin" description="Document database schema." link="./schemaspy/"/> </goal> <!-- ================================================================== --> <!-- D E R E G I S T E R R E P O R T --> <!-- ================================================================== --> <goal name="maven-findbugs-plugin:deregister"> <doc:deregisterReport name="SchemaSpy Report"/> </goal> </project> 1.1 maven-plugins/schemaspy/.cvsignore Index: .cvsignore =================================================================== target .classpath .project 1.1 maven-plugins/schemaspy/project.xml Index: project.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <project> <extend>../plugin-project.xml</extend> <!--pomVersion is in parent --> <artifactId>maven-schemaspy-plugin</artifactId> <name>SchemaSpy Plug-in</name> <!-- groupId is in parent --> <currentVersion>1.0-SNAPSHOT</currentVersion> <!-- organization is in parent --> <inceptionYear>2006</inceptionYear> <!-- package, logo are in parent. no gumpRepositoryId --> <description>A plugin to support running SchemaSpy to generate documentations about common databases including MySQL, MSSQL, Oracle.</description> <shortDescription>MAVEN Plug-in for SchemaSpy</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issueTrackingUrl, siteAddress are in parent --> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/schemaspy</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/schemaspy</developerConnection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/schemaspy/</url> </repository> <versions> </versions> <branches></branches> <!-- mailingLists are in parent --> <developers> <developer> <name>Eric Pugh</name> <id>epugh</id> <email>epu...@op...</email> <organization>OpenSource Connections</organization> <roles> <role>Developer</role> </roles> </developer> </developers> <dependencies> <dependency> <groupId>schemaspy</groupId> <artifactId>schemaspy</artifactId> <version>2.1.2</version> </dependency> </dependencies> </project> 1.1 maven-plugins/schemaspy/xdocs/properties.xml Index: properties.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Maven SchemaSpy Goals</title> <author email="epu...@op...">Eric Pugh</author> </properties> <body> <section name="RPM Plugin Properties"> <table> <tr><th>Property</th><th>Default</th><th>Optional?</th><th>Description</th></tr> <tr><td>maven.schemaspy.target.dir</td><td>${maven.build.dir}/docs/schemaspy</td><td>Yes</td><td>The directory where the documentation will be output.</td></tr> <tr><td>maven.schemaspy.database.type</td><td></td><td>no</td><td>The database type to used. See SchemaSpy docs for options.</td></tr> <tr><td>maven.schemaspy.database.name</td><td></td><td>no</td><td>The database name</td></tr> <tr><td>maven.schemaspy.database.host</td><td></td><td>no</td><td>The database host</td></tr> <tr><td>maven.schemaspy.database.port</td><td></td><td>no</td><td>The database port</td></tr> <tr><td>maven.schemaspy.database.username</td><td></td><td>no</td><td>The database user to login as</td></tr> <tr><td>maven.schemaspy.database.password</td><td></td><td>no</td><td>The database password to use</td></tr> <tr><td>maven.schemaspy.database.schema</td><td></td><td>no</td><td>The database schema</td></tr> <tr><td>maven.schemaspy.database.classpath</td><td>${pom.getDependencyPath("mssqlserver:mssqlserver")}:${pom.getDependencyPath("mssqlserver:msbase")}</td><td>no</td><td>The classpath to the driver. Notice the ":" seperating jars.</td></tr> </table> </section> </body> </document> 1.1 maven-plugins/schemaspy/xdocs/navigation.xml Index: navigation.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <project> <title>SchemaSpy Plugin</title> <body> <menu name="Overview"> <item name="Goals" href="/goals.html"/> <item name="Properties" href="/properties.html"/> <item name="SchemaSpy Home" href="http://schemaspy.sourceforge.net/"/> </menu> </body> </project> 1.1 maven-plugins/schemaspy/xdocs/index.xml Index: index.xml =================================================================== <?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Maven SchemaSpy Goals</title> <author email="epu...@op...">Eric Pugh</author> </properties> <body> <section name="RPM Plugin"> <p> The RPM Plugin generates RPM Distributions from the project. Those distributions include source distributions, binary distributions, web applications distributions (if your project generates a web application). </p> <p> The RPM plugin takes care for you about the dependencies, so that you can easily install them and distribute them. </p> </section> </body> </document> 1.1 maven-plugins/schemaspy/xdocs/goals.xml Index: goals.xml =================================================================== <?xml version="1.0"?> <document> <properties> <title>Maven SchemaSpy Goals</title> <author email="epu...@op...">Eric Pugh</author> </properties> <body> <goals> <goal> <name>schemaspy</name> <description> Run schemaspy to generate documentation. </description> </goal> <goal> <name>schemaspy:info</name> <description> Display parameters being used. </description> </goal> </goals> </body> </document> |
From: Eric P. <de...@us...> - 2006-04-25 17:46:53
|
dep4b 06/04/25 10:46:50 maven-plugins/schemaspy/xdocs - New directory |
From: Eric P. <de...@us...> - 2006-04-25 17:46:53
|
dep4b 06/04/25 10:46:50 maven-plugins/schemaspy - New directory |
From: Lukas T. <luk...@us...> - 2006-04-25 06:11:32
|
lukas_theussl 06/04/24 23:11:31 Modified: was5config project.xml Log: Fix malformed xml. Revision Changes Path 1.2 +1 -1 maven-plugins/was5config/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5config/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 2 Nov 2005 23:12:57 -0000 1.1 +++ project.xml 25 Apr 2006 06:11:31 -0000 1.2 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <project> <name>Maven WAS5 Config plugin</name> |
From: Lukas T. <luk...@us...> - 2006-04-25 06:10:36
|
lukas_theussl 06/04/24 23:10:35 Modified: . HOWTO_RELEASE.txt Log: Small corrections. Revision Changes Path 1.2 +8 -5 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- HOWTO_RELEASE.txt 25 Apr 2006 05:19:54 -0000 1.1 +++ HOWTO_RELEASE.txt 25 Apr 2006 06:10:35 -0000 1.2 @@ -43,12 +43,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.releases plugin:repository-deploy - -To deploy the release: maven -Dmaven.repo.list=maven.plugins.sf.snapshots plugin:repository-deploy -Appending -SNAPSHOT to the currentVersion will automatically deploy to the snapshot repo. +To deploy the release: +maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy PUBLISH THE SITE TO SOURCEFORGE @@ -74,8 +72,13 @@ Then deploy it maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository 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 +permission for the root site directory (htdocs on sourceforge), so the corresponding chmod command will fail. +See http://jira.codehaus.org/browse/MPSITE-34. + -EMAIL RELEASE ANNOUCEMENT +EMAIL RELEASE ANNOUNCEMENT ------------------------- The site step generates it, and this is how standalone: |
From: Jeff J. <jef...@us...> - 2006-04-25 05:19:54
|
jeffjensen 06/04/24 22:19:54 Added: . HOWTO_RELEASE.txt Log: Add doc of notes on how to release SF plugins. Revision Changes Path 1.1 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== HOW TO RELEASE A MAVEN SOURCEFORGE PLUGIN ========================================= These instructions are for both snapshot and GA releases. A complete release consists of the program files and the site. The high-level release steps are: 1) Deploy the code 2) Publish the site 3) Email an announcement PREREQUISITES ------------- Sourceforge requires an SSH key. The SF account profile has the link to add your public key(s) for access. PRE_RELEASE PREP WORK --------------------- Update RFEs, bug entries as needed. Update any developer or contributor info. Update changes.xml with info (particularly change date of release). Checkin. DEPLOY RELEASE TO SOURCEFORGE ----------------------------- Follow the notes in the main project.properties file, and override the values (e.g. in your private build.properties). For example, put these in it: maven.repo.maven.plugins.sf.snapshots.username=(your SF id) maven.repo.maven.plugins.sf.snapshots.privatekey=(path to private key, e.g. id_rsa file) (if any) maven.repo.maven.plugins.sf.snapshots.passphrase=(if your private key has a passphrase) maven.repo.maven.plugins.sf.releases.username=(your SF id) maven.repo.maven.plugins.sf.releases.privatekey=(path to private key, e.g. id_rsa file) (if any) maven.repo.maven.plugins.sf.releases.passphrase=(if your private key has a passphrase) Set "maven.repo.list" to the correct deployment location on the command line: To deploy the snapshot: maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy To deploy the release: maven -Dmaven.repo.list=maven.plugins.sf.snapshots plugin:repository-deploy Appending -SNAPSHOT to the currentVersion will automatically deploy to the snapshot repo. PUBLISH THE SITE TO SOURCEFORGE ------------------------------- Set this in build.properties, or on command line when running: maven.username=(your SF id) Ensure you can ssh to maven-plugins.sourceforge.net without prompts (meaning, your private and public keys are setup correctly). This includes accepting the server the first time. I had to use this version: ssh -l (sfuserid) maven-plugins.sourceforge.net instead of ssh (sfuserid)@maven-plugins.sourceforge.net to get it accepted. Update bug and feature request entries as needed (e.g. close those completed in the release). 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 Then deploy it maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository site:sshdeploy EMAIL RELEASE ANNOUCEMENT ------------------------- The site step generates it, and this is how standalone: Generate the announcement email: maven -Dmaven.repo.remote=http://maven-plugins.sourceforge.net/repository announcement Edit it (adjust repos at minimum) and email. |
From: Jeff J. <jef...@us...> - 2006-04-25 03:04:48
|
jeffjensen 06/04/24 20:04:43 Modified: dbunit project.xml dbunit/xdocs changes.xml Log: Change from snapshot to release. Revision Changes Path 1.37 +7 -6 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 17 Apr 2006 01:44:33 -0000 1.36 +++ project.xml 25 Apr 2006 03:04:43 -0000 1.37 @@ -5,18 +5,18 @@ <!--pomVersion is in parent --> <id>maven-dbunit-plugin</id> - <name>Dbunit Plug-in</name> + <name>dbUnit Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.7-SNAPSHOT</currentVersion> + <currentVersion>1.7</currentVersion> <!-- organization is in parent --> <inceptionYear>2003</inceptionYear> <package>net.sourceforge.mavenplugins</package> <!-- logo is in parent. no gumpRepositoryId --> - <description>A plugin to automate Dbunit tasks</description> - <shortDescription>Dbunit tasks</shortDescription> + <description>A plugin to automate dbUnit tasks</description> + <shortDescription>dbUnit tasks</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> @@ -58,8 +58,9 @@ <tag>MAVEN_PLUGINS_DBUNIT_1_6</tag> </version> <version> - <id>1.7-SNAPSHOT</id> - <name>1.7-SNAPSHOT</name> + <id>1.7</id> + <name>1.7</name> + <tag>MAVEN_PLUGINS_DBUNIT_1_7</tag> </version> </versions> <!-- mailingLists is in parent --> 1.23 +7 -3 maven-plugins/dbunit/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/changes.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- changes.xml 17 Apr 2006 01:44:33 -0000 1.22 +++ changes.xml 25 Apr 2006 03:04:43 -0000 1.23 @@ -6,9 +6,13 @@ <author email="dio...@so...">dIon Gillard</author> </properties> <body> - <release version="1.7-SNAPSHOT" date="2006-04-18" - description="Implemented optional lists of tables and queries that dictate data exported in generate-dataset. Added more properties that dbUnit supports. Updated docs for new new features and properties. Corrected a couple of minor doc errors/misc cleanup. Added 'Default Value' column to properties doc."> - <action dev="jeffjensen" type="add" issue="1406821">Support specifying tables and queries for export.</action> + <release version="1.7" date="2006-04-24" + description="Implemented optional lists of tables and queries that dictate data exported in generate-dataset. Added more properties that dbUnit supports. Updated docs for new features and properties. Corrected a couple of minor doc errors/misc cleanup. Added 'Default Value' column to properties doc."> + <action dev="jeffjensen" type="add" issue="1406821">Implemented optional lists of tables and queries that dictate data exported in generate-dataset.</action> + <action dev="jeffjensen" type="add">Added more properties that dbUnit supports.</action> + <action dev="jeffjensen" type="update">Updated docs for new features and properties.</action> + <action dev="jeffjensen" type="add">Added 'Default Value' column to properties doc.</action> + <action dev="jeffjensen" type="fix">Corrected a couple of minor doc errors/misc cleanup.</action> </release> <release version="1.6" date="2005-06-22"> <action dev="diongillard" type="add" due-to="Josh Holtzman">Order tables on export.</action> |
From: Jeff J. <jef...@us...> - 2006-04-21 03:21:50
|
jeffjensen 06/04/20 20:21:46 Modified: cobertura .classpath Log: Add JUnit jar from MAVEN_REPO to classpath for Eclipse setup. Revision Changes Path 1.2 +1 -0 maven-plugins/cobertura/.classpath Index: .classpath =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .classpath 21 Apr 2006 02:56:44 -0000 1.1 +++ .classpath 21 Apr 2006 03:21:46 -0000 1.2 @@ -7,5 +7,6 @@ <classpathentry kind="src" path="src/plugin-test/testSimple/src/test"/> <classpathentry kind="src" path="src/test"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> <classpathentry kind="output" path="target"/> </classpath> |
From: Jeff J. <jef...@us...> - 2006-04-21 02:57:40
|
jeffjensen 06/04/20 19:57:38 Modified: findbugs .cvsignore Added: findbugs .project .classpath Log: Add Eclipse project files. Change .cvsignore to not ignore them. Revision Changes Path 1.3 +0 -2 maven-plugins/findbugs/.cvsignore Index: .cvsignore =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Jul 2004 15:17:15 -0000 1.2 +++ .cvsignore 21 Apr 2006 02:57:38 -0000 1.3 @@ -1,5 +1,3 @@ target maven.log velocity.log -.classpath -.project 1.1 maven-plugins/findbugs/.project Index: .project =================================================================== <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>maven-findbugs-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> 1.1 maven-plugins/findbugs/.classpath Index: .classpath =================================================================== <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/plugin-test/src/java"/> <classpathentry kind="src" path="src/plugin-resources"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="output" path="target"/> </classpath> |