svn commit: r1379903 - /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JqlQueryBuilder.java

2012-09-01 Thread dennisl
Author: dennisl Date: Sat Sep 1 23:48:15 2012 New Revision: 1379903 URL: http://svn.apache.org/viewvc?rev=1379903view=rev Log: Fix typos. Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/jira/JqlQueryBuilder.java Modified: maven/plugins/trunk/maven

svn commit: r1379906 - /maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_sv.properties

2012-09-01 Thread dennisl
Author: dennisl Date: Sun Sep 2 00:01:14 2012 New Revision: 1379906 URL: http://svn.apache.org/viewvc?rev=1379906view=rev Log: [MCHANGES-283] Add GitHub reporter - add Swedish translation Added: maven/plugins/trunk/maven-changes-plugin/src/main/resources/github-report_sv.properties

svn commit: r1379907 - /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java

2012-09-01 Thread dennisl
Author: dennisl Date: Sun Sep 2 00:09:42 2012 New Revision: 1379907 URL: http://svn.apache.org/viewvc?rev=1379907view=rev Log: Fix Javadoc errors. Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java Modified: maven/plugins/trunk

svn commit: r1379909 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/changes/ChangesMojo.java site/apt/usage.apt.vm

2012-09-01 Thread dennisl
Author: dennisl Date: Sun Sep 2 00:10:27 2012 New Revision: 1379909 URL: http://svn.apache.org/viewvc?rev=1379909view=rev Log: [MCHANGES-268] Create an issue link template for Sourceforge 2.0 Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/changes

svn commit: r1377313 - /maven/maven-3/trunk/maven-settings/src/main/mdo/settings.mdo

2012-08-25 Thread dennisl
Author: dennisl Date: Sat Aug 25 15:42:14 2012 New Revision: 1377313 URL: http://svn.apache.org/viewvc?rev=1377313view=rev Log: Wrap the description of the properties field in a CDATA section, so that the html entities that are used show up in the generated site. Put the xml sample inside

svn commit: r1374821 - /commons/proper/logging/trunk/pom.xml

2012-08-19 Thread dennisl
Author: dennisl Date: Sun Aug 19 19:23:06 2012 New Revision: 1374821 URL: http://svn.apache.org/viewvc?rev=1374821view=rev Log: Use maven-jar-plugin to create the api and adapters JAR files, instead of using maven-antrun-plugin. Modified: commons/proper/logging/trunk/pom.xml Modified

svn commit: r1374831 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml src/site/site.xml

2012-08-19 Thread dennisl
Author: dennisl Date: Sun Aug 19 19:57:12 2012 New Revision: 1374831 URL: http://svn.apache.org/viewvc?rev=1374831view=rev Log: Add the correct xml schemas to xml files. Modified: commons/proper/commons-parent/trunk/pom.xml commons/proper/commons-parent/trunk/src/changes/changes.xml

svn commit: r1374840 - in /commons/proper/logging/trunk: pom.xml src/site/site.xml

2012-08-19 Thread dennisl
Author: dennisl Date: Sun Aug 19 20:33:05 2012 New Revision: 1374840 URL: http://svn.apache.org/viewvc?rev=1374840view=rev Log: Add the correct xml schemas to xml files. Modified: commons/proper/logging/trunk/pom.xml commons/proper/logging/trunk/src/site/site.xml Modified: commons

svn commit: r1374846 - in /commons/proper/logging/trunk/src/changes: ./ changes.xml release-notes.vm

2012-08-19 Thread dennisl
Author: dennisl Date: Sun Aug 19 20:49:01 2012 New Revision: 1374846 URL: http://svn.apache.org/viewvc?rev=1374846view=rev Log: Add a changes.xml file to track resolved issues, along with a template that can be used to generate a release log file. To be able to generate a release log we need

svn commit: r1374564 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java

2012-08-18 Thread dennisl
Author: dennisl Date: Sat Aug 18 12:23:36 2012 New Revision: 1374564 URL: http://svn.apache.org/viewvc?rev=1374564view=rev Log: Remove my old todo, now that Hervé has not only proved that it should be fixed but also fixed it. Modified: maven/plugins/trunk/maven-site-plugin/src/main/java

svn commit: r1370795 - /maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/ResourcesMojo.java

2012-08-08 Thread dennisl
Author: dennisl Date: Wed Aug 8 14:52:51 2012 New Revision: 1370795 URL: http://svn.apache.org/viewvc?rev=1370795view=rev Log: [MRESOURCES-161] Some incorrect HTML in the description of the delimiters parameter Modified: maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache

svn commit: r1370536 - /commons/proper/logging/trunk/pom.xml

