svn commit: r539824 - in /maven/plugins/trunk/maven-install-plugin/src: main/java/org/apache/maven/plugin/install/ site/ site/apt/ site/apt/examples/ site/fml/ test/java/org/apache/maven/plugin/instal

2007-05-19 Thread carlos
Author: carlos Date: Sat May 19 21:05:38 2007 New Revision: 539824 URL: http://svn.apache.org/viewvc?view=rev&rev=539824 Log: Add new license headers Modified: maven/plugins/trunk/maven-install-plugin/src/main/java/org/apache/maven/plugin/install/AbstractInstallMojo.java maven/plugins/t

svn commit: r539754 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt

2007-05-19 Thread vsiveton
Author: vsiveton Date: Sat May 19 06:57:51 2007 New Revision: 539754 URL: http://svn.apache.org/viewvc?view=rev&rev=539754 Log: MSITE-207: not mentioned in the document o added a poweredBy part in the "Configuring the Site Descriptor" page Modified: maven/plugins/trunk/maven-site-plugin/sr

svn commit: r539750 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java

2007-05-19 Thread vsiveton
Author: vsiveton Date: Sat May 19 06:24:43 2007 New Revision: 539750 URL: http://svn.apache.org/viewvc?view=rev&rev=539750 Log: MPIR-57: URLs only link if they are FQDNs o added tableCellForUrl() which creates a cell with a link without link verification o developer/contributor url and organizat

svn commit: r539742 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/TeamListReport.java

2007-05-19 Thread vsiveton
Author: vsiveton Date: Sat May 19 05:49:05 2007 New Revision: 539742 URL: http://svn.apache.org/viewvc?view=rev&rev=539742 Log: MPIR-54: Team list table improvement Submitted by: Dmitry Kobyleha Reviewed by: Vincent Siveton o patch applied with modification o reapply MPIR-48 o removed the actual

svn commit: r539737 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/ resources/

2007-05-19 Thread vsiveton
Author: vsiveton Date: Sat May 19 04:57:16 2007 New Revision: 539737 URL: http://svn.apache.org/viewvc?view=rev&rev=539737 Log: MPIR-61: [PATCH] Updated CI Systems Submitted by: Mark Holster Reviewed by: Vincent Siveton o patch applied o added Korean translation to be consistent Modified: m

svn commit: r539707 - /maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/release/scm/DefaultScmRepositoryConfigurator.java

2007-05-19 Thread evenisse
Author: evenisse Date: Sat May 19 00:32:32 2007 New Revision: 539707 URL: http://svn.apache.org/viewvc?view=rev&rev=539707 Log: [MRELEASE-76] Use ScmProviderRepository.setPersistCheckout flag Modified: maven/release/trunk/maven-release-manager/src/main/java/org/apache/maven/shared/release/sc

svn commit: r539705 - /maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2007-05-19 Thread evenisse
Author: evenisse Date: Sat May 19 00:24:09 2007 New Revision: 539705 URL: http://svn.apache.org/viewvc?view=rev&rev=539705 Log: [MRELEASE-182] Run "clean verify" instead of "clean integration-test" in release:prepare so the post-integration-test phase isn't missed Submitted by: Mark Hobson Modif