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: Lukas T. <luk...@us...> - 2007-05-25 09:33:38
|
lukas_theussl 07/05/25 02:33:35 Modified: . project.xml Log: Adding the dependency convergence report. Revision Changes Path 1.40 +1 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- project.xml 12 May 2007 22:10:54 -0000 1.39 +++ project.xml 25 May 2007 09:33:35 -0000 1.40 @@ -213,6 +213,7 @@ <reports> <report>maven-multichanges-plugin</report> + <report>maven-multiproject-plugin</report> <report>maven-linkcheck-plugin</report> </reports> </project> |
From: Jeff J. <jef...@us...> - 2007-05-20 23:27:25
|
jeffjensen 07/05/20 16:27:24 Modified: dotuml/xdocs changes.xml dotuml project.xml Log: Update for release 1.1. Revision Changes Path 1.4 +1 -1 maven-plugins/dotuml/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/changes.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- changes.xml 15 Mar 2007 17:05:16 -0000 1.3 +++ changes.xml 20 May 2007 23:27:24 -0000 1.4 @@ -10,7 +10,7 @@ </properties> <body> - <release version="1.1-SNAPSHOT" date="in CVS"> + <release version="1.1" date="2007-05-13"> <action dev="lukas_theussl" type="update"> Make it work with Maven 1.1. </action> 1.9 +7 -2 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 13 May 2007 21:23:26 -0000 1.8 +++ project.xml 20 May 2007 23:27:24 -0000 1.9 @@ -11,7 +11,7 @@ <name>Maven DotUml Plug-in</name> <!-- groupId is in parent --> - <currentVersion>1.1-SNAPSHOT</currentVersion> + <currentVersion>1.1</currentVersion> <!-- organization is in parent --> <description/> @@ -30,7 +30,7 @@ <repository> <connection> - scm:cvs:pserver:anonymous:@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dotuml + scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/dotuml </connection> <developerConnection> scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/dotuml @@ -47,6 +47,11 @@ <name>1.0</name> <tag>MAVEN_PLUGINS_DOTUML_1_0</tag> </version> + <version> + <id>1.1</id> + <name>1.1</name> + <tag>MAVEN_PLUGINS_DOTUML_1_1</tag> + </version> </versions> <developers> |
From: Jeff J. <jef...@us...> - 2007-05-20 23:13:37
|
jeffjensen 07/05/20 16:13:36 Modified: javaapp project.xml Log: Correct tag. Revision Changes Path 1.23 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 20 May 2007 23:12:17 -0000 1.22 +++ project.xml 20 May 2007 23:13:36 -0000 1.23 @@ -47,7 +47,7 @@ <version> <id>1.4</id> <name>1.4</name> - <tag>MAVEN_PLUGINS_JAVAAPP_1.4</tag> + <tag>MAVEN_PLUGINS_JAVAAPP_1_4</tag> </version> </versions> |
From: Jeff J. <jef...@us...> - 2007-05-20 23:12:18
|
jeffjensen 07/05/20 16:12:17 Modified: javaapp project.xml Log: Add tag version. Revision Changes Path 1.22 +5 -0 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 20 May 2007 23:10:11 -0000 1.21 +++ project.xml 20 May 2007 23:12:17 -0000 1.22 @@ -44,6 +44,11 @@ <name>1.3.1</name> <tag>javaapp-plugin_1-3-1</tag> </version> + <version> + <id>1.4</id> + <name>1.4</name> + <tag>MAVEN_PLUGINS_JAVAAPP_1.4</tag> + </version> </versions> <branches> |
From: Jeff J. <jef...@us...> - 2007-05-20 23:10:14
|
jeffjensen 07/05/20 16:10:11 Modified: javaapp project.xml javaapp/xdocs changes.xml Log: Update for release. Revision Changes Path 1.21 +1 -1 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 13 May 2007 18:50:34 -0000 1.20 +++ project.xml 20 May 2007 23:10:11 -0000 1.21 @@ -9,7 +9,7 @@ <id>maven-javaapp-plugin</id> <name>Java Application Plugin</name> <!-- groupId is in parent --> - <currentVersion>1.4-SNAPSHOT</currentVersion> + <currentVersion>1.4</currentVersion> <!-- organization is in parent --> <inceptionYear>2002</inceptionYear> <!-- remove package, if parent is fixed --> 1.12 +1 -1 maven-plugins/javaapp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- changes.xml 13 May 2007 18:49:01 -0000 1.11 +++ changes.xml 20 May 2007 23:10:11 -0000 1.12 @@ -12,7 +12,7 @@ </properties> <body> - <release version="1.4-SNAPSHOT" date="in CVS"> + <release version="1.4" date="2007-05-13"> <action dev="jeffjensen" type="fix" issue="1436490" due-to="Daniel Schulz"> EJB jars are not bundled </action> |
From: Lukas T. <luk...@us...> - 2007-05-18 10:37:20
|
lukas_theussl 07/05/18 03:37:16 Modified: webtest project.xml project.properties Log: Get javax.activation and javax.mail from java.net. Revision Changes Path 1.31 +3 -3 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- project.xml 17 May 2007 20:22:41 -0000 1.30 +++ project.xml 18 May 2007 10:37:15 -0000 1.31 @@ -226,12 +226,12 @@ <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> - <version>1.0.2</version> + <version>1.1</version> </dependency> <dependency> <groupId>javax.mail</groupId> - <artifactId>javamail</artifactId> - <version>1.3.2</version> + <artifactId>mail</artifactId> + <version>1.4</version> </dependency> <dependency> <groupId>jaxen</groupId> 1.5 +3 -0 maven-plugins/webtest/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.properties 22 Aug 2003 08:31:34 -0000 1.4 +++ project.properties 18 May 2007 10:37:16 -0000 1.5 @@ -8,3 +8,6 @@ maven.ui.body.background=white maven.ui.body.foreground=black maven.ui.banner.background=white + +# get javax.activation and javax.mail from java.net (https://maven-repository.dev.java.net/) +maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository,http://maven-plugins.sourceforge.net/snapshot-repository,http://download.java.net/maven/1/ \ No newline at end of file |
From: Lukas T. <luk...@us...> - 2007-05-17 22:11:52
|
lukas_theussl 07/05/17 15:11:50 Modified: . navigation.jelly Added: xdocs index.xml Log: Adding an explicit index page and the multichanges report in the navigation menu. Revision Changes Path 1.12 +41 -108 maven-plugins/xdocs/index.xml 1.7 +2 -1 maven-plugins/navigation.jelly Index: navigation.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/navigation.jelly,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- navigation.jelly 11 Oct 2005 04:44:36 -0000 1.6 +++ navigation.jelly 17 May 2007 22:11:50 -0000 1.7 @@ -11,11 +11,12 @@ <menu name="Maven-Plugins"> <item name="Plugin Repository" href="http://maven-plugins.sourceforge.net/repository/maven-plugins/"/> <item name="Installation" href="installing.html"/> + <item name="Last releases" href="/multichanges-report.html"/> </menu> <menu name="Plugins"> <j:forEach var="file" items="${scanner.iterator()}"> - <item name="${file.parentFile.name}" href="/maven-${file.parentFile.name}-plugin/index.html"/> + <item name="${file.parentFile.name}" href="${pom.url}/maven-${file.parentFile.name}-plugin/index.html"/> </j:forEach> </menu> </body> |
From: Lukas T. <luk...@us...> - 2007-05-17 20:22:44
|
lukas_theussl 07/05/17 13:22:41 Modified: aptdoc project.xml axis project.xml db2 project.xml dbunit project.xml deb project.xml doxygen project.xml files project.xml findbugs project.xml flash project.xml help project.xml izpack project.xml javancss project.xml jaxb project.xml junitpp project.xml kodo project.xml macker project.xml news project.xml rpm project.xml runtime-builder project.xml schemaspy project.xml sdocbook project.xml sourceforge project.xml springgraph project.xml strutsdoc project.xml tasks project.xml transform project.xml uberdist project.xml vignette project.xml was40 project.xml was5 project.xml weblogic project.xml webtest project.xml wiki project.xml word2html project.xml xmlresume project.xml Log: Make linkcheck happy. Revision Changes Path 1.12 +1 -1 maven-plugins/aptdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/aptdoc/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 15 Aug 2006 12:23:23 -0000 1.11 +++ project.xml 17 May 2007 20:22:37 -0000 1.12 @@ -16,7 +16,7 @@ </description> <shortDescription>Java Project Management Tools</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> 1.8 +1 -1 maven-plugins/axis/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/axis/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 12 May 2007 22:10:41 -0000 1.7 +++ project.xml 17 May 2007 20:22:37 -0000 1.8 @@ -23,7 +23,7 @@ <shortDescription> Generate Java code from WSDL using Axis </shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory> 1.5 +1 -1 maven-plugins/db2/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/db2/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 12 May 2007 22:10:41 -0000 1.4 +++ project.xml 17 May 2007 20:22:37 -0000 1.5 @@ -19,7 +19,7 @@ <description>A plugin to access db2 functionality</description> <shortDescription>DB2 Plugin for Maven</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-db2-plugin/</siteDirectory> 1.42 +1 -1 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- project.xml 28 Jan 2007 13:11:46 -0000 1.41 +++ project.xml 17 May 2007 20:22:37 -0000 1.42 @@ -20,7 +20,7 @@ <description>A plugin to automate dbUnit tasks</description> <shortDescription>dbUnit tasks</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-dbunit-plugin/</siteDirectory> 1.10 +1 -1 maven-plugins/deb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/deb/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 12 May 2007 22:10:42 -0000 1.9 +++ project.xml 17 May 2007 20:22:37 -0000 1.10 @@ -10,7 +10,7 @@ <currentVersion>0.5</currentVersion> <inceptionYear>2003</inceptionYear> <shortDescription>A plugin to create debian packages.</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <versions> <version> 1.11 +1 -1 maven-plugins/doxygen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/doxygen/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 12 May 2007 22:10:43 -0000 1.10 +++ project.xml 17 May 2007 20:22:37 -0000 1.11 @@ -17,7 +17,7 @@ <shortDescription>Maven Plug-in for doxygen</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/doxygen/</siteDirectory> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/doxygen</connection> 1.7 +1 -1 maven-plugins/files/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 12 May 2007 22:10:43 -0000 1.6 +++ project.xml 17 May 2007 20:22:37 -0000 1.7 @@ -23,7 +23,7 @@ <description>Creates files report</description> <shortDescription>Creates files report</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> 1.45 +1 -1 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- project.xml 28 Jan 2007 15:37:15 -0000 1.44 +++ project.xml 17 May 2007 20:22:37 -0000 1.45 @@ -19,7 +19,7 @@ <description>A plugin to automate FindBugs tasks</description> <shortDescription>Findbugs tasks</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory> 1.7 +1 -1 maven-plugins/flash/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/flash/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 12 May 2007 22:10:46 -0000 1.6 +++ project.xml 17 May 2007 20:22:38 -0000 1.7 @@ -37,7 +37,7 @@ ]]> </description> <shortDescription>A Flash plugin for Maven.</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/flash/</siteDirectory> 1.15 +1 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 12 May 2007 22:10:46 -0000 1.14 +++ project.xml 17 May 2007 20:22:38 -0000 1.15 @@ -19,7 +19,7 @@ <description>Help plugin for Maven</description> <shortDescription>Show some Help about Maven</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/help/</siteDirectory> 1.10 +1 -1 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 12 May 2007 22:10:47 -0000 1.9 +++ project.xml 17 May 2007 20:22:38 -0000 1.10 @@ -33,7 +33,7 @@ That platform independend installer can be bundled with a JRE into a Win32 installer exe. </description> <shortDescription>IzPack Plugin for Maven</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> <developerConnection>scm:cvs:ssh:use...@ma...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> 1.19 +1 -1 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 12 May 2007 01:05:43 -0000 1.18 +++ project.xml 17 May 2007 20:22:38 -0000 1.19 @@ -15,7 +15,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JavaNCSS</description> <shortDescription>MAVEN 1.1 Plug-in for JAVANCSS</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <repository> 1.12 +1 -1 maven-plugins/jaxb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 15 Aug 2006 12:24:02 -0000 1.11 +++ project.xml 17 May 2007 20:22:38 -0000 1.12 @@ -10,7 +10,7 @@ </description> <shortDescription>JAXB Tools</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/jaxb/</siteDirectory> 1.13 +1 -1 maven-plugins/junitpp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/junitpp/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 12 May 2007 22:10:48 -0000 1.12 +++ project.xml 17 May 2007 20:22:38 -0000 1.13 @@ -15,7 +15,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JUnitPP</description> <shortDescription>MAVEN Plug-in for JUNITPP</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/junitpp/</siteDirectory> 1.18 +1 -1 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 15 Aug 2006 12:23:33 -0000 1.17 +++ project.xml 17 May 2007 20:22:38 -0000 1.18 @@ -14,7 +14,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven plugin for Solarmetric's Kodo JDO implementation</description> <shortDescription>Maven plugin for Solarmetric's Kodo JDO implementation</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-kodo-plugin/</siteDirectory> <repository> 1.5 +1 -1 maven-plugins/macker/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/macker/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 12 May 2007 22:10:48 -0000 1.4 +++ project.xml 17 May 2007 20:22:38 -0000 1.5 @@ -28,7 +28,7 @@ ]]></description> <shortDescription>Build-time architectural rule checking utility</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <developers> <developer> 1.7 +1 -1 maven-plugins/news/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/news/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 22 Jan 2007 03:03:37 -0000 1.6 +++ project.xml 17 May 2007 20:22:38 -0000 1.7 @@ -22,7 +22,7 @@ <description>Creates News report</description> <shortDescription>Creates News report</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-news-plugin/</siteDirectory> 1.25 +1 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 12 May 2007 22:10:49 -0000 1.24 +++ project.xml 17 May 2007 20:22:38 -0000 1.25 @@ -14,7 +14,7 @@ <!-- package, logo are in parent --> <description>Maven plugin to generate RPM's (Redhat Package)</description> <shortDescription>Maven plugin to generate RPM's (Redhat Package)</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/rpm/</siteDirectory> 1.6 +1 -1 maven-plugins/runtime-builder/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/runtime-builder/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 12 May 2007 22:10:49 -0000 1.5 +++ project.xml 17 May 2007 20:22:38 -0000 1.6 @@ -12,7 +12,7 @@ <description>A plugin for building a runtime for a java application.</description> <shortDescription>Runtime builder</shortDescription> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/runtime-builder/</siteDirectory> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- <repository> 1.4 +1 -1 maven-plugins/schemaspy/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/schemaspy/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 15 Aug 2006 12:23:43 -0000 1.3 +++ project.xml 17 May 2007 20:22:39 -0000 1.4 @@ -16,7 +16,7 @@ <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> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <repository> 1.32 +1 -1 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 15 Aug 2006 12:23:52 -0000 1.31 +++ project.xml 17 May 2007 20:22:39 -0000 1.32 @@ -16,7 +16,7 @@ <description>A plugin for DOCBOOK processing. Uses the DocBook Open Repository project XSL stylesheets to process DocBook XML sources into different output formats.</description> <shortDescription>MAVEN Plug-in for DOCBOOK</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <repository> 1.15 +1 -1 maven-plugins/sourceforge/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 21 Aug 2006 23:41:18 -0000 1.14 +++ project.xml 17 May 2007 20:22:39 -0000 1.15 @@ -19,7 +19,7 @@ <description>Plugin to deploy distributions to Sourceforge</description> <shortDescription>Deploys distributions to Sourceforge</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <repository> 1.7 +1 -1 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 12 May 2007 22:10:51 -0000 1.6 +++ project.xml 17 May 2007 20:22:39 -0000 1.7 @@ -34,7 +34,7 @@ <description>A plugin to generate graphs of beans from spring application contexts</description> <shortDescription>SpringGraph Plugin for Maven</shortDescription> <!-- issue tracking url, siteAddress are in parent --> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-springgraph-plugin/</siteDirectory> <repository> 1.4 +1 -1 maven-plugins/strutsdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/strutsdoc/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 11 Oct 2005 06:29:10 -0000 1.3 +++ project.xml 17 May 2007 20:22:39 -0000 1.4 @@ -8,7 +8,7 @@ <currentVersion>1.0.0</currentVersion> <inceptionYear>2004</inceptionYear> <shortDescription>Produces a struts documentation report.</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <developers> <developer> 1.12 +1 -1 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 28 Jan 2007 16:18:40 -0000 1.11 +++ project.xml 17 May 2007 20:22:39 -0000 1.12 @@ -16,7 +16,7 @@ <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <shortDescription>Produce tasks report</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-tasks-plugin/</siteDirectory> <repository> 1.6 +1 -1 maven-plugins/transform/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/transform/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:27 -0000 1.5 +++ project.xml 17 May 2007 20:22:40 -0000 1.6 @@ -67,7 +67,7 @@ <shortDescription> This plugin provides goals to transform xml documents into html and pdf. </shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <developers> <developer> 1.7 +1 -1 maven-plugins/uberdist/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 12 May 2007 22:10:52 -0000 1.6 +++ project.xml 17 May 2007 20:22:40 -0000 1.7 @@ -34,7 +34,7 @@ <inceptionYear>2004</inceptionYear> <shortDescription>Distribution plugin for multiple projects</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <siteDirectory> /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/ 1.8 +1 -1 maven-plugins/vignette/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/vignette/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 12 May 2007 22:10:52 -0000 1.7 +++ project.xml 17 May 2007 20:22:40 -0000 1.8 @@ -17,7 +17,7 @@ <shortDescription>Plugin used to deploy to a Vignette CMS.</shortDescription> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/vignette/</siteDirectory> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:an...@ma...:/cvsroot/maven-plugins/:maven-plugins/vignette</connection> 1.24 +1 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 12 May 2007 22:10:52 -0000 1.23 +++ project.xml 17 May 2007 20:22:40 -0000 1.24 @@ -19,7 +19,7 @@ <description>A plugin to manage a WebSphere AppServer 4 installation</description> <shortDescription>Manipulate WAS 4</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/</siteDirectory> 1.24 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 12 May 2007 22:10:53 -0000 1.23 +++ project.xml 17 May 2007 20:22:40 -0000 1.24 @@ -15,7 +15,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation</description> <shortDescription>Manage WAS 5/5.1</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> <repository> 1.6 +1 -1 maven-plugins/weblogic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:24:05 -0000 1.5 +++ project.xml 17 May 2007 20:22:40 -0000 1.6 @@ -12,7 +12,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven Plugin for BEA WebLogic 8.1</description> <shortDescription>Maven Plugin for BEA WebLogic 8.1</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/weblogic/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/weblogic/distributions/</distributionDirectory> 1.30 +1 -1 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 3 Aug 2006 09:43:21 -0000 1.29 +++ project.xml 17 May 2007 20:22:41 -0000 1.30 @@ -35,7 +35,7 @@ <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/webtest</connection> <developerConnection>scm:cvs:ext:${maven.username}@maven-plugins.cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/webtest</developerConnection> 1.27 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 12 May 2007 22:10:53 -0000 1.26 +++ project.xml 17 May 2007 20:22:41 -0000 1.27 @@ -19,7 +19,7 @@ <description>Plugin to generate a Wiki</description> <shortDescription>Generate a Wiki from your project !</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/wiki/</siteDirectory> 1.7 +1 -1 maven-plugins/word2html/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 12 May 2007 22:10:53 -0000 1.6 +++ project.xml 17 May 2007 20:22:41 -0000 1.7 @@ -16,7 +16,7 @@ <description>A Maven plugin to convert word docs into html for project usage</description> <shortDescription>Convert Word docs to HTML</shortDescription> <!-- issue tracking url, siteAddress are in parent --> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/word2html</connection> 1.8 +1 -1 maven-plugins/xmlresume/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xmlresume/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 12 May 2007 22:10:54 -0000 1.7 +++ project.xml 17 May 2007 20:22:41 -0000 1.8 @@ -18,7 +18,7 @@ A Maven plugin for transforming XML Resumes to other formats. Currently supports TXT, HTML, PDF, RTF, and XML. </description> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issueTrackingUrl, siteAddress are in parent --> <repository> |
From: Lukas T. <luk...@us...> - 2007-05-17 19:21:58
|
lukas_theussl 07/05/17 12:21:54 Modified: history maven.xml project.xml project.properties Removed: history plugin-project.xml Log: Some fixes to be able to build site. Revision Changes Path 1.2 +9 -6 maven-plugins/history/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 8 Nov 2005 18:19:18 -0000 1.1 +++ maven.xml 17 May 2007 19:21:53 -0000 1.2 @@ -10,8 +10,9 @@ <postGoal name="xdoc:jelly-transform"> - <u:available file="${maven.docs.dest}/example1"> - <j:set var="doExample1" value="false" /> + <j:set var="doExample1" value="false" /> + <u:available file="${maven.docs.dest}/example1"> + <j:set var="doExample1" value="true" /> </u:available> <j:if test="${doExample1 != 'false'}"> <maven:maven @@ -24,8 +25,9 @@ </ant:copy> </j:if> - <u:available file="${maven.docs.dest}/example2"> - <j:set var="doExample2" value="false" /> + <j:set var="doExample2" value="false" /> + <u:available file="${maven.docs.dest}/example2"> + <j:set var="doExample2" value="true" /> </u:available> <j:if test="${doExample2 != 'false'}"> <maven:maven @@ -38,8 +40,9 @@ </ant:copy> </j:if> - <u:available file="${maven.docs.dest}/example3"> - <j:set var="doExample3" value="false" /> + <j:set var="doExample3" value="false" /> + <u:available file="${maven.docs.dest}/example3"> + <j:set var="doExample3" value="true" /> </u:available> <j:if test="${doExample3 != 'false'}"> <maven:maven 1.4 +3 -2 maven-plugins/history/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 12 May 2007 22:10:47 -0000 1.3 +++ project.xml 17 May 2007 19:21:53 -0000 1.4 @@ -4,7 +4,7 @@ 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> + <extend>${basedir}/../plugin-project.xml</extend> <id>maven-history-plugin</id> <name>Maven History Plugin</name> @@ -16,7 +16,7 @@ <description>Maven History Plugin</description> <shortDescription>Maven History Plugin</shortDescription> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/history/</siteDirectory> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-history-plugin/</siteDirectory> <repository> <connection> scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/history</connection> @@ -73,6 +73,7 @@ <build/> <reports> <report>maven-javadoc-plugin</report> + <report>maven-linkcheck-plugin</report> </reports> </project> 1.2 +1 -0 maven-plugins/history/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.properties 8 Nov 2005 18:19:18 -0000 1.1 +++ project.properties 17 May 2007 19:21:53 -0000 1.2 @@ -3,6 +3,7 @@ # WebSite definition maven.xdoc.version=${pom.currentVersion} maven.xdoc.date=left +maven.xdoc.distributionUrl= maven.ui.body.background=white maven.ui.body.foreground=black maven.ui.banner.background=white |
From: Lukas T. <luk...@us...> - 2007-05-17 18:54:19
|
lukas_theussl 07/05/17 11:54:18 Modified: hammurapi/xdocs download.xml hammurapi project.properties Log: Fix some links. Revision Changes Path 1.2 +1 -1 maven-plugins/hammurapi/xdocs/download.xml Index: download.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/hammurapi/xdocs/download.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- download.xml 11 Apr 2006 19:00:29 -0000 1.1 +++ download.xml 17 May 2007 18:54:17 -0000 1.2 @@ -26,7 +26,7 @@ <body> <section name="Download"> - Please visit the <a href="http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins">Plugin Repository</a> page to download the latest jar. + Please visit the <a href="http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/">Plugin Repository</a> page to download the latest jar. </section> </body> </document> \ No newline at end of file 1.2 +1 -0 maven-plugins/hammurapi/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/hammurapi/project.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.properties 11 Apr 2006 19:00:28 -0000 1.1 +++ project.properties 17 May 2007 18:54:18 -0000 1.2 @@ -21,5 +21,6 @@ maven.changelog.type=tag maven.changelog.tag=MAVEN_HAMMURAPI_1_1 +maven.xdoc.distributionUrl= #maven.hammurapi.include.file = ${basedir}/hammurapi-include.xml \ No newline at end of file |
From: Lukas T. <luk...@us...> - 2007-05-17 18:54:05
|
lukas_theussl 07/05/17 11:54:00 Modified: hammurapi project.xml Log: Fix some pom settings. Revision Changes Path 1.4 +4 -4 maven-plugins/hammurapi/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/hammurapi/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 12 May 2007 22:10:46 -0000 1.3 +++ project.xml 17 May 2007 18:53:59 -0000 1.4 @@ -37,11 +37,11 @@ <shortDescription> Reports from Hammurapi, Java code review tool </shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/hammurapi/</siteDirectory> - <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/hammurapi/distributions/</distributionDirectory> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-hammurapi-plugin/</siteDirectory> + <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-hammurapi-plugin/distributions/</distributionDirectory> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/hammurapi</connection> @@ -263,7 +263,7 @@ <report>maven-file-activity-plugin</report> <report>maven-developer-activity-plugin</report> <report>maven-faq-plugin</report> - <report>maven-hammurapi-plugin</report> + <report>maven-linkcheck-plugin</report> <!-- <report>maven-statcvs-plugin</report> --> </reports> </project> |
From: Lukas T. <luk...@us...> - 2007-05-17 18:07:59
|
lukas_theussl 07/05/17 11:07:58 Modified: middlegen project.xml Log: Fix some pom settings. Revision Changes Path 1.6 +6 -7 maven-plugins/middlegen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/middlegen/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:25 -0000 1.5 +++ project.xml 17 May 2007 18:07:58 -0000 1.6 @@ -14,9 +14,9 @@ <description>Middlegen Plugin for Maven</description> <shortDescription>Middlegen Plugin for Maven</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/middlegen/</siteDirectory> + <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-middlegen-plugin/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/middlegen</connection> @@ -50,28 +50,27 @@ <dependency> <groupId>middlegen</groupId> <artifactId>middlegen-hibernate-plugin</artifactId> - <version>2.0-vo</version> + <version>2.1</version> </dependency> <dependency> <groupId>middlegen</groupId> <artifactId>middlegen</artifactId> - <version>2.0-vo</version> + <version>2.1</version> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.0</version> - <url>http://jakarta.apache.org/commons/collections.html</url> + <url>http://jakarta.apache.org/commons/collections/</url> </dependency> <dependency> <groupId>hibernate</groupId> <artifactId>hibernate-tools</artifactId> - <version>2.1.2</version> - <url>http://jakarta.apache.org/commons/collections.html</url> + <version>2.1.3</version> </dependency> <dependency> |
From: Lukas T. <luk...@us...> - 2007-05-14 14:29:37
|
lukas_theussl 07/05/14 07:29:33 Modified: cobertura/xdocs properties.xml dbunit/xdocs properties.xml dotuml/xdocs todos.xml navigation.xml index.xml findbugs/xdocs tasks.xml javaapp/xdocs properties.xml Log: Fix some xdocs. Revision Changes Path 1.12 +2 -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.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- properties.xml 23 Jan 2007 03:14:29 -0000 1.11 +++ properties.xml 14 May 2007 14:29:31 -0000 1.12 @@ -99,8 +99,9 @@ </td> </tr> </table> + </section> - <section name="Coverage check related properties"> + <section name="Coverage check related properties"> <table> <tr> <th>Property</th> @@ -166,7 +167,6 @@ </td> </tr> </table> - </section> </section> </body> </document> 1.10 +3 -3 maven-plugins/dbunit/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 17 Apr 2006 01:44:33 -0000 1.9 +++ properties.xml 14 May 2007 14:29:32 -0000 1.10 @@ -173,16 +173,17 @@ </p> <p> For every query listed, it expects 2 additional properties: + </p> <dl> <dt>(queryname).name</dt> <dd>Name to use to refer to the sql statement.</dd> <dt>(queryname).sql</dt> <dd>SQL to execute to select the data for export.</dd> </dl> - </p> <p> For example, to pull the rows from COMPANY and PERSON tables for a user_id field of "dbunit": + </p> <source> maven.dbunit.query.list=company,person company.name=COMPANY @@ -190,7 +191,6 @@ person.name=PERSON person.sql=select * from person where user_id = 'dbunit' </source> - </p> </td> <td>(none)</td> </tr> @@ -212,6 +212,7 @@ <p>The level of runtime messages to display.</p> <p> Valid values: + </p> <dl> <dt>0</dt> <dd>Specify minimum messages.</dd> @@ -220,7 +221,6 @@ <dt>2</dt> <dd>Specify detailed level messages (e.g. debug)</dd> </dl> - </p> </td> <td>0</td> </tr> 1.3 +1 -1 maven-plugins/dotuml/xdocs/todos.xml Index: todos.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/todos.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todos.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ todos.xml 14 May 2007 14:29:32 -0000 1.3 @@ -11,6 +11,7 @@ <section name="Todo"> <p> In no preferential order: + </p> <ul> <li> Generate presentation-quality images.<br /> @@ -31,7 +32,6 @@ Fix the image map to allow cross-references to the javadocs in multi-package mode. </li> </ul> - </p> </section> </body> </document> 1.3 +1 -4 maven-plugins/dotuml/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/navigation.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- navigation.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ navigation.xml 14 May 2007 14:29:32 -0000 1.3 @@ -1,10 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="Maven Dotuml Plugin"> - <properties> - <title>Maven Dotuml Plugin</title> - <author email="Dom...@cs...">Dominik Dahlem</author> - </properties> + <title>Maven Dotuml Plugin</title> <body> <links> 1.3 +7 -9 maven-plugins/dotuml/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/xdocs/index.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.xml 22 Oct 2004 10:23:47 -0000 1.2 +++ index.xml 14 May 2007 14:29:32 -0000 1.3 @@ -18,11 +18,12 @@ The properties that allow you to customize the execution of this plugin are documented <a href="properties.html">here</a>. </p> - <section name="Class Diagrams"> + <subsection name="Class Diagrams"> <p> The following list contains additional JavaDoc tags which are used by the <a href="http://www.spinellis.gr/sw/umlgraph/">UmlGraph</a> doclet to generate the UML diagrams: + </p> <ul> <li>stereotypes (using the @stereotype name tag)</li> <li>tagged values (using the @tagvalue name value tag)</li> @@ -32,9 +33,9 @@ <li>composition relationships (specified using the javadoc @composed tag)</li> <li>dependency relationships (specified using the javadoc @depend tag)</li> </ul> - </p> <p> The relationship tags take for arguments: + </p> <pre> /** * @composed 1 - 1 BClass @@ -42,9 +43,8 @@ */ class AClass {} </pre> - </p> - </section> - <section name="Sequence Diagrams"> + </subsection> + <subsection name="Sequence Diagrams"> <p> For a detailed description of sequence diagrams using pic macros please have a look at the online <a href="http://www.spinellis.gr/sw/umlgraph/doc/seq-intro.html">documentation</a>. @@ -60,16 +60,15 @@ <p> In order to include the generation of sequence diagrams in your project web-page add the following preGoal directive into the project's maven.xml file: + </p> <pre> <preGoal name="site"> <attainGoal name="dotuml:sequence" /> </preGoal> </pre> - </p> - </section> + </subsection> </section> <section name="Requirements"> - <p> <table> <tr> <th>Tool</th> @@ -84,7 +83,6 @@ <td><a href="http://www.gnu.org/software/plotutils/plotutils.html">www.gnu.org/software/plotutils/plotutils.html</a></td> </tr> </table> - </p> </section> </body> </document> 1.4 +0 -2 maven-plugins/findbugs/xdocs/tasks.xml Index: tasks.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/xdocs/tasks.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tasks.xml 12 Aug 2004 19:00:06 -0000 1.3 +++ tasks.xml 14 May 2007 14:29:33 -0000 1.4 @@ -13,14 +13,12 @@ </p> <subsection name="1.0"> - <p> <ul> <li> Need to produce nice XML reports. Currently is only generated in text mode which is very terse and boring. <b>DONE!</b> </li> </ul> - </p> </subsection> </section> 1.10 +1 -1 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- properties.xml 13 May 2007 18:49:30 -0000 1.9 +++ properties.xml 14 May 2007 14:29:33 -0000 1.10 @@ -165,11 +165,11 @@ supports following properties of the <a href="http://maven.apache.org/maven-1.x/plugins/jar/properties.html"> jar plugin</a>: + </p> <ul> <li>maven.jar.manifest.attributes.list</li> <li>maven.jar.manifest.groups.list</li> </ul> - </p> </section> </body> |
From: Lukas T. <luk...@us...> - 2007-05-13 21:23:31
|
lukas_theussl 07/05/13 14:23:26 Modified: dotuml project.xml Log: <build> is not inherited, need to copy the rest from parent. Revision Changes Path 1.8 +23 -1 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 12 May 2007 22:10:43 -0000 1.7 +++ project.xml 13 May 2007 21:23:26 -0000 1.8 @@ -110,14 +110,36 @@ </dependency> </dependencies> - <!-- rest of build is in the parent --> <build> + <sourceDirectory>${basedir}/src/main</sourceDirectory> + <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> + + <unitTest> + <includes> + <include>**/*Test.java</include> + </includes> + </unitTest> + <resources> <resource> + <directory>${basedir}/src/plugin-resources</directory> + <targetPath>plugin-resources</targetPath> + </resource> + <resource> + <directory>${basedir}</directory> + <includes> + <include>plugin.jelly</include> + <include>plugin.properties</include> + <include>project.properties</include> + <include>project.xml</include> + </includes> + </resource> + <resource> <directory>${basedir}/lib</directory> <targetPath>lib</targetPath> </resource> </resources> + </build> </project> |
From: Jeff J. <jef...@us...> - 2007-05-13 20:26:58
|
jeffjensen 07/05/13 13:26:56 Modified: cobertura/xdocs changes.xml cobertura project.xml Log: Prep for release. Revision Changes Path 1.29 +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.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- changes.xml 13 May 2007 19:17:39 -0000 1.28 +++ changes.xml 13 May 2007 20:26:55 -0000 1.29 @@ -22,7 +22,7 @@ <title>Changes</title> </properties> <body> - <release version="1.3.1-SNAPSHOT" date="in CVS" description="Make it Maven 1.1 compatible."> + <release version="1.3.1" date="2007-05-13" description="Make it Maven 1.1 compatible."> <action dev="lukas_theussl" type="update"> Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors. </action> 1.34 +6 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 13 May 2007 19:17:39 -0000 1.33 +++ project.xml 13 May 2007 20:26:56 -0000 1.34 @@ -25,7 +25,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.3.1-SNAPSHOT</currentVersion> + <currentVersion>1.3.1</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> @@ -131,5 +131,10 @@ <name>1.3</name> <tag>MAVEN_COBERTURA_1_3</tag> </version> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>MAVEN_COBERTURA_1_3_1</tag> + </version> </versions> </project> |
From: Lukas T. <luk...@us...> - 2007-05-13 19:17:40
|
lukas_theussl 07/05/13 12:17:39 Modified: cobertura/xdocs changes.xml cobertura plugin.jelly project.xml Log: Prepare another release to make it compatible with Maven 1.1. With test-plugin-1.8, the plugin would fail if there are test errors. Revision Changes Path 1.28 +5 -0 maven-plugins/cobertura/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/xdocs/changes.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- changes.xml 28 Jan 2007 14:31:15 -0000 1.27 +++ changes.xml 13 May 2007 19:17:39 -0000 1.28 @@ -22,6 +22,11 @@ <title>Changes</title> </properties> <body> + <release version="1.3.1-SNAPSHOT" date="in CVS" description="Make it Maven 1.1 compatible."> + <action dev="lukas_theussl" type="update"> + Running with test-plugin-1.8 (Maven 1.1), the plugin would fail if there are test errors. + </action> + </release> <release version="1.3" date="2007-01-28" description="AspectJ plugin, class not found bug, no test src flag."> <action dev="jeffjensen" type="fix" issue="1618999" due-to="Jon Christiansen"> Allow running against project with no test src. 1.21 +3 -0 maven-plugins/cobertura/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/plugin.jelly,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- plugin.jelly 23 Jan 2007 03:14:30 -0000 1.20 +++ plugin.jelly 13 May 2007 19:17:39 -0000 1.21 @@ -131,9 +131,11 @@ <maven:get plugin="maven-test-plugin" property="maven.junit.fork" var="oldfork"/> <maven:get plugin="maven-test-plugin" property="maven.test.failure.ignore" var="ignoreTestFailureOld"/> + <maven:get plugin="maven-test-plugin" property="maven.test.error.ignore" var="ignoreTestErrorOld"/> <!-- Make sure that the report is generated whether the tests pass or not --> <j:set var="maven.test.failure.ignore" value="true" scope="parent" /> + <j:set var="maven.test.error.ignore" value="true" scope="parent" /> <!-- set the maven.build.dest for the test plugin to find the instrumented classes --> <j:set var="maven.build.dest" value="${maven.cobertura.instrumentation}" scope="parent" /> @@ -157,6 +159,7 @@ <j:set var="maven.junit.fork" value="${oldfork}" scope="parent" /> <j:set var="maven.build.dest" value="${oldBuildDest}" scope="parent" /> <j:set var="maven.test.failure.ignore" value="${ignoreTestFailureOld}" scope="parent" /> + <j:set var="maven.test.error.ignore" value="${ignoreTestErrorOld}" scope="parent" /> </goal> 1.33 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 13 May 2007 19:09:41 -0000 1.32 +++ project.xml 13 May 2007 19:17:39 -0000 1.33 @@ -25,7 +25,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-cobertura-plugin</artifactId> <name>Maven Cobertura Plug-in</name> - <currentVersion>1.3</currentVersion> + <currentVersion>1.3.1-SNAPSHOT</currentVersion> <inceptionYear>2005</inceptionYear> <shortDescription>Cobertura calculates the percentage of code accessed by tests.</shortDescription> <description>Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.</description> |
From: Lukas T. <luk...@us...> - 2007-05-13 19:09:44
|
lukas_theussl 07/05/13 12:09:41 Modified: cobertura project.xml Log: Fix some links. Revision Changes Path 1.32 +5 -5 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 28 Jan 2007 14:31:15 -0000 1.31 +++ project.xml 13 May 2007 19:09:41 -0000 1.32 @@ -29,7 +29,7 @@ <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> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <repository> <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> @@ -69,25 +69,25 @@ <groupId>cobertura</groupId> <artifactId>cobertura</artifactId> <version>1.8</version> - <url>http://cobertura.sourceforge.net</url> + <url>http://cobertura.sourceforge.net/</url> </dependency> <dependency> <groupId>oro</groupId> <artifactId>oro</artifactId> <version>2.0.8</version> - <url>http://asm.objectweb.org</url> + <url>http://asm.objectweb.org/</url> </dependency> <dependency> <groupId>asm</groupId> <artifactId>asm</artifactId> <version>2.2.1</version> - <url>http://asm.objectweb.org</url> + <url>http://asm.objectweb.org/</url> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.9</version> - <url>http://logging.apache.org/log4j</url> + <url>http://logging.apache.org/log4j/docs/</url> </dependency> <dependency> <groupId>commons-jelly</groupId> |
From: Lukas T. <luk...@us...> - 2007-05-13 18:58:22
|
lukas_theussl 07/05/13 11:58:21 Modified: . plugin-project.xml Log: Update project url. Add explicitly the (default) set of reports, because of a bug in the checkstyle plugin. Revision Changes Path 1.17 +16 -1 maven-plugins/plugin-project.xml Index: plugin-project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/plugin-project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- plugin-project.xml 28 Jan 2007 12:35:12 -0000 1.16 +++ plugin-project.xml 13 May 2007 18:58:21 -0000 1.17 @@ -8,7 +8,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/projects/maven-plugins/</url> + <url>http://sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <url>http://maven-plugins.sourceforge.net</url> @@ -87,5 +87,20 @@ </build> + <reports> + <report>maven-jdepend-plugin</report> + <report>maven-checkstyle-plugin</report> + <report>maven-changes-plugin</report> + <report>maven-changelog-plugin</report> + <report>maven-file-activity-plugin</report> + <report>maven-developer-activity-plugin</report> + <report>maven-license-plugin</report> + <report>maven-javadoc-plugin</report> + <report>maven-jxr-plugin</report> + <report>maven-junit-report-plugin</report> + <report>maven-linkcheck-plugin</report> + <report>maven-tasklist-plugin</report> + </reports> + </project> |
From: Lukas T. <luk...@us...> - 2007-05-13 18:57:25
|
lukas_theussl 07/05/13 11:57:25 Modified: . project.properties Log: Set maven.announcement.lenient=true to prevent the Announcement plugin from complaining about missing versions, etc. Revision Changes Path 1.21 +3 -0 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.properties 28 Jan 2007 12:54:21 -0000 1.20 +++ project.properties 13 May 2007 18:57:22 -0000 1.21 @@ -56,3 +56,6 @@ # Changes plugin maven.changes.issue.template=http://sourceforge.net/support/tracker.php?aid=%ISSUE% + +# to prevent the Announcement plugin from complaining about missing versions, etc. +maven.announcement.lenient=true \ No newline at end of file |
From: Lukas T. <luk...@us...> - 2007-05-13 18:51:23
|
lukas_theussl 07/05/13 11:51:22 Modified: javaapp/src/main/net/sourceforge/mavenplugins/javaapp JavaAppArtifactTypeHandler.java javaapp/src/test/net/sourceforge/mavenplugins/javaapp JavaAppArtifactTypeHandlerTest.java Added: javaapp/src/main/net/sourceforge/mavenplugins/javaapp package.html javaapp/src/test/net/sourceforge/mavenplugins/javaapp package.html Log: Checkstyle fixes. Revision Changes Path 1.2 +19 -17 maven-plugins/javaapp/src/main/net/sourceforge/mavenplugins/javaapp/JavaAppArtifactTypeHandler.java Index: JavaAppArtifactTypeHandler.java =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/src/main/net/sourceforge/mavenplugins/javaapp/JavaAppArtifactTypeHandler.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaAppArtifactTypeHandler.java 16 Nov 2004 18:32:39 -0000 1.1 +++ JavaAppArtifactTypeHandler.java 13 May 2007 18:51:22 -0000 1.2 @@ -23,42 +23,44 @@ /** * Handler for the type extension. - * - * @author <a href="mailto:jo...@sf...">Jörg Schaible</a> + * + * @author <a href="mailto:jo...@sf...">Jörg Schaible</a> * @since 1.3 */ -public class JavaAppArtifactTypeHandler extends DefaultArtifactTypeHandler -{ - final private boolean keepExtension; - +public class JavaAppArtifactTypeHandler extends DefaultArtifactTypeHandler { + + /** Retain the original extension. */ + private final boolean keepExtension; + /** - * Constructs a type handler, that does not keep the extension in + * Constructs a type handler, that does not keep the extension in * the repository. */ public JavaAppArtifactTypeHandler() { this(false); } - + /** * Constructs a type handler. - * @param keepExtension Flag to keep the type as extension in the + * @param newExtension Flag to keep the type as extension in the * repository. */ - public JavaAppArtifactTypeHandler(final boolean keepExtension) { - this.keepExtension = keepExtension; + public JavaAppArtifactTypeHandler(final boolean newExtension) { + this.keepExtension = newExtension; } - + /** * Map an artifact to a repository path. - * + * * @param project the project for the artifact - * @param type The type of the artifact + * @param type The type of the artifact * @param version The version of the artifact (may be a snapshot) * @return the path */ - public String constructRepositoryFullPath(String type, Project project, String version) - { - StringBuffer path = new StringBuffer(constructRepositoryDirectoryPath(type, project)); + public final String constructRepositoryFullPath(final String type, + final Project project, final String version) { + StringBuffer path = + new StringBuffer(constructRepositoryDirectoryPath(type, project)); path.append(project.getArtifactId()); path.append("-"); path.append(version); 1.1 maven-plugins/javaapp/src/main/net/sourceforge/mavenplugins/javaapp/package.html Index: package.html =================================================================== <html> <body> <p> ArtifactTypeHandler for javaapp plugin. </p> </body> </html> 1.2 +22 -8 maven-plugins/javaapp/src/test/net/sourceforge/mavenplugins/javaapp/JavaAppArtifactTypeHandlerTest.java Index: JavaAppArtifactTypeHandlerTest.java =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/src/test/net/sourceforge/mavenplugins/javaapp/JavaAppArtifactTypeHandlerTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- JavaAppArtifactTypeHandlerTest.java 16 Nov 2004 18:32:40 -0000 1.1 +++ JavaAppArtifactTypeHandlerTest.java 13 May 2007 18:51:22 -0000 1.2 @@ -24,28 +24,42 @@ import junit.framework.TestCase; /** - * @author <a href="mailto:jo...@sf...">Jörg Schaible</a> + * @author <a href="mailto:jo...@sf...">Jörg Schaible</a> */ -public class JavaAppArtifactTypeHandlerTest extends TestCase -{ +public class JavaAppArtifactTypeHandlerTest extends TestCase { + + /** A maven project. */ private Project project; - protected void setUp() throws Exception { + /** Setup: constructs a maven project. + * @throws Exception Exception. + */ + protected final void setUp() throws Exception { super.setUp(); project = new Project(); project.setArtifactId("artifact-id"); project.setGroupId("group-id"); } - public void testTypeHandlerWithDefaultExtension() throws MavenException { + /** Tests default constructor. + * @throws MavenException MavenException. + */ + public final void testTypeHandlerWithDefaultExtension() + throws MavenException { ArtifactTypeHandler typeHandler = new JavaAppArtifactTypeHandler(); - String path = typeHandler.constructRepositoryFullPath("app", project, "version"); + String path = + typeHandler.constructRepositoryFullPath("app", project, "version"); assertEquals("group-id/apps/artifact-id-version.jar", path); } - public void testTypeHandlerKeepingTheExtension() throws MavenException { + /** Tests keepExtension. + * @throws MavenException MavenException. + */ + public final void testTypeHandlerKeepingTheExtension() + throws MavenException { ArtifactTypeHandler typeHandler = new JavaAppArtifactTypeHandler(true); - String path = typeHandler.constructRepositoryFullPath("app", project, "version"); + String path = + typeHandler.constructRepositoryFullPath("app", project, "version"); assertEquals("group-id/apps/artifact-id-version.app", path); } } 1.1 maven-plugins/javaapp/src/test/net/sourceforge/mavenplugins/javaapp/package.html Index: package.html =================================================================== <html> <body> <p> Tests for ArtifactTypeHandler for javaapp plugin. </p> </body> </html> |
From: Lukas T. <luk...@us...> - 2007-05-13 18:50:35
|
lukas_theussl 07/05/13 11:50:34 Modified: javaapp project.xml Log: Versions are needed for the download page. Revision Changes Path 1.20 +14 -4 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 30 Jul 2006 03:45:05 -0000 1.19 +++ project.xml 13 May 2007 18:50:34 -0000 1.20 @@ -18,7 +18,7 @@ <description>Plugin to generate an executable JAR</description> <shortDescription>Generates an executable JAR</shortDescription> - <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}/</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/${pom.artifactId}/</siteDirectory> @@ -30,9 +30,19 @@ <versions> <version> - <id>1.4</id> - <name>1.4</name> - <tag>MAVEN_JAVAAPP_1_4</tag> + <id>1.2</id> + <name>1.2</name> + <tag>MAVEN_JAVAAPP_1_2</tag> + </version> + <version> + <id>1.3</id> + <name>1.3</name> + <tag>javaapp-plugin_1-3</tag> + </version> + <version> + <id>1.3.1</id> + <name>1.3.1</name> + <tag>javaapp-plugin_1-3-1</tag> </version> </versions> |
From: Lukas T. <luk...@us...> - 2007-05-13 18:49:31
|
lukas_theussl 07/05/13 11:49:30 Modified: javaapp/xdocs index.xml properties.xml Log: Documentation updates. Revision Changes Path 1.6 +6 -4 maven-plugins/javaapp/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/index.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.xml 25 Aug 2005 09:09:28 -0000 1.5 +++ index.xml 13 May 2007 18:49:30 -0000 1.6 @@ -15,7 +15,7 @@ <section name="Maven Java Application Plug-in"> <p> This plug-in provides support for creating, installing and running - an executable JAR for Maven 1.0. It will create a single big JAR + an executable JAR for Maven 1.x. It will create a single big JAR including all dependencies, so no additional entry is necessary for the classpath. </p> @@ -24,9 +24,11 @@ therefore it should work on all major platforms. </p> <p> - Currently there is the UBERJAR plugin available doing a similiar job - but due to performance problems in the class loader I would not - recommended it for larger projects. + In Maven 1.0 there was the + <a href="http://maven.apache.org/maven-1.x/plugins/uberjar/">UBERJAR</a> + plugin available, which was doing a similiar job. + However, due to performance problems in the class loader it was not + recommended for larger projects, and it has been removed from Maven 1.1. </p> <p> Just in case you have multiple project distributables (e.g. one 1.9 +1 -1 maven-plugins/javaapp/xdocs/properties.xml Index: properties.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/properties.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- properties.xml 27 Apr 2005 08:57:29 -0000 1.8 +++ properties.xml 13 May 2007 18:49:30 -0000 1.9 @@ -163,7 +163,7 @@ <p> Additionally to the described properties, the javaapp plugin also supports following properties of the - <a href="http://maven.apache.org/reference/plugins/jar/properties.html"> + <a href="http://maven.apache.org/maven-1.x/plugins/jar/properties.html"> jar plugin</a>: <ul> <li>maven.jar.manifest.attributes.list</li> |
From: Lukas T. <luk...@us...> - 2007-05-13 18:49:08
|
lukas_theussl 07/05/13 11:49:02 Modified: javaapp/xdocs changes.xml javaapp plugin.jelly Log: Apply fix to work around MPTEST-66, it should now be compatible with Maven 1.1 and test-plugin-1.8. Revision Changes Path 1.11 +3 -0 maven-plugins/javaapp/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/xdocs/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 30 Jul 2006 03:45:05 -0000 1.10 +++ changes.xml 13 May 2007 18:49:01 -0000 1.11 @@ -16,6 +16,9 @@ <action dev="jeffjensen" type="fix" issue="1436490" due-to="Daniel Schulz"> EJB jars are not bundled </action> + <action dev="lukas_theussl" type="update"> + Make it compatible with Maven 1.1 and test-plugin-1.8. + </action> </release> <release version="1.3.1" date="2005-08-25"> <action dev="joehni" type="fix" due-to="Eric Hartmann"> 1.16 +7 -1 maven-plugins/javaapp/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/plugin.jelly,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- plugin.jelly 30 Jul 2006 03:44:11 -0000 1.15 +++ plugin.jelly 13 May 2007 18:49:02 -0000 1.16 @@ -119,7 +119,13 @@ <goal name="javaapp:jar" description="Packs all dependent JARs into an executable JAR" prereqs="javaapp:prereq,test:test,javaapp:copy-deps,javaapp:jar-resources"> - + + <!-- required for maven 1.1 and test-plugin-1.8, see http://jira.codehaus.org/browse/MPTEST-66 --> + <j:if test="${unitTestSourcesPresent != 'true' or context.getVariable('maven.test.skip') == 'true'}"> + <attainGoal name="java:compile"/> + <attainGoal name="java:jar-resources"/> + </j:if> + <!-- unzip all JARS --> <ant:fileScanner var="jarFileList"> |
From: Lukas T. <luk...@us...> - 2007-05-12 22:10:58
|
lukas_theussl 07/05/12 15:10:54 Modified: axis project.xml db2 project.xml deb project.xml dotuml project.xml doxygen project.xml files project.xml flash project.xml hammurapi project.xml help project.xml history project.xml izpack project.xml junitpp project.xml macker project.xml rpm project.xml runtime-builder project.xml springgraph project.xml uberdist project.xml vignette project.xml was40 project.xml was5 project.xml was5config project.xml wiki project.xml word2html project.xml xmlresume project.xml . project.xml Log: Fix a couple of poms so that they validate with maven 1.1. Revision Changes Path 1.7 +3 -3 maven-plugins/axis/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/axis/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 15 Aug 2006 12:23:44 -0000 1.6 +++ project.xml 12 May 2007 22:10:41 -0000 1.7 @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<project - xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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> 1.4 +3 -1 maven-plugins/db2/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/db2/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 15 Aug 2006 12:24:14 -0000 1.3 +++ project.xml 12 May 2007 22:10:41 -0000 1.4 @@ -1,5 +1,7 @@ <?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 --> 1.9 +4 -1 maven-plugins/deb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/deb/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 22 Jan 2007 02:19:28 -0000 1.8 +++ project.xml 12 May 2007 22:10:42 -0000 1.9 @@ -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> <id>maven-deb-plugin</id> <name>Debian Package Plug-In</name> 1.7 +4 -1 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 15 Mar 2007 17:05:17 -0000 1.6 +++ project.xml 12 May 2007 22:10:43 -0000 1.7 @@ -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 --> 1.10 +4 -1 maven-plugins/doxygen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/doxygen/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 15 Aug 2006 12:23:34 -0000 1.9 +++ project.xml 12 May 2007 22:10:43 -0000 1.10 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-doxygen-plugin</id> 1.6 +4 -1 maven-plugins/files/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:54 -0000 1.5 +++ project.xml 12 May 2007 22:10:43 -0000 1.6 @@ -1,5 +1,8 @@ <?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> 1.6 +5 -2 maven-plugins/flash/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/flash/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:31 -0000 1.5 +++ project.xml 12 May 2007 22:10:46 -0000 1.6 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-flash-plugin</id> @@ -35,7 +38,7 @@ </description> <shortDescription>A Flash plugin for Maven.</shortDescription> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> - !-- issue tracking url, siteAddress are in parent --> + <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/flash/</siteDirectory> <repository> 1.3 +3 -3 maven-plugins/hammurapi/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/hammurapi/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 15 Aug 2006 12:23:41 -0000 1.2 +++ project.xml 12 May 2007 22:10:46 -0000 1.3 @@ -16,9 +16,9 @@ * limitations under the License. */ --> -<project - xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<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 --> 1.14 +4 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 15 Aug 2006 12:23:49 -0000 1.13 +++ project.xml 12 May 2007 22:10:46 -0000 1.14 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-help-plugin</id> 1.3 +3 -1 maven-plugins/history/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/history/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 15 Aug 2006 12:24:04 -0000 1.2 +++ project.xml 12 May 2007 22:10:47 -0000 1.3 @@ -1,6 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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> 1.9 +4 -1 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 15 Aug 2006 12:23:58 -0000 1.8 +++ project.xml 12 May 2007 22:10:47 -0000 1.9 @@ -16,7 +16,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> <!--<extend>../plugin-parent/project.xml</extend>--> <pomVersion>3</pomVersion> 1.12 +4 -1 maven-plugins/junitpp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/junitpp/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 15 Aug 2006 12:23:26 -0000 1.11 +++ project.xml 12 May 2007 22:10:48 -0000 1.12 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-junitpp-plugin</id> 1.4 +4 -1 maven-plugins/macker/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/macker/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 11 Oct 2005 06:29:06 -0000 1.3 +++ project.xml 12 May 2007 22:10:48 -0000 1.4 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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> <id>maven-macker-plugin</id> 1.24 +4 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 15 Aug 2006 12:23:53 -0000 1.23 +++ project.xml 12 May 2007 22:10:49 -0000 1.24 @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-rpm-plugin</id> 1.5 +4 -1 maven-plugins/runtime-builder/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/runtime-builder/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 15 Aug 2006 12:23:48 -0000 1.4 +++ project.xml 12 May 2007 22:10:49 -0000 1.5 @@ -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>../plugin-project.xml</extend> <id>maven-runtime-builder-plugin</id> <name>Runtime Builder Plug-in</name> 1.6 +4 -1 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:40 -0000 1.5 +++ project.xml 12 May 2007 22:10:51 -0000 1.6 @@ -18,7 +18,10 @@ */ --> -<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> <id>maven-springgraph-plugin</id> 1.6 +4 -1 maven-plugins/uberdist/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:24:09 -0000 1.5 +++ project.xml 12 May 2007 22:10:52 -0000 1.6 @@ -19,7 +19,10 @@ <!-- The master project file all subprojects inherit this project.xml file. --> -<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> <id>maven-uberdist-plugin</id> <!-- groupId is in parent --> 1.7 +5 -2 maven-plugins/vignette/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/vignette/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 15 Aug 2006 12:24:12 -0000 1.6 +++ project.xml 12 May 2007 22:10:52 -0000 1.7 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-vignette-plugin</id> @@ -12,7 +15,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin used to deploy Java webapps to a Vignette CMS system.</description> <shortDescription>Plugin used to deploy to a Vignette CMS.</shortDescription> - !-- issue tracking url, siteAddress are in parent --> + <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/vignette/</siteDirectory> <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> 1.23 +4 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 15 Aug 2006 12:23:47 -0000 1.22 +++ project.xml 12 May 2007 22:10:52 -0000 1.23 @@ -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>../plugin-project.xml</extend> <!--pomVersion is in parent --> 1.23 +4 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 15 Aug 2006 12:23:56 -0000 1.22 +++ project.xml 12 May 2007 22:10:53 -0000 1.23 @@ -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 --> <id>maven-was5-plugin</id> 1.4 +7 -3 maven-plugins/was5config/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5config/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 15 Aug 2006 12:23:51 -0000 1.3 +++ project.xml 12 May 2007 22:10:53 -0000 1.4 @@ -1,6 +1,8 @@ <?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> <name>Maven WAS5 Config plugin</name> <id>maven-was5config-plugin</id> @@ -32,6 +34,7 @@ <developers> <developer> <name>Morten Kristiansen</name> + <id>mortenkr</id> <email>mo...@tr...</email> <roles> <role>Creator</role> @@ -41,6 +44,7 @@ <developer> <name>Bjørn Hilstad</name> + <id>bhilstad</id> <email>bjo...@gm...</email> <roles> <role>Java Developer</role> @@ -71,7 +75,7 @@ <report>maven-javadoc-plugin</report> <report>maven-jxr-plugin</report> <report>maven-tasklist-plugin</report> - </reports>reports> + </reports> </project> 1.26 +4 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 15 Aug 2006 12:23:38 -0000 1.25 +++ project.xml 12 May 2007 22:10:53 -0000 1.26 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-wiki-plugin</id> 1.6 +4 -1 maven-plugins/word2html/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 15 Aug 2006 12:23:29 -0000 1.5 +++ project.xml 12 May 2007 22:10:53 -0000 1.6 @@ -1,6 +1,9 @@ <?xml version="1.0" ?> -<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>../plugin-project.xml</extend> <!--pomVersion is in parent --> <id>maven-word2html-plugin</id> 1.7 +4 -1 maven-plugins/xmlresume/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xmlresume/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 15 Aug 2006 12:23:59 -0000 1.6 +++ project.xml 12 May 2007 22:10:54 -0000 1.7 @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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 --> <id>maven-xmlresume-plugin</id> 1.39 +5 -8 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- project.xml 12 May 2007 02:15:04 -0000 1.38 +++ project.xml 12 May 2007 22:10:54 -0000 1.39 @@ -1,8 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<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"> <pomVersion>3</pomVersion> - <id>maven-plugins</id> + <groupId>maven-plugins</groupId> + <artifactId>maven-plugins</artifactId> <name>Maven Plugins</name> <currentVersion>1.0</currentVersion> <organization> @@ -51,12 +54,6 @@ <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/</url> </repository> - <versions> - </versions> - - <branches> - </branches> - <mailingLists> <mailingList> <name>Maven-Plugins User List</name> |
From: Jeff J. <jef...@us...> - 2007-05-12 02:33:07
|
jeffjensen 07/05/11 19:33:06 Modified: . HOWTO_RELEASE.txt Log: add tip. Revision Changes Path 1.7 +4 -0 maven-plugins/HOWTO_RELEASE.txt Index: HOWTO_RELEASE.txt =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/HOWTO_RELEASE.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- HOWTO_RELEASE.txt 28 Jan 2007 14:08:49 -0000 1.6 +++ HOWTO_RELEASE.txt 12 May 2007 02:33:05 -0000 1.7 @@ -54,6 +54,10 @@ To deploy the release: maven -Dmaven.repo.list=maven.plugins.sf.releases plugin:repository-deploy +TIP: When "strange/unknown" build failures occur, +sometimes fixing any problems with "maven site" (error messages are more apparent) +first magically fixes the deploy issues (e.g. missing <version> info). + PUBLISH THE SITE TO SOURCEFORGE ------------------------------- |