From: Carlos S. <car...@us...> - 2005-10-11 06:29:09
|
carlossg 05/10/10 23:29:12 Modified: aptdoc project.xml axis project.xml cobertura project.xml db2 project.xml dbunit project.xml deb project.xml dotuml project.xml doxygen project.xml files project.xml findbugs project.xml flash project.xml help project.xml izpack project.xml javaapp project.xml javancss project.xml jaxb project.xml junitpp project.xml kodo project.xml macker project.xml middlegen project.xml news project.xml rpm project.xml runtime-builder 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: Added url tag Revision Changes Path 1.10 +1 -0 maven-plugins/aptdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/aptdoc/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 15 Oct 2004 11:17:31 -0000 1.9 +++ project.xml 11 Oct 2005 06:29:01 -0000 1.10 @@ -16,6 +16,7 @@ </description> <shortDescription>Java Project Management Tools</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> 1.5 +1 -0 maven-plugins/axis/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/axis/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 2 Feb 2005 13:45:48 -0000 1.4 +++ project.xml 11 Oct 2005 06:29:03 -0000 1.5 @@ -23,6 +23,7 @@ <shortDescription> Generate Java code from WSDL using Axis </shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issueTrackingUrl, siteAddress are in parent --> <siteDirectory> 1.23 +1 -1 maven-plugins/cobertura/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/cobertura/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 11 Oct 2005 05:43:49 -0000 1.22 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.23 @@ -26,7 +26,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/maven-cobertura-plugin</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/cobertura</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/maven-plugins:maven-plugins/cobertura</developerConnection> 1.2 +1 -0 maven-plugins/db2/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/db2/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 23 Nov 2004 07:36:57 -0000 1.1 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.2 @@ -17,6 +17,7 @@ <description>A plugin to access db2 functionality</description> <shortDescription>DB2 Plugin for Maven</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-db2-plugin/</siteDirectory> 1.35 +1 -0 maven-plugins/dbunit/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/project.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- project.xml 22 Jun 2005 12:20:10 -0000 1.34 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.35 @@ -17,6 +17,7 @@ <description>A plugin to automate Dbunit tasks</description> <shortDescription>Dbunit tasks</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-dbunit-plugin/</siteDirectory> 1.7 +3 -6 maven-plugins/deb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/deb/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 14 Jan 2004 01:47:06 -0000 1.6 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.7 @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE project [ - <!ENTITY oslash "ø"> -]> - <project> <extend>${basedir}/../plugin-project.xml</extend> <id>maven-deb-plugin</id> @@ -11,6 +7,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> <versions> <version> @@ -23,10 +20,10 @@ <developers> <developer> - <name>Trygve Laugstøl</name> + <name>Trygve Laugstol</name> <id>trygvis</id> <email>try...@if...</email> - <organization>Laugstøl Consulting</organization> + <organization>Laugstol Consulting</organization> <roles> <role>Developer</role> </roles> 1.4 +1 -0 maven-plugins/dotuml/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dotuml/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 22 Oct 2004 15:28:50 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.4 @@ -16,6 +16,7 @@ <package>net.sourceforge.mavenplugins.dotuml</package> <!-- logo is in parent. no gumpRepositoryId --> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <siteDirectory> /home/groups/m/ma/maven-plugins/htdocs/maven-dotuml-plugin/ 1.8 +1 -0 maven-plugins/doxygen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/doxygen/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 15 Oct 2004 11:17:31 -0000 1.7 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.8 @@ -14,6 +14,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> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/doxygen</connection> 1.3 +1 -1 maven-plugins/files/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/files/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 5 Apr 2005 21:37:39 -0000 1.2 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.3 @@ -20,10 +20,10 @@ <description>Creates files report</description> <shortDescription>Creates files report</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> - <url>http://maven-plugins.sourceforge.net/maven-files-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-files-plugin/</siteDirectory> <repository> 1.28 +1 -0 maven-plugins/findbugs/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 11 Oct 2005 05:06:37 -0000 1.27 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.28 @@ -12,6 +12,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>A plugin to automate FindBugs tasks</description> <shortDescription>Findbugs tasks</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-findbugs-plugin/</siteDirectory> 1.4 +1 -0 maven-plugins/flash/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/flash/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 24 May 2005 12:40:13 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:04 -0000 1.4 @@ -34,6 +34,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 --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/flash/</siteDirectory> 1.12 +1 -0 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 27 Sep 2005 00:05:46 -0000 1.11 +++ project.xml 11 Oct 2005 06:29:05 -0000 1.12 @@ -16,6 +16,7 @@ <description>Help plugin for Maven</description> <shortDescription>Show some Help about Maven</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/help/</siteDirectory> 1.7 +1 -1 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 19 Jun 2005 13:19:52 -0000 1.6 +++ project.xml 11 Oct 2005 06:29:05 -0000 1.7 @@ -30,7 +30,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/maven-izpack-plugin</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</connection> <developerConnection>scm:cvs:ssh:use...@cv...:/cvsroot/maven-plugins:maven-plugins/izpack</developerConnection> 1.18 +1 -0 maven-plugins/javaapp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javaapp/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 25 Aug 2005 08:34:49 -0000 1.17 +++ project.xml 11 Oct 2005 06:29:05 -0000 1.18 @@ -15,6 +15,7 @@ <description>Plugin to generate an executable JAR</description> <shortDescription>Generates an executable JAR</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/${pom.artifactId}/</siteDirectory> 1.13 +1 -0 maven-plugins/javancss/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/javancss/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 22 Nov 2004 15:40:42 -0000 1.12 +++ project.xml 11 Oct 2005 06:29:05 -0000 1.13 @@ -12,6 +12,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Plugin for JavaNCSS</description> <shortDescription>MAVEN 1.0 Plug-in for JAVANCSS</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> !-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/javancss/</siteDirectory> 1.9 +1 -0 maven-plugins/jaxb/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 24 Sep 2005 10:10:29 -0000 1.8 +++ project.xml 11 Oct 2005 06:29:05 -0000 1.9 @@ -10,6 +10,7 @@ </description> <shortDescription>JAXB Tools</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/jaxb/</siteDirectory> 1.10 +1 -0 maven-plugins/junitpp/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/junitpp/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 15 Oct 2004 11:17:33 -0000 1.9 +++ project.xml 11 Oct 2005 06:29:06 -0000 1.10 @@ -12,6 +12,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> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/junitpp/</siteDirectory> 1.15 +1 -1 maven-plugins/kodo/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/kodo/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 4 Oct 2005 12:16:08 -0000 1.14 +++ project.xml 11 Oct 2005 06:29:06 -0000 1.15 @@ -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/maven-kodo-plugin/</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.3 +1 -2 maven-plugins/macker/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/macker/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 27 Sep 2005 00:05:46 -0000 1.2 +++ project.xml 11 Oct 2005 06:29:06 -0000 1.3 @@ -25,8 +25,7 @@ ]]></description> <shortDescription>Build-time architectural rule checking utility</shortDescription> - - <url>http://innig.net/macker</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <developers> <developer> 1.4 +1 -0 maven-plugins/middlegen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/middlegen/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 27 Sep 2005 00:05:46 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:06 -0000 1.4 @@ -14,6 +14,7 @@ <description>Middlegen Plugin for Maven</description> <shortDescription>Middlegen Plugin for Maven</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/middlegen/</siteDirectory> 1.4 +1 -0 maven-plugins/news/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/news/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 5 Apr 2005 21:28:01 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:07 -0000 1.4 @@ -20,6 +20,7 @@ <description>Creates News report</description> <shortDescription>Creates News report</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> 1.22 +1 -0 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 27 Sep 2005 00:05:46 -0000 1.21 +++ project.xml 11 Oct 2005 06:29:09 -0000 1.22 @@ -11,6 +11,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> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/rpm/</siteDirectory> 1.3 +3 -6 maven-plugins/runtime-builder/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/runtime-builder/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 14 Jan 2004 00:04:56 -0000 1.2 +++ project.xml 11 Oct 2005 06:29:09 -0000 1.3 @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE project [ - <!ENTITY oslash "ø"> -]> - <project> <extend>../plugin-project.xml</extend> <id>maven-runtime-builder-plugin</id> @@ -13,6 +9,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> <!-- <repository> @@ -32,9 +29,9 @@ <developers> <developer> <id>trygvis</id> - <name>Trygve Laugstøl</name> + <name>Trygve Laugstol</name> <email>tr...@co...</email> - <organization>Laugstøl Consulting</organization> + <organization>Laugstol Consulting</organization> <roles> <role>Java Developer</role> </roles> 1.30 +1 -0 maven-plugins/sdocbook/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 10 Jan 2005 21:58:41 -0000 1.29 +++ project.xml 11 Oct 2005 06:29:09 -0000 1.30 @@ -16,6 +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> <!-- issueTrackingUrl, siteAddress are in parent --> <repository> 1.8 +1 -0 maven-plugins/sourceforge/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sourceforge/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 26 Jun 2005 23:00:55 -0000 1.7 +++ project.xml 11 Oct 2005 06:29:10 -0000 1.8 @@ -16,6 +16,7 @@ <description>Plugin to deploy distributions to Sourceforge</description> <shortDescription>Deploys distributions to Sourceforge</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/sourceforge/</siteDirectory> 1.4 +1 -1 maven-plugins/springgraph/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/springgraph/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 15 Oct 2004 11:17:35 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:10 -0000 1.4 @@ -31,7 +31,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/maven-springgraph-plugin/</url> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-springgraph-plugin/</siteDirectory> <repository> 1.3 +1 -0 maven-plugins/strutsdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/strutsdoc/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 27 Sep 2005 00:05:46 -0000 1.2 +++ project.xml 11 Oct 2005 06:29:10 -0000 1.3 @@ -8,6 +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> <developers> <developer> 1.8 +1 -0 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 27 Sep 2005 00:05:46 -0000 1.7 +++ project.xml 11 Oct 2005 06:29:10 -0000 1.8 @@ -12,6 +12,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> <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> <siteAddress>maven-plugins.sourceforge.net</siteAddress> <repository> 1.4 +1 -0 maven-plugins/transform/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/transform/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 26 Oct 2004 10:09:09 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:10 -0000 1.4 @@ -67,6 +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> <developers> <developer> 1.4 +1 -0 maven-plugins/uberdist/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/uberdist/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 12 May 2005 19:56:24 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:11 -0000 1.4 @@ -31,6 +31,7 @@ <inceptionYear>2004</inceptionYear> <shortDescription>Distribution plugin for multiple projects</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <siteDirectory> /home/groups/m/ma/maven-plugins/htdocs/maven-uberdist-plugin/ 1.5 +1 -0 maven-plugins/vignette/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/vignette/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 26 Mar 2005 21:57:54 -0000 1.4 +++ project.xml 11 Oct 2005 06:29:11 -0000 1.5 @@ -14,6 +14,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> <repository> <connection>scm:cvs:pserver:an...@cv...:/cvsroot/maven-plugins/:maven-plugins/vignette</connection> 1.21 +1 -1 maven-plugins/was40/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was40/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 15 Oct 2004 11:17:36 -0000 1.20 +++ project.xml 11 Oct 2005 06:29:11 -0000 1.21 @@ -16,9 +16,9 @@ <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> <!-- issue tracking url, siteAddress are in parent --> - <url>http://maven-plugins.sourceforge.net/maven-was40-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was40-plugin/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was40</connection> 1.14 +1 -1 maven-plugins/was5/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/was5/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 23 Jun 2005 18:03:10 -0000 1.13 +++ project.xml 11 Oct 2005 06:29:11 -0000 1.14 @@ -16,9 +16,9 @@ <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> <!-- issue tracking url, siteAddress are in parent --> - <url>http://maven-plugins.sourceforge.net/maven-was5-plugin/</url> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/maven-was5-plugin/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/was5</connection> 1.4 +1 -0 maven-plugins/weblogic/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/weblogic/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 23 Jun 2005 17:14:29 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:11 -0000 1.4 @@ -12,6 +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> <!-- 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.26 +1 -0 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 27 Sep 2005 00:05:46 -0000 1.25 +++ project.xml 11 Oct 2005 06:29:12 -0000 1.26 @@ -12,6 +12,7 @@ <!-- package, logo are in parent. no gumpRepositoryId --> <description>Maven Plugin for Canoo WebTest</description> <shortDescription>Maven Plugin for Canoo WebTest</shortDescription> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/</siteDirectory> <distributionDirectory>/home/groups/m/ma/maven-plugins/htdocs/webtest/distributions/</distributionDirectory> 1.24 +1 -0 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 27 Sep 2005 00:05:46 -0000 1.23 +++ project.xml 11 Oct 2005 06:29:12 -0000 1.24 @@ -16,6 +16,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> <!-- issue tracking url, siteAddress are in parent --> <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/wiki/</siteDirectory> 1.4 +1 -2 maven-plugins/word2html/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/word2html/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 15 Oct 2004 11:17:37 -0000 1.3 +++ project.xml 11 Oct 2005 06:29:12 -0000 1.4 @@ -13,8 +13,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/word2html/</url> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/word2html/</siteDirectory> + <url>http://maven-plugins.sourceforge.net/${pom.artifactId}</url> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/word2html</connection> 1.5 +1 -1 maven-plugins/xmlresume/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/xmlresume/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 24 May 2005 17:12:31 -0000 1.4 +++ project.xml 11 Oct 2005 06:29:12 -0000 1.5 @@ -15,8 +15,8 @@ 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> <!-- issueTrackingUrl, siteAddress are in parent --> - <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/xmlresume/</siteDirectory> <repository> <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/xmlresume</connection> |