From: J?rn A H. <jo...@us...> - 2002-09-11 22:47:42
|
jornh 02/09/11 15:47:40 Modified: . project.xml Log: Added myself as a developer Revision Changes Path 1.13 +10 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 8 Sep 2002 22:58:24 -0000 1.12 +++ project.xml 11 Sep 2002 22:47:40 -0000 1.13 @@ -83,6 +83,16 @@ </developer> <developer> + <name>Jørn A Hansen</name> + <id>jornh</id> + <email>Jo...@pe...</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + + <developer> <name>Stéphane Mor</name> <id>stephanemor</id> <email>sm...@ha...</email> |
From: stephane m. <ste...@us...> - 2002-12-11 20:11:17
|
stephanemor 02/12/11 12:11:08 Modified: . project.xml Log: project templating doesn't work right now (maven refactoring), so here are the missing infos. Revision Changes Path 1.17 +0 -83 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- project.xml 16 Sep 2002 00:34:42 -0000 1.16 +++ project.xml 11 Dec 2002 20:11:07 -0000 1.17 @@ -1,66 +1,13 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project> - <pomVersion>3</pomVersion> <id>maven-plugins</id> <name>Maven Plugins</name> - <currentVersion>1.0</currentVersion> - <organization> - <name>SourceForge</name> - <url>http://sourceforge.net/projects/${pom.id}/</url> - <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> - </organization> - <inceptionYear>2002</inceptionYear> <package>org.apache.maven.plugins</package> -<!-- <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> --> <logo>/images/maven-plugins-logo.gif</logo> - <!-- Gump integration --> - <gumpRepositoryId>${pom.id}</gumpRepositoryId> - - <description> - </description> - <shortDescription>Collection of plugins for Apache Jakarta Maven</shortDescription> - <url>http://${pom.id}.sourceforge.net</url> - <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> - <siteAddress>${pom.id}.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/</siteDirectory> - <distributionDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/distributions/</distributionDirectory> - - <repository> - <connection>scm:cvs:pserver:anoncvs@cvs.${pom.id}.sourceforge.net:/cvsroot/${pom.id}:${pom.id}</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.id}/${pom.id}/</url> - </repository> - - <versions> - </versions> - - <branches> - </branches> - - <mailingLists> - <mailingList> - <name>Maven-Plugins User List</name> - <subscribe>${pom.id}-de...@li...</subscribe> - <unsubscribe>${pom.id}-us...@li...</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> - </mailingList> - <mailingList> - <name>Maven-Plugins Developer List</name> - <subscribe>${pom.id}-de...@li...</subscribe> - <unsubscribe>${pom.id}-de...@li...</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> - </mailingList> - <mailingList> - <name>Maven-Plugins CVS Commits List</name> - <subscribe>${pom.id}-cv...@li...</subscribe> - <unsubscribe>${pom.id}-cv...@li...</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> - </mailingList> - </mailingLists> - <developers> <developer> @@ -106,35 +53,5 @@ </developers> - <dependencies> - </dependencies> - - <build> - - <nagEmailAddress>${pom.id}@sourceforge.net</nagEmailAddress> - - <sourceDirectory>src/java</sourceDirectory> - - <unitTestSourceDirectory>src/test</unitTestSourceDirectory> - <integrationUnitTestSourceDirectory/> - - <aspectSourceDirectory></aspectSourceDirectory> - - <!-- Unit test classes --> - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - </unitTest> - - <!-- J A R R E S O U R C E S --> - <!-- Resources that are packaged up inside the JAR file --> - - <resources> - </resources> - - <jars> - </jars> - </build> </project> |
From: stephane m. <ste...@us...> - 2002-12-11 20:18:06
|
stephanemor 02/12/11 12:18:02 Modified: . project.xml Log: Oops, wrong dir ... Revision Changes Path 1.18 +83 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- project.xml 11 Dec 2002 20:11:07 -0000 1.17 +++ project.xml 11 Dec 2002 20:18:01 -0000 1.18 @@ -1,13 +1,66 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project> + <pomVersion>3</pomVersion> <id>maven-plugins</id> <name>Maven Plugins</name> + <currentVersion>1.0</currentVersion> + <organization> + <name>SourceForge</name> + <url>http://sourceforge.net/projects/${pom.id}/</url> + <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> + </organization> + <inceptionYear>2002</inceptionYear> <package>org.apache.maven.plugins</package> +<!-- <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> --> <logo>/images/maven-plugins-logo.gif</logo> + <!-- Gump integration --> + <gumpRepositoryId>${pom.id}</gumpRepositoryId> + + <description> + </description> + <shortDescription>Collection of plugins for Apache Jakarta Maven</shortDescription> + <url>http://${pom.id}.sourceforge.net</url> + <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> + <siteAddress>${pom.id}.sourceforge.net</siteAddress> + <siteDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/</siteDirectory> + <distributionDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/distributions/</distributionDirectory> + + <repository> + <connection>scm:cvs:pserver:anoncvs@cvs.${pom.id}.sourceforge.net:/cvsroot/${pom.id}:${pom.id}</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.id}/${pom.id}/</url> + </repository> + + <versions> + </versions> + + <branches> + </branches> + + <mailingLists> + <mailingList> + <name>Maven-Plugins User List</name> + <subscribe>${pom.id}-de...@li...</subscribe> + <unsubscribe>${pom.id}-us...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins Developer List</name> + <subscribe>${pom.id}-de...@li...</subscribe> + <unsubscribe>${pom.id}-de...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins CVS Commits List</name> + <subscribe>${pom.id}-cv...@li...</subscribe> + <unsubscribe>${pom.id}-cv...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> + </mailingList> + </mailingLists> + <developers> <developer> @@ -53,5 +106,35 @@ </developers> + <dependencies> + </dependencies> + + <build> + + <nagEmailAddress>${pom.id}@sourceforge.net</nagEmailAddress> + + <sourceDirectory>src/java</sourceDirectory> + + <unitTestSourceDirectory>src/test</unitTestSourceDirectory> + <integrationUnitTestSourceDirectory/> + + <aspectSourceDirectory></aspectSourceDirectory> + + <!-- Unit test classes --> + <unitTest> + <includes> + <include>**/*Test.java</include> + </includes> + </unitTest> + + <!-- J A R R E S O U R C E S --> + <!-- Resources that are packaged up inside the JAR file --> + + <resources> + </resources> + + <jars> + </jars> + </build> </project> |
From: dion g. <dio...@us...> - 2003-04-12 01:53:50
|
diongillard 03/04/11 18:53:49 Modified: . project.xml Log: use artifactId instead of id, cos, since beta 8, id is groupId:artifactId Revision Changes Path 1.19 +15 -15 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- project.xml 11 Dec 2002 20:18:01 -0000 1.18 +++ project.xml 12 Apr 2003 01:53:48 -0000 1.19 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://sourceforge.net/projects/${pom.id}/</url> + <url>http://sourceforge.net/projects/${pom.artifactId}/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> @@ -16,22 +16,22 @@ <logo>/images/maven-plugins-logo.gif</logo> <!-- Gump integration --> - <gumpRepositoryId>${pom.id}</gumpRepositoryId> + <gumpRepositoryId>${pom.artifactId}</gumpRepositoryId> <description> </description> <shortDescription>Collection of plugins for Apache Jakarta Maven</shortDescription> - <url>http://${pom.id}.sourceforge.net</url> + <url>http://${pom.artifactId}.sourceforge.net</url> <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> - <siteAddress>${pom.id}.sourceforge.net</siteAddress> - <siteDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/</siteDirectory> - <distributionDirectory>/home/groups/${pom.id.substring(0,1)}/${pom.id.substring(0,2)}/${pom.id}/htdocs/distributions/</distributionDirectory> + <siteAddress>${pom.artifactId}.sourceforge.net</siteAddress> + <siteDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/</siteDirectory> + <distributionDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:anoncvs@cvs.${pom.id}.sourceforge.net:/cvsroot/${pom.id}:${pom.id}</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.id}/${pom.id}/</url> + <connection>scm:cvs:pserver:anoncvs@cvs.${pom.artifactId}.sourceforge.net:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.artifactId}/${pom.artifactId}/</url> </repository> <versions> @@ -43,20 +43,20 @@ <mailingLists> <mailingList> <name>Maven-Plugins User List</name> - <subscribe>${pom.id}-de...@li...</subscribe> - <unsubscribe>${pom.id}-us...@li...</unsubscribe> + <subscribe>${pom.artifactId}-de...@li...</subscribe> + <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> - <subscribe>${pom.id}-de...@li...</subscribe> - <unsubscribe>${pom.id}-de...@li...</unsubscribe> + <subscribe>${pom.artifactId}-de...@li...</subscribe> + <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> - <subscribe>${pom.id}-cv...@li...</subscribe> - <unsubscribe>${pom.id}-cv...@li...</unsubscribe> + <subscribe>${pom.artifactId}-cv...@li...</subscribe> + <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> </mailingLists> @@ -111,7 +111,7 @@ <build> - <nagEmailAddress>${pom.id}@sourceforge.net</nagEmailAddress> + <nagEmailAddress>${pom.artifactId}@sourceforge.net</nagEmailAddress> <sourceDirectory>src/java</sourceDirectory> |
From: dion g. <dio...@us...> - 2003-04-13 15:35:04
|
diongillard 03/04/13 08:35:03 Modified: . project.xml Log: Fix cvs repo Revision Changes Path 1.20 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- project.xml 12 Apr 2003 01:53:48 -0000 1.19 +++ project.xml 13 Apr 2003 15:35:03 -0000 1.20 @@ -30,7 +30,7 @@ <distributionDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:anoncvs@cvs.${pom.artifactId}.sourceforge.net:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> + <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.artifactId}/${pom.artifactId}/</url> </repository> |
From: Andy J. <and...@us...> - 2003-09-02 16:45:49
|
andy_jefferson 03/09/02 09:45:48 Modified: . project.xml Log: Update to correct the URL of maven from one under "turbine" that doesnt work Revision Changes Path 1.22 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.xml 2 Sep 2003 12:16:59 -0000 1.21 +++ project.xml 2 Sep 2003 16:45:48 -0000 1.22 @@ -21,7 +21,7 @@ <description> <![CDATA[ <P> - Maven Plugins is a collection of plugins for <a href="http://jakarta.apache.org/turbine/maven/">Apache Jakarta Maven</a>. These plugins are currently not part of MAVEN since they use an incompatible licence agreement. + Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/">Apache Jakarta Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> Please refer to the <A HREF="/projects-overview.html">Plugins |
From: Ludovic C. <lud...@us...> - 2003-12-09 22:12:26
|
ludovicc 03/12/09 14:12:25 Modified: . project.xml Log: adding myself to the list of developers Revision Changes Path 1.24 +10 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- project.xml 25 Sep 2003 08:15:24 -0000 1.23 +++ project.xml 9 Dec 2003 22:12:24 -0000 1.24 @@ -123,6 +123,16 @@ </roles> </developer> + <developer> + <name>Ludovic Claude</name> + <id>ludovicc</id> + <email>ludovicc at users.sourceforge.net</email> + <organization>Freelance</organization> + <roles> + <role>Developer</role> + </roles> + </developer> + </developers> <dependencies> |
From: Andy J. <and...@us...> - 2004-02-17 08:42:30
|
andy_jefferson 04/02/17 00:33:55 Modified: . project.xml Log: Update to name of organisation ... SourceForge does NOT have copyright on our project Revision Changes Path 1.25 +1 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 9 Dec 2003 22:12:24 -0000 1.24 +++ project.xml 17 Feb 2004 08:33:54 -0000 1.25 @@ -6,7 +6,7 @@ <name>Maven Plugins</name> <currentVersion>1.0</currentVersion> <organization> - <name>SourceForge</name> + <name>Maven Plugins Project</name> <url>http://sourceforge.net/projects/${pom.artifactId}/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> |
From: Torsten U. <tuh...@us...> - 2004-11-22 15:41:48
|
tuhlmann 04/11/22 07:41:37 Modified: . project.xml Log: Entered tuhlmann as contributor Revision Changes Path 1.26 +10 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- project.xml 17 Feb 2004 08:33:54 -0000 1.25 +++ project.xml 22 Nov 2004 15:41:37 -0000 1.26 @@ -133,6 +133,16 @@ </roles> </developer> + <developer> + <name>Torsten Uhlmann</name> + <id>tuhlmann</id> + <email>tuhlmann at agynamix dot com</email> + <organization>AGYNAMIX Design</organization> + <roles> + <role>independent Java specialist</role> + </roles> + </developer> + </developers> <dependencies> |
From: <jo...@us...> - 2004-11-26 08:53:00
|
joehni 04/11/26 00:52:54 Modified: . project.xml Log: Add myself as developer. Revision Changes Path 1.27 +10 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- project.xml 22 Nov 2004 15:41:37 -0000 1.26 +++ project.xml 26 Nov 2004 08:52:54 -0000 1.27 @@ -143,6 +143,16 @@ </roles> </developer> + <developer> + <name>Jörg Schaible</name> + <id>joehni</id> + <email>joe...@gm...</email> + <organization>Elsag-Solutions AG</organization> + <roles> + <role>Java Developer</role> + </roles> + <timezone>+1</timezone> + </developer> </developers> <dependencies> |
From: Carlos S. <car...@us...> - 2005-07-21 00:40:57
|
carlossg 05/07/20 17:40:38 Modified: . project.xml Log: Fixed site address and user mailing list Revision Changes Path 1.28 +2 -2 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- project.xml 26 Nov 2004 08:52:54 -0000 1.27 +++ project.xml 21 Jul 2005 00:40:37 -0000 1.28 @@ -34,7 +34,7 @@ <url>http://${pom.artifactId}.sourceforge.net</url> <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> - <siteAddress>${pom.artifactId}.sourceforge.net</siteAddress> + <siteAddress>shell.sourceforge.net</siteAddress> <siteDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/</siteDirectory> <distributionDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/distributions/</distributionDirectory> @@ -52,7 +52,7 @@ <mailingLists> <mailingList> <name>Maven-Plugins User List</name> - <subscribe>${pom.artifactId}-de...@li...</subscribe> + <subscribe>${pom.artifactId}-us...@li...</subscribe> <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> |
From: Arnaud H. <ahe...@us...> - 2006-08-04 21:28:08
|
aheritier 06/08/04 14:28:07 Modified: . project.xml Log: Update description and CVS access Revision Changes Path 1.32 +5 -4 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- project.xml 11 Oct 2005 05:46:39 -0000 1.31 +++ project.xml 4 Aug 2006 21:28:06 -0000 1.32 @@ -21,7 +21,7 @@ <description> <![CDATA[ <P> - Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/">Apache Jakarta Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. + Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> Please refer to the <A HREF="projects-overview.html">Plugins @@ -30,7 +30,7 @@ ]]> </description> - <shortDescription>Collection of plugins for Apache Jakarta Maven</shortDescription> + <shortDescription>Collection of plugins for Apache Maven</shortDescription> <url>http://${pom.artifactId}.sourceforge.net</url> <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=61626</issueTrackingUrl> @@ -39,8 +39,9 @@ <distributionDirectory>/home/groups/${pom.artifactId.substring(0,1)}/${pom.artifactId.substring(0,2)}/${pom.artifactId}/htdocs/distributions/</distributionDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/${pom.artifactId}/${pom.artifactId}/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/${pom.artifactId}:${pom.artifactId}</connection> + <developerConnection>scm:cvs:ext:dev...@ma...:/cvsroot/${pom.artifactId}:${pom.artifactId}</developerConnection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/</url> </repository> <versions> |
From: Jeff J. <jef...@us...> - 2007-01-22 02:05:19
|
jeffjensen 07/01/21 18:05:17 Modified: . project.xml Log: Add trackers list to maillists. Revision Changes Path 1.33 +6 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- project.xml 4 Aug 2006 21:28:06 -0000 1.32 +++ project.xml 22 Jan 2007 02:05:17 -0000 1.33 @@ -69,6 +69,12 @@ <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> + <mailingList> + <name>Maven-Plugins SourceForge Trackers List</name> + <subscribe>${pom.artifactId}-tr...@li...</subscribe> + <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> + </mailingList> </mailingLists> <developers> |
From: Jeff J. <jef...@us...> - 2007-01-22 02:24:10
|
jeffjensen 07/01/21 18:24:06 Modified: . project.xml Log: Add <post> entries for all maillists. Revision Changes Path 1.34 +4 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- project.xml 22 Jan 2007 02:05:17 -0000 1.33 +++ project.xml 22 Jan 2007 02:24:06 -0000 1.34 @@ -55,24 +55,28 @@ <name>Maven-Plugins User List</name> <subscribe>${pom.artifactId}-us...@li...</subscribe> <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> + <post>mav...@li....</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> <subscribe>${pom.artifactId}-de...@li...</subscribe> <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> + <post>mav...@li....</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> <subscribe>${pom.artifactId}-cv...@li...</subscribe> <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> + <post>mav...@li....</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> <mailingList> <name>Maven-Plugins SourceForge Trackers List</name> <subscribe>${pom.artifactId}-tr...@li...</subscribe> <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> + <post>mav...@li....</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> </mailingList> </mailingLists> |
From: Jeff J. <jef...@us...> - 2007-01-22 02:24:46
|
jeffjensen 07/01/21 18:24:45 Modified: . project.xml Log: Remove errant periods from copy paste. Revision Changes Path 1.35 +4 -4 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- project.xml 22 Jan 2007 02:24:06 -0000 1.34 +++ project.xml 22 Jan 2007 02:24:45 -0000 1.35 @@ -55,28 +55,28 @@ <name>Maven-Plugins User List</name> <subscribe>${pom.artifactId}-us...@li...</subscribe> <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> - <post>mav...@li....</post> + <post>mav...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> <subscribe>${pom.artifactId}-de...@li...</subscribe> <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> - <post>mav...@li....</post> + <post>mav...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> <subscribe>${pom.artifactId}-cv...@li...</subscribe> <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> - <post>mav...@li....</post> + <post>mav...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> <mailingList> <name>Maven-Plugins SourceForge Trackers List</name> <subscribe>${pom.artifactId}-tr...@li...</subscribe> <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> - <post>mav...@li....</post> + <post>mav...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> </mailingList> </mailingLists> |
From: Jeff J. <jef...@us...> - 2007-01-22 04:18:59
|
jeffjensen 07/01/21 20:18:57 Modified: . project.xml Log: Update text, correct typo, add me to dev list. Revision Changes Path 1.36 +12 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- project.xml 22 Jan 2007 02:24:45 -0000 1.35 +++ project.xml 22 Jan 2007 04:18:57 -0000 1.36 @@ -21,7 +21,7 @@ <description> <![CDATA[ <P> - Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven</a>. These plugins are currently not part of Maven since they use an incompatible licence agreement or the JARs upon which they depend use an incompatible license agreement. + Maven Plugins is a collection of plugins for <a href="http://maven.apache.org/maven-1.x/">Apache Maven 1.x</a>. These plugins are not part of Maven since they use an incompatible license agreement or the JARs upon which they depend use an incompatible license agreement. </P> <P> Please refer to the <A HREF="projects-overview.html">Plugins @@ -164,6 +164,17 @@ </roles> <timezone>+1</timezone> </developer> + + <developer> + <name>Jeff Jensen</name> + <id>jeffjensen</id> + <email>jef...@us...</email> + <organization>Sourceforge</organization> + <roles> + <role>Developer</role> + </roles> + <timezone>-6</timezone> + </developer> </developers> <dependencies> |
From: Jeff J. <jef...@us...> - 2007-01-23 00:22:20
|
jeffjensen 07/01/22 16:22:16 Modified: . project.xml Log: Tweak <post> addresses to match strategy of others. Revision Changes Path 1.37 +4 -4 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- project.xml 22 Jan 2007 04:18:57 -0000 1.36 +++ project.xml 23 Jan 2007 00:22:16 -0000 1.37 @@ -55,28 +55,28 @@ <name>Maven-Plugins User List</name> <subscribe>${pom.artifactId}-us...@li...</subscribe> <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> - <post>mav...@li...</post> + <post>${pom.artifactId}-u...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> <subscribe>${pom.artifactId}-de...@li...</subscribe> <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> - <post>mav...@li...</post> + <post>${pom.artifactId}-de...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> <subscribe>${pom.artifactId}-cv...@li...</subscribe> <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> - <post>mav...@li...</post> + <post>${pom.artifactId}-c...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> </mailingList> <mailingList> <name>Maven-Plugins SourceForge Trackers List</name> <subscribe>${pom.artifactId}-tr...@li...</subscribe> <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> - <post>mav...@li...</post> + <post>${pom.artifactId}-tr...@li...</post> <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> </mailingList> </mailingLists> |
From: Jeff J. <jef...@us...> - 2007-05-12 02:15:09
|
jeffjensen 07/05/11 19:15:05 Modified: . project.xml Log: Add note on plugins for 1.0 vs 1.1. Revision Changes Path 1.38 +7 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- project.xml 23 Jan 2007 00:22:16 -0000 1.37 +++ project.xml 12 May 2007 02:15:04 -0000 1.38 @@ -27,6 +27,13 @@ Please refer to the <A HREF="projects-overview.html">Plugins Overview</A> page for a summary of all plugins available here. </P> + <P> + Note: All of the plugins were originally written for Maven 1.0. + Many of them worked with Maven 1.1 without change, + while some required updates. + If you encounter possible compatability issues, + please email the user list. + </P> ]]> </description> |
From: 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: 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-07-21 18:37:29
|
jeffjensen 07/07/21 11:37:26 Modified: . project.xml Log: Adjust maillists so something will work. Revision Changes Path 1.41 +12 -12 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- project.xml 25 May 2007 09:33:35 -0000 1.40 +++ project.xml 21 Jul 2007 18:37:26 -0000 1.41 @@ -57,31 +57,31 @@ <mailingLists> <mailingList> <name>Maven-Plugins User List</name> - <subscribe>${pom.artifactId}-us...@li...</subscribe> - <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> + <subscribe>${pom.artifactId}-us...@li...</subscribe> + <unsubscribe>${pom.artifactId}-us...@li...</unsubscribe> <post>${pom.artifactId}-u...@li...</post> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=${pom.artifactId}-user</archive> </mailingList> <mailingList> <name>Maven-Plugins Developer List</name> - <subscribe>${pom.artifactId}-de...@li...</subscribe> - <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> + <subscribe>${pom.artifactId}-de...@li...</subscribe> + <unsubscribe>${pom.artifactId}-de...@li...</unsubscribe> <post>${pom.artifactId}-de...@li...</post> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=${pom.artifactId}-developer</archive> </mailingList> <mailingList> <name>Maven-Plugins CVS Commits List</name> - <subscribe>${pom.artifactId}-cv...@li...</subscribe> - <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> + <subscribe>${pom.artifactId}-cv...@li...</subscribe> + <unsubscribe>${pom.artifactId}-cv...@li...</unsubscribe> <post>${pom.artifactId}-c...@li...</post> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=${pom.artifactId}-cvs</archive> </mailingList> <mailingList> <name>Maven-Plugins SourceForge Trackers List</name> - <subscribe>${pom.artifactId}-tr...@li...</subscribe> - <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> + <subscribe>${pom.artifactId}-tr...@li...</subscribe> + <unsubscribe>${pom.artifactId}-tr...@li...</unsubscribe> <post>${pom.artifactId}-tr...@li...</post> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=49498</archive> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=${pom.artifactId}-trackers</archive> </mailingList> </mailingLists> |