2012-08-07 Thread dennisl
Author: dennisl Date: Tue Aug 7 21:27:52 2012 New Revision: 1370536 URL: http://svn.apache.org/viewvc?rev=1370536view=rev Log: Use maven-failsafe-plugin to run the tests, as this plugin is bound to the integration-test phase which comes after the package phase. This is what commons-logging

svn commit: r1370541 - /commons/proper/logging/trunk/pom.xml

2012-08-07 Thread dennisl
Author: dennisl Date: Tue Aug 7 21:31:04 2012 New Revision: 1370541 URL: http://svn.apache.org/viewvc?rev=1370541view=rev Log: Remove the exclusion of the failing test class. The Maven build now runs all the tests that the Ant build does and with the same result. A total of 105 tests, with one

svn commit: r1370551 - /commons/proper/logging/trunk/pom.xml

2012-08-07 Thread dennisl
Author: dennisl Date: Tue Aug 7 21:48:17 2012 New Revision: 1370551 URL: http://svn.apache.org/viewvc?rev=1370551view=rev Log: Specify a version for maven-failsafe-plugin because one is not specified in commons-parent. This makes sure the build is reproducible and removes a warning when

svn commit: r1362690 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/DefaultCheckstyleExecutor.java

2012-07-17 Thread dennisl
Author: dennisl Date: Tue Jul 17 22:33:11 2012 New Revision: 1362690 URL: http://svn.apache.org/viewvc?rev=1362690view=rev Log: [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org

svn commit: r1355179 - /maven/skins/trunk/

2012-06-28 Thread dennisl
Author: dennisl Date: Thu Jun 28 22:03:14 2012 New Revision: 1355179 URL: http://svn.apache.org/viewvc?rev=1355179view=rev Log: Add bugtraq SVN properties. Modified: maven/skins/trunk/ (props changed) Propchange: maven/skins/trunk

svn commit: r1355180 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm

2012-06-28 Thread dennisl
Author: dennisl Date: Thu Jun 28 22:05:03 2012 New Revision: 1355180 URL: http://svn.apache.org/viewvc?rev=1355180view=rev Log: Fix apt syntax. Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/index.apt.vm URL

svn commit: r1354368 - /maven/skins/trunk/maven-fluido-skin/src/site/site.xml

2012-06-27 Thread dennisl
Author: dennisl Date: Wed Jun 27 08:39:40 2012 New Revision: 1354368 URL: http://svn.apache.org/viewvc?rev=1354368view=rev Log: [MSKINS-35] Website typo in footer - Use Maven-style property injection Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml Modified: maven/skins

svn commit: r1346176 - /maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml

2012-06-04 Thread dennisl
Author: dennisl Date: Mon Jun 4 21:59:06 2012 New Revision: 1346176 URL: http://svn.apache.org/viewvc?rev=1346176view=rev Log: [MASSEMBLY-553] Assembly plugin does not inherit configuration/execution from parent The current behavior is by design. Add documentation for it in the FAQ. Modified

svn commit: r1346159 - /commons/proper/commons-parent/trunk/pom.xml

2012-06-04 Thread dennisl
Author: dennisl Date: Mon Jun 4 21:17:01 2012 New Revision: 1346159 URL: http://svn.apache.org/viewvc?rev=1346159view=rev Log: Make sure that the execution of maven-assembly-plugin is inherited in the release and rc profiles. Modified: commons/proper/commons-parent/trunk/pom.xml Modified

svn commit: r1346161 - /commons/proper/commons-parent/trunk/pom.xml

2012-06-04 Thread dennisl
Author: dennisl Date: Mon Jun 4 21:18:36 2012 New Revision: 1346161 URL: http://svn.apache.org/viewvc?rev=1346161view=rev Log: Version 25 has been released. Next version will be 26. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml

svn commit: r1332425 - /maven/site/trunk/src/site/apt/plugins/index.apt

2012-04-30 Thread dennisl
Author: dennisl Date: Mon Apr 30 21:54:00 2012 New Revision: 1332425 URL: http://svn.apache.org/viewvc?rev=1332425view=rev Log: o Release Maven Site Plugin 3.1 Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL: http

svn commit: r1331603 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-27 Thread dennisl
Author: dennisl Date: Fri Apr 27 21:34:56 2012 New Revision: 1331603 URL: http://svn.apache.org/viewvc?rev=1331603view=rev Log: [MSITE-641] Require Maven 2.2.1 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL: http

svn commit: r1331604 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-27 Thread dennisl
Author: dennisl Date: Fri Apr 27 21:39:22 2012 New Revision: 1331604 URL: http://svn.apache.org/viewvc?rev=1331604view=rev Log: [maven-release-plugin] prepare release maven-site-plugin-3.1 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site

svn commit: r1331606 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-27 Thread dennisl
Author: dennisl Date: Fri Apr 27 21:39:39 2012 New Revision: 1331606 URL: http://svn.apache.org/viewvc?rev=1331606view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site

svn commit: r1331041 - /maven/site/trunk/src/site/apt/plugins/index.apt

2012-04-26 Thread dennisl
Author: dennisl Date: Thu Apr 26 19:24:03 2012 New Revision: 1331041 URL: http://svn.apache.org/viewvc?rev=1331041view=rev Log: Fix svn URLs for maven-site-plugin 2 3. Modified: maven/site/trunk/src/site/apt/plugins/index.apt Modified: maven/site/trunk/src/site/apt/plugins/index.apt URL

svn commit: r1331079 - in /maven/site/trunk/src/site: apt/plugins/index.apt filtered-resources/.htaccess

2012-04-26 Thread dennisl
Author: dennisl Date: Thu Apr 26 20:39:50 2012 New Revision: 1331079 URL: http://svn.apache.org/viewvc?rev=1331079view=rev Log: o Release Maven Site Plugin 2.4 Modified: maven/site/trunk/src/site/apt/plugins/index.apt maven/site/trunk/src/site/filtered-resources/.htaccess Modified

svn commit: r1329392 - /maven/plugins/branches/maven-site-plugin-2.x/src/site/apt/index.apt

2012-04-23 Thread dennisl
Author: dennisl Date: Mon Apr 23 19:32:14 2012 New Revision: 1329392 URL: http://svn.apache.org/viewvc?rev=1329392view=rev Log: Add a note that this is the last version of the 2.x series. Modified: maven/plugins/branches/maven-site-plugin-2.x/src/site/apt/index.apt Modified: maven/plugins

svn commit: r1329407 - /maven/plugins/branches/maven-site-plugin-2.x/pom.xml

2012-04-23 Thread dennisl
Author: dennisl Date: Mon Apr 23 19:48:26 2012 New Revision: 1329407 URL: http://svn.apache.org/viewvc?rev=1329407view=rev Log: [maven-release-plugin] prepare release maven-site-plugin-2.4 Modified: maven/plugins/branches/maven-site-plugin-2.x/pom.xml Modified: maven/plugins/branches/maven

svn commit: r1329408 - /maven/plugins/tags/maven-site-plugin-2.4/

2012-04-23 Thread dennisl
Author: dennisl Date: Mon Apr 23 19:48:37 2012 New Revision: 1329408 URL: http://svn.apache.org/viewvc?rev=1329408view=rev Log: [maven-release-plugin] copy for tag maven-site-plugin-2.4 Added: maven/plugins/tags/maven-site-plugin-2.4/ (props changed) - copied from r1329407, maven

svn commit: r1329409 - /maven/plugins/branches/maven-site-plugin-2.x/pom.xml

2012-04-23 Thread dennisl
Author: dennisl Date: Mon Apr 23 19:48:42 2012 New Revision: 1329409 URL: http://svn.apache.org/viewvc?rev=1329409view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/plugins/branches/maven-site-plugin-2.x/pom.xml Modified: maven/plugins/branches/maven

svn commit: r1327595 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-18 Thread dennisl
Author: dennisl Date: Wed Apr 18 17:43:14 2012 New Revision: 1327595 URL: http://svn.apache.org/viewvc?rev=1327595view=rev Log: [MSITE-637] Upgrade to doxia-sitetools-1.3 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL

svn commit: r1327598 - in /maven/plugins/branches/maven-site-plugin-2.x: ./ pom.xml src/ src/it/inheritedReports/

2012-04-18 Thread dennisl
Author: dennisl Date: Wed Apr 18 17:54:40 2012 New Revision: 1327598 URL: http://svn.apache.org/viewvc?rev=1327598view=rev Log: [MSITE-637] Upgrade to doxia-sitetools-1.3 (merge from trunk) Modified: maven/plugins/branches/maven-site-plugin-2.x/ (props changed) maven/plugins/branches

svn commit: r1327599 - in /maven/plugins/branches/maven-site-plugin-2.x: ./ pom.xml src/ src/it/inheritedReports/

2012-04-18 Thread dennisl
Author: dennisl Date: Wed Apr 18 18:07:26 2012 New Revision: 1327599 URL: http://svn.apache.org/viewvc?rev=1327599view=rev Log: [MSITE-636] Upgrade to doxia-1.3 (merge from trunk) Modified: maven/plugins/branches/maven-site-plugin-2.x/ (props changed) maven/plugins/branches/maven-site

svn commit: r1327274 - /maven/doxia/site/src/site/site.xml

2012-04-17 Thread dennisl
Author: dennisl Date: Tue Apr 17 20:34:40 2012 New Revision: 1327274 URL: http://svn.apache.org/viewvc?rev=1327274view=rev Log: Add navigation to latest version of Doxia Sitetools. Modified: maven/doxia/site/src/site/site.xml Modified: maven/doxia/site/src/site/site.xml URL: http

svn commit: r1326121 - /maven/doxia/doxia-sitetools/trunk/pom.xml

2012-04-14 Thread dennisl
Author: dennisl Date: Sat Apr 14 14:55:32 2012 New Revision: 1326121 URL: http://svn.apache.org/viewvc?rev=1326121view=rev Log: [DOXIASITETOOLS-73] Update to Doxia base 1.3 Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http

svn commit: r1326192 - in /maven/doxia/doxia-sitetools/trunk: doxia-decoration-model/pom.xml doxia-doc-renderer/pom.xml doxia-site-renderer/pom.xml pom.xml

2012-04-14 Thread dennisl
Author: dennisl Date: Sat Apr 14 20:04:23 2012 New Revision: 1326192 URL: http://svn.apache.org/viewvc?rev=1326192view=rev Log: [maven-release-plugin] prepare release doxia-sitetools-1.3 Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml maven/doxia/doxia

svn commit: r1326194 - /maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.3/

2012-04-14 Thread dennisl
Author: dennisl Date: Sat Apr 14 20:04:35 2012 New Revision: 1326194 URL: http://svn.apache.org/viewvc?rev=1326194view=rev Log: [maven-release-plugin] copy for tag doxia-sitetools-1.3 Added: maven/doxia/doxia-sitetools/tags/doxia-sitetools-1.3/ - copied from r1326192, maven/doxia

svn commit: r1326202 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-14 Thread dennisl
Author: dennisl Date: Sat Apr 14 20:44:26 2012 New Revision: 1326202 URL: http://svn.apache.org/viewvc?rev=1326202view=rev Log: [MSITE-636] Upgrade to doxia-1.3 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL: http

svn commit: r1325934 - in /maven/doxia/site: pom.xml src/site/site.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 20:15:33 2012 New Revision: 1325934 URL: http://svn.apache.org/viewvc?rev=1325934view=rev Log: Add 1.3 release of Doxia base. Modified: maven/doxia/site/pom.xml maven/doxia/site/src/site/site.xml Modified: maven/doxia/site/pom.xml URL: http

svn commit: r1325940 - /maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 20:37:57 2012 New Revision: 1325940 URL: http://svn.apache.org/viewvc?rev=1325940view=rev Log: The default locale (en) should not be included in the list of locales for the l10n-maven-plugin. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer

svn commit: r1325947 - in /maven/doxia/doxia-tools/trunk/doxia-book-renderer/src: main/modello/book.mdo site/apt/index.apt site/apt/usage.apt site/apt/using-book-xsd.apt site/site.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:01:22 2012 New Revision: 1325947 URL: http://svn.apache.org/viewvc?rev=1325947view=rev Log: Tweak the site. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/main/modello/book.mdo maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/site

svn commit: r1325948 - /maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:01:56 2012 New Revision: 1325948 URL: http://svn.apache.org/viewvc?rev=1325948view=rev Log: Use released version of Doxia. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer

svn commit: r1325950 - /maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:07:28 2012 New Revision: 1325950 URL: http://svn.apache.org/viewvc?rev=1325950view=rev Log: Stop using deprecated syntax for Surefire plugin. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia

svn commit: r1325951 - /maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/test/java/org/apache/maven/doxia/book/services/renderer/docbook/DocBookBookSinkTest.java

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:07:44 2012 New Revision: 1325951 URL: http://svn.apache.org/viewvc?rev=1325951view=rev Log: Fix Javadoc error. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/src/test/java/org/apache/maven/doxia/book/services/renderer/docbook

svn commit: r1325953 - /maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:09:24 2012 New Revision: 1325953 URL: http://svn.apache.org/viewvc?rev=1325953view=rev Log: Use a proper name. Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml URL

svn commit: r1325964 - /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:32:03 2012 New Revision: 1325964 URL: http://svn.apache.org/viewvc?rev=1325964view=rev Log: Use a proper name. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

svn commit: r1325966 - /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:37:53 2012 New Revision: 1325966 URL: http://svn.apache.org/viewvc?rev=1325966view=rev Log: Use released version of Doxia. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven

svn commit: r1325968 - in /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt: index.apt usage.apt.vm

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:39:50 2012 New Revision: 1325968 URL: http://svn.apache.org/viewvc?rev=1325968view=rev Log: Update the site. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/apt/index.apt maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin

svn commit: r1325971 - /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:43:32 2012 New Revision: 1325971 URL: http://svn.apache.org/viewvc?rev=1325971view=rev Log: Update to Maven Plugin Plugin 2.9. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven

svn commit: r1325973 - /maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/site.xml

2012-04-13 Thread dennisl
Author: dennisl Date: Fri Apr 13 21:44:20 2012 New Revision: 1325973 URL: http://svn.apache.org/viewvc?rev=1325973view=rev Log: Use the project's name. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/src/site/site.xml Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven

svn commit: r1325471 - in /maven/doxia/doxia-sitetools/trunk/src/site: resources/images/doxia-sitetools-deps.png xdoc/doxia-sitetools-deps.odg xdoc/index.xml

2012-04-12 Thread dennisl
Author: dennisl Date: Thu Apr 12 19:51:20 2012 New Revision: 1325471 URL: http://svn.apache.org/viewvc?rev=1325471view=rev Log: Remove Maven Doxia Tools from the dependency image, since it is not a part of Doxia Sitetools. Modified: maven/doxia/doxia-sitetools/trunk/src/site/resources

svn commit: r1325495 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

2012-04-12 Thread dennisl
Author: dennisl Date: Thu Apr 12 20:35:25 2012 New Revision: 1325495 URL: http://svn.apache.org/viewvc?rev=1325495view=rev Log: [DOXIASITETOOLS-72] Allow declaring Google AdSense in site.xml Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

svn commit: r1311585 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-10 Thread dennisl
Author: dennisl Date: Tue Apr 10 06:13:56 2012 New Revision: 1311585 URL: http://svn.apache.org/viewvc?rev=1311585view=rev Log: [MSITE-627] Upgrade to reporting-exec 1.0.2 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL

svn commit: r1311831 - in /maven/doxia/doxia/trunk: ./ doxia-core/ doxia-logging-api/ doxia-modules/ doxia-modules/doxia-module-apt/ doxia-modules/doxia-module-confluence/ doxia-modules/doxia-module-d

2012-04-10 Thread dennisl
Author: dennisl Date: Tue Apr 10 16:18:28 2012 New Revision: 1311831 URL: http://svn.apache.org/viewvc?rev=1311831view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml maven/doxia/doxia/trunk/doxia-logging-api

svn commit: r1311179 - /maven/doxia/doxia/trunk/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 09:48:19 2012 New Revision: 1311179 URL: http://svn.apache.org/viewvc?rev=1311179view=rev Log: Add JIRA report. Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk

svn commit: r1311180 - /maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/doxia-site/fml/faq.fml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 09:51:35 2012 New Revision: 1311180 URL: http://svn.apache.org/viewvc?rev=1311180view=rev Log: Book has moved to doxia-tools. Modified: maven/doxia/doxia/trunk/doxia-test-docs/src/main/resources/doxia-site/fml/faq.fml Modified: maven/doxia/doxia/trunk

svn commit: r1311181 - /maven/doxia/doxia/trunk/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 09:52:18 2012 New Revision: 1311181 URL: http://svn.apache.org/viewvc?rev=1311181view=rev Log: Remove doxia-book and doxia-maven-plugin from dependencyManagement. Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http

svn commit: r1311184 - /maven/doxia/doxia/trunk/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 10:04:55 2012 New Revision: 1311184 URL: http://svn.apache.org/viewvc?rev=1311184view=rev Log: Add version for maven-changes-plugin. Modified: maven/doxia/doxia/trunk/pom.xml Modified: maven/doxia/doxia/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven

svn commit: r1311307 - /maven/doxia/doxia/trunk/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 16:13:29 2012 New Revision: 1311307 URL: http://svn.apache.org/viewvc?rev=1311307view=rev Log: Remove the explicit comparisonVersion for clirr-maven-plugin - the default value which is set to previous version works just fine. Modified: maven/doxia/doxia

svn commit: r1311319 - in /maven/doxia/doxia/trunk: doxia-core/pom.xml doxia-modules/doxia-module-markdown/pom.xml doxia-modules/doxia-module-rtf/pom.xml doxia-modules/doxia-module-twiki/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 16:51:45 2012 New Revision: 1311319 URL: http://svn.apache.org/viewvc?rev=1311319view=rev Log: Add used but undeclared dependencies. Modified: maven/doxia/doxia/trunk/doxia-core/pom.xml maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/pom.xml

svn commit: r1311367 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 18:41:16 2012 New Revision: 1311367 URL: http://svn.apache.org/viewvc?rev=1311367view=rev Log: Update link in preparation for the upcoming release. Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Modified

svn commit: r1311448 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 21:12:07 2012 New Revision: 1311448 URL: http://svn.apache.org/viewvc?rev=1311448view=rev Log: Add used but undeclared dependencies. Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/doxia

svn commit: r1311462 - /maven/site/trunk/src/site/apt/shared/index.apt

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 21:23:38 2012 New Revision: 1311462 URL: http://svn.apache.org/viewvc?rev=1311462view=rev Log: maven-reporting-exec 1.0.2 Modified: maven/site/trunk/src/site/apt/shared/index.apt Modified: maven/site/trunk/src/site/apt/shared/index.apt URL: http

svn commit: r1311472 - /maven/doxia/doxia-sitetools/trunk/pom.xml

2012-04-09 Thread dennisl
Author: dennisl Date: Mon Apr 9 21:42:00 2012 New Revision: 1311472 URL: http://svn.apache.org/viewvc?rev=1311472view=rev Log: Add a JIRA report. Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven

svn commit: r1310721 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm

2012-04-07 Thread dennisl
Author: dennisl Date: Sat Apr 7 10:18:37 2012 New Revision: 1310721 URL: http://svn.apache.org/viewvc?rev=1310721view=rev Log: [DOXIASITETOOLS-71] Add the version of doxia-site-renderer that is used to the generated site Make the presentation of the version conditional on it actually existing

svn commit: r1310722 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main: java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java resources/org/apache/maven/doxia/siterender

2012-04-07 Thread dennisl
Author: dennisl Date: Sat Apr 7 10:22:18 2012 New Revision: 1310722 URL: http://svn.apache.org/viewvc?rev=1310722view=rev Log: [DOXIASITETOOLS-71] Add the version of doxia-site-renderer that is used to the generated site Change the name of the property to better match what it represents

svn commit: r1310726 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt

2012-04-07 Thread dennisl
Author: dennisl Date: Sat Apr 7 10:38:02 2012 New Revision: 1310726 URL: http://svn.apache.org/viewvc?rev=1310726view=rev Log: Sort properties in tables. Split out the tools into a table of their own. Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt

svn commit: r1310729 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt

2012-04-07 Thread dennisl
Author: dennisl Date: Sat Apr 7 10:44:11 2012 New Revision: 1310729 URL: http://svn.apache.org/viewvc?rev=1310729view=rev Log: Minor tweaks. Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt Modified: maven/doxia/doxia-sitetools/trunk/doxia-site

svn commit: r1310895 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt

2012-04-07 Thread dennisl
Author: dennisl Date: Sat Apr 7 22:29:03 2012 New Revision: 1310895 URL: http://svn.apache.org/viewvc?rev=1310895view=rev Log: Improve the documentation of the properties that are available in the Velocity context. Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site

svn commit: r1310229 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-507/pom.xml

2012-04-06 Thread dennisl
Author: dennisl Date: Fri Apr 6 08:40:23 2012 New Revision: 1310229 URL: http://svn.apache.org/viewvc?rev=1310229view=rev Log: Merge r1294312 from maven-site-plugin-2.x branch. Remove org.codehaus.mojo:javancss-maven-plugin:2.0 from reporting/plugins because it makes the IT for MSITE-507 fail

svn commit: r1310586 - /maven/shared/trunk/maven-reporting-exec/pom.xml

2012-04-06 Thread dennisl
Author: dennisl Date: Fri Apr 6 21:02:51 2012 New Revision: 1310586 URL: http://svn.apache.org/viewvc?rev=1310586view=rev Log: [maven-release-plugin] prepare release maven-reporting-exec-1.0.2 Modified: maven/shared/trunk/maven-reporting-exec/pom.xml Modified: maven/shared/trunk/maven

svn commit: r1310587 - /maven/shared/tags/maven-reporting-exec-1.0.2/

2012-04-06 Thread dennisl
Author: dennisl Date: Fri Apr 6 21:03:02 2012 New Revision: 1310587 URL: http://svn.apache.org/viewvc?rev=1310587view=rev Log: [maven-release-plugin] copy for tag maven-reporting-exec-1.0.2 Added: maven/shared/tags/maven-reporting-exec-1.0.2/ (props changed) - copied from r1310586

svn commit: r1310588 - /maven/shared/trunk/maven-reporting-exec/pom.xml

2012-04-06 Thread dennisl
Author: dennisl Date: Fri Apr 6 21:03:06 2012 New Revision: 1310588 URL: http://svn.apache.org/viewvc?rev=1310588view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/shared/trunk/maven-reporting-exec/pom.xml Modified: maven/shared/trunk/maven

svn commit: r1310614 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer: pom.xml src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java src/main/resources/org/apache/maven

2012-04-06 Thread dennisl
Author: dennisl Date: Fri Apr 6 22:15:45 2012 New Revision: 1310614 URL: http://svn.apache.org/viewvc?rev=1310614view=rev Log: [DOXIASITETOOLS-71] Add the version of doxia-site-renderer that is used to the generated site Redid the implementation after feedback from Robert Scholte. The version

svn commit: r1309906 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main: java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java resources/org/apache/maven/doxia/siterender

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 15:46:23 2012 New Revision: 1309906 URL: http://svn.apache.org/viewvc?rev=1309906view=rev Log: [DOXIASITETOOLS-70] Html title of generated pages does not include project name The problem was that the $title property was used for 2 different things

svn commit: r1309915 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/apt/index.apt

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 15:59:58 2012 New Revision: 1309915 URL: http://svn.apache.org/viewvc?rev=1309915view=rev Log: [DOXIASITETOOLS-70] Html title of generated pages does not include project name Add documentation for the $title and $shortTitle properties. Modified: maven/doxia

svn commit: r1309961 - in /maven/skins/trunk: maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven-stylus-skin/src/main/resources/META-INF/maven/site.vm

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 17:30:36 2012 New Revision: 1309961 URL: http://svn.apache.org/viewvc?rev=1309961view=rev Log: [MSKINS-42] Make skins future compatible with Site Plugin 3.1 Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm maven

svn commit: r1309968 - /maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 17:40:05 2012 New Revision: 1309968 URL: http://svn.apache.org/viewvc?rev=1309968view=rev Log: [MSKINS-44] Not checking if decoration.body.links is null in site.vm Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

svn commit: r1309972 - /maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 17:43:53 2012 New Revision: 1309972 URL: http://svn.apache.org/viewvc?rev=1309972view=rev Log: [MSKINS-43] Invalid html code generated for breadcrumbs Modified: maven/skins/trunk/maven-fluido-skin/src/main/resources/META-INF/maven/site.vm Modified: maven

svn commit: r1309976 - /maven/site/trunk/src/site/apt/skins/index.apt

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 17:50:21 2012 New Revision: 1309976 URL: http://svn.apache.org/viewvc?rev=1309976view=rev Log: Maven Fluido Skin 1.2.1. Modified: maven/site/trunk/src/site/apt/skins/index.apt Modified: maven/site/trunk/src/site/apt/skins/index.apt URL: http

svn commit: r1310041 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer: pom.xml src/main/resources/org/apache/maven/doxia/siterenderer/resources/default-site.vm

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 19:51:00 2012 New Revision: 1310041 URL: http://svn.apache.org/viewvc?rev=1310041view=rev Log: [DOXIASITETOOLS-71] Add the version of doxia-site-renderer that is used to the generated site Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer

svn commit: r1310052 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 20:22:29 2012 New Revision: 1310052 URL: http://svn.apache.org/viewvc?rev=1310052view=rev Log: [MSITE-636] Upgrade to doxia-1.3 [MSITE-637] Upgrade to doxia-sitetools-1.3 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk

svn commit: r1310075 - /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/java/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.java

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 21:25:03 2012 New Revision: 1310075 URL: http://svn.apache.org/viewvc?rev=1310075view=rev Log: [DOXIASITETOOLS-65] footer declared in the site.xml is not inherited in multi-module sites Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src

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

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 21:51:43 2012 New Revision: 1310089 URL: http://svn.apache.org/viewvc?rev=1310089view=rev Log: [MSITE-638] site.xml custom parameter and template variables not documented Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples

svn commit: r1310099 - /maven/doxia/doxia-tools/trunk/pom.xml

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 22:04:57 2012 New Revision: 1310099 URL: http://svn.apache.org/viewvc?rev=1310099view=rev Log: Update old SCM URL. Modified: maven/doxia/doxia-tools/trunk/pom.xml Modified: maven/doxia/doxia-tools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia

svn commit: r1310106 - /maven/doxia/doxia-tools/trunk/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 22:14:32 2012 New Revision: 1310106 URL: http://svn.apache.org/viewvc?rev=1310106view=rev Log: [DOXIATOOLS-16] NullPointerException when site URL is being generated Modified: maven/doxia/doxia-tools/trunk/doxia-integration-tools/src/main/java/org/apache

svn commit: r1310074 - /commons/proper/email/trunk/src/site/xdoc/index.xml

2012-04-05 Thread dennisl
Author: dennisl Date: Thu Apr 5 21:21:12 2012 New Revision: 1310074 URL: http://svn.apache.org/viewvc?rev=1310074view=rev Log: Add space before links. Modified: commons/proper/email/trunk/src/site/xdoc/index.xml Modified: commons/proper/email/trunk/src/site/xdoc/index.xml URL: http

svn commit: r1307847 - in /maven/doxia: doxia-tools/trunk/doxia-book-maven-plugin/ doxia-tools/trunk/doxia-book-renderer/ doxia/trunk/doxia-book/ doxia/trunk/doxia-maven-plugin/

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 16:42:15 2012 New Revision: 1307847 URL: http://svn.apache.org/viewvc?rev=1307847view=rev Log: Move book and plugin since they don't belong in the base of Doxia, and rename them in the process. doxia/doxia-book -- doxia-tools/doxia-book-renderer doxia/doxia

svn commit: r1307849 - in /maven/doxia: doxia-tools/trunk/doxia-book-maven-plugin/pom.xml doxia-tools/trunk/doxia-book-renderer/pom.xml doxia-tools/trunk/pom.xml doxia/trunk/pom.xml

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 17:00:10 2012 New Revision: 1307849 URL: http://svn.apache.org/viewvc?rev=1307849view=rev Log: Post-move clean-up: - Fix relative paths to parent, keeping the doxia-parent for now - Change artifactsIds, names and descriptions - Add/remove modules Modified

svn commit: r1307852 - in /maven/doxia/doxia-tools/trunk: doxia-book-maven-plugin/pom.xml doxia-book-renderer/pom.xml

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 17:10:15 2012 New Revision: 1307852 URL: http://svn.apache.org/viewvc?rev=1307852view=rev Log: Switch over to use doxia-tools as parent. This should probably be changed to maven-parent later on. Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin

svn commit: r1307854 - in /maven: doxia/doxia-tools/trunk/doxia-integration-tools/ shared/trunk/maven-doxia-tools/

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 17:13:25 2012 New Revision: 1307854 URL: http://svn.apache.org/viewvc?rev=1307854view=rev Log: Move maven/shared/trunk/maven-doxia-tools to maven/doxia/doxia-tools/trunk/doxia-integration-tools. Added: maven/doxia/doxia-tools/trunk/doxia-integration-tools

svn commit: r1307856 - /maven/shared/trunk/pom.xml

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 17:16:06 2012 New Revision: 1307856 URL: http://svn.apache.org/viewvc?rev=1307856view=rev Log: Remove maven-doxia-tools as a module, now that it has moved to doxia. Modified: maven/shared/trunk/pom.xml Modified: maven/shared/trunk/pom.xml URL: http

svn commit: r1307858 - in /maven/doxia/doxia-tools/trunk: doxia-integration-tools/pom.xml pom.xml

2012-03-31 Thread dennisl
Author: dennisl Date: Sat Mar 31 17:22:55 2012 New Revision: 1307858 URL: http://svn.apache.org/viewvc?rev=1307858view=rev Log: Post-move clean-up for doxia-integration-tools: - Fix relative path to parent - Change artifactsId, name and description - Add module Modified: maven/doxia/doxia

svn commit: r1303572 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/creating-content.apt.vm

2012-03-21 Thread dennisl
Author: dennisl Date: Wed Mar 21 21:08:06 2012 New Revision: 1303572 URL: http://svn.apache.org/viewvc?rev=1303572view=rev Log: [MSITE-633] Doco: reference to ${currentVersion} should be ${currentStableVersion} in creating-content.html#Filtering Submitted by: Dan Rollo Reviewed by: Dennis

svn commit: r1302397 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/package.html

2012-03-19 Thread dennisl
Author: dennisl Date: Mon Mar 19 12:20:22 2012 New Revision: 1302397 URL: http://svn.apache.org/viewvc?rev=1302397view=rev Log: Fix typo. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2/package.html Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp2

svn commit: r1302423 - /commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/src/java/org/apache/commons/dbcp/package.html

2012-03-19 Thread dennisl
Author: dennisl Date: Mon Mar 19 13:30:26 2012 New Revision: 1302423 URL: http://svn.apache.org/viewvc?rev=1302423view=rev Log: Fix typos. Modified: commons/proper/dbcp/branches/DBCP_1_4_x_BRANCH/src/java/org/apache/commons/dbcp/package.html Modified: commons/proper/dbcp/branches

svn commit: r1299826 - /maven/site/trunk/src/site/apt/plugins/localization.apt

2012-03-12 Thread dennisl
Author: dennisl Date: Mon Mar 12 20:20:02 2012 New Revision: 1299826 URL: http://svn.apache.org/viewvc?rev=1299826view=rev Log: Move all i18n and l10n documentation over from the Site Plugin so that we have everything in one place. Modified: maven/site/trunk/src/site/apt/plugins

svn commit: r1299830 - /maven/plugins/trunk/maven-site-plugin/src/site/xdoc/i18n.xml

2012-03-12 Thread dennisl
Author: dennisl Date: Mon Mar 12 20:25:36 2012 New Revision: 1299830 URL: http://svn.apache.org/viewvc?rev=1299830view=rev Log: Move all i18n documentation over to the main Maven site so that we have everything in one place. Modified: maven/plugins/trunk/maven-site-plugin/src/site/xdoc

svn commit: r1299832 - in /maven/plugins/branches/maven-site-plugin-2.x: ./ pom.xml src/ src/it/inheritedReports/ src/site/xdoc/i18n.xml

2012-03-12 Thread dennisl
Author: dennisl Date: Mon Mar 12 20:29:14 2012 New Revision: 1299832 URL: http://svn.apache.org/viewvc?rev=1299832view=rev Log: Move all i18n and l10n documentation over from the Site Plugin so that we have everything in one place. Merge r1299830 from trunk. Modified: maven/plugins/branches

<    7   8   9   10   11   12   13   14   15   16   >