svn commit: r842253 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 03:36:59 2012 New Revision: 842253 Log: Publishing svnmucc operation to maven site by hboutemy Added: websites/production/maven/content/ - copied from r842252, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks -

svn commit: r842252 - in /websites/staging/maven/trunk/content: ./ .htaccess maven-site-1.0-site.jar

2012-12-13 Thread buildbot
Author: buildbot Date: Fri Dec 14 03:33:09 2012 New Revision: 842252 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/.htaccess websites/staging/maven/trunk/content/maven-site-1.0-site.jar

svn commit: r1421653 - /maven/site/trunk/content/filtered-resources/.htaccess

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 03:30:43 2012 New Revision: 1421653 URL: http://svn.apache.org/viewvc?rev=1421653&view=rev Log: suppress (unavailable) icons in directory index Modified: maven/site/trunk/content/filtered-resources/.htaccess Modified: maven/site/trunk/content/filtered-resour

svn commit: r842249 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 03:15:25 2012 New Revision: 842249 Log: Publishing svnmucc operation to maven site by hboutemy Added: websites/production/maven/content/ - copied from r842248, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks -

svn commit: r842247 - in /websites/staging/maven/trunk/content: ./ .htaccess maven-site-1.0-site.jar

2012-12-13 Thread buildbot
Author: buildbot Date: Fri Dec 14 03:13:20 2012 New Revision: 842247 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/.htaccess websites/staging/maven/trunk/content/maven-site-1.0-site.jar

svn commit: r1421647 - /maven/site/trunk/content/filtered-resources/.htaccess

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 03:10:31 2012 New Revision: 1421647 URL: http://svn.apache.org/viewvc?rev=1421647&view=rev Log: try a redirect rule to detect urls in -archives that are not in subdirectories with a version number, so probably caused by wrong relative link Modified: maven/si

svn commit: r842245 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 02:51:24 2012 New Revision: 842245 Log: Publishing svnmucc operation to maven site by hboutemy Added: websites/production/maven/content/ - copied from r842244, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks -

svn commit: r842244 - in /websites/staging/maven/trunk/content: ./ .htaccess maven-site-1.0-site.jar

2012-12-13 Thread buildbot
Author: buildbot Date: Fri Dec 14 02:47:55 2012 New Revision: 842244 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/.htaccess websites/staging/maven/trunk/content/maven-site-1.0-site.jar

svn commit: r1421643 - /maven/site/trunk/content/filtered-resources/.htaccess

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 02:45:41 2012 New Revision: 1421643 URL: http://svn.apache.org/viewvc?rev=1421643&view=rev Log: added a redirection for images when in *-archives: useful for archives sites of multi-module components, since relative links are wrong (ex: /maven-release-archives/m

svn commit: r842243 - in /websites/staging/maven/trunk/content: ./ .htaccess maven-site-1.0-site.jar

2012-12-13 Thread buildbot
Author: buildbot Date: Fri Dec 14 02:32:54 2012 New Revision: 842243 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/.htaccess websites/staging/maven/trunk/content/maven-site-1.0-site.jar

svn commit: r1421639 - /maven/site/trunk/content/filtered-resources/.htaccess

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 02:30:42 2012 New Revision: 1421639 URL: http://svn.apache.org/viewvc?rev=1421639&view=rev Log: activated Surefire plugins redirect from /plugins/ to /surefire/ Modified: maven/site/trunk/content/filtered-resources/.htaccess Modified: maven/site/trunk/conten

git commit: svnpubsub configuration simplification #3: calculate checkoutDirectory with ${maven.surefire.site.path} instead of configuration a new property, overrided in site-stage profile

2012-12-13 Thread hboutemy
Updated Branches: refs/heads/master 2e5d85b8b -> 9b1e57de3 svnpubsub configuration simplification #3: calculate checkoutDirectory with ${maven.surefire.site.path} instead of configuration a new property, overrided in site-stage profile this has the other advantage to have a directory structure

git commit: pom simplification: default checkinComment already contains ${project.name}

2012-12-13 Thread hboutemy
Updated Branches: refs/heads/master c7831f6e8 -> 2e5d85b8b pom simplification: default checkinComment already contains ${project.name} Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2e5d85b8 Tree: http://

git commit: svnpubsub configuration simplification #2: use mvn site site:stage instead mvn site-deploy

2012-12-13 Thread hboutemy
Updated Branches: refs/heads/master 77669ed20 -> c7831f6e8 svnpubsub configuration simplification #2: use mvn site site:stage instead mvn site-deploy BTW, this has others advantages: - easier to understand (it's a local site staging, not a site deployment to remote hosting) - the distributionM

git commit: added explanations for cases when publishing to svnpubsub has failure

2012-12-13 Thread hboutemy
Updated Branches: refs/heads/master 1ab790ead -> 77669ed20 added explanations for cases when publishing to svnpubsub has failure Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/77669ed2 Tree: http://git-wi

git commit: svnpubsub configuration simplification #1: factored out svn base url from maven.surefire.pubScmUrl property, replacing it with maven.surefire.site.path

2012-12-13 Thread hboutemy
Updated Branches: refs/heads/master a233bc934 -> 1ab790ead svnpubsub configuration simplification #1: factored out svn base url from maven.surefire.pubScmUrl property, replacing it with maven.surefire.site.path Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://

svn commit: r842235 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 01:24:40 2012 New Revision: 842235 Log: Publishing svnmucc operation to maven site by hboutemy Added: websites/production/maven/content/ - copied from r842234, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks -

svn commit: r1421630 - /maven/site/trunk/content/apt/plugins/index.apt

2012-12-13 Thread hboutemy
Author: hboutemy Date: Fri Dec 14 01:15:26 2012 New Revision: 1421630 URL: http://svn.apache.org/viewvc?rev=1421630&view=rev Log: really fixed links to have direct link instead of relying on redirect throught .htaccess Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven

svn commit: r842219 - in /websites/production/maven/content/maven-release-archives/maven-release-2.4: ./ css/ images/ images/logos/ maven-release-manager/ maven-release-manager/apidocs/ maven-release-

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 22:23:33 2012 New Revision: 842219 Log: Apache Maven Release site deployment [This commit notification would consist of 276 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r842213 [17/19] - in /websites/production/maven/content/shared-archives/maven-verifier-1.4: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/

2012-12-13 Thread krosenvold
Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/xref/org/apache/maven/it/Embedded3xLauncher.html == --- websites/production/maven/content/shared-archives/maven-verifier-1.4/xref/org/apache/mave

svn commit: r842213 [7/19] - in /websites/production/maven/content/shared-archives/maven-verifier-1.4: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/i

2012-12-13 Thread krosenvold
Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/js/sortabletable.js == --- websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/js/sortabletable.js (added)

svn commit: r842213 [9/19] - in /websites/production/maven/content/shared-archives/maven-verifier-1.4: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/i

2012-12-13 Thread krosenvold
Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.MavenLauncher.html == --- websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache

svn commit: r842211 - /websites/production/maven/content/shared-archives/maven-verifier-1.4/

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:45:04 2012 New Revision: 842211 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-verifier-1.4 Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/

svn commit: r1421555 - /maven/shared/trunk/maven-verifier/pom.xml

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:40:21 2012 New Revision: 1421555 URL: http://svn.apache.org/viewvc?rev=1421555&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/shared/trunk/maven-verifier/pom.xml Modified: maven/shared/trunk/maven-verifier/po

svn commit: r1421554 - /maven/shared/tags/maven-verifier-1.4/

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:40:11 2012 New Revision: 1421554 URL: http://svn.apache.org/viewvc?rev=1421554&view=rev Log: [maven-release-plugin] copy for tag maven-verifier-1.4 Added: maven/shared/tags/maven-verifier-1.4/ - copied from r1421551, maven/shared/trunk/maven-verif

svn commit: r1421551 - /maven/shared/trunk/maven-verifier/pom.xml

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:39:54 2012 New Revision: 1421551 URL: http://svn.apache.org/viewvc?rev=1421551&view=rev Log: [maven-release-plugin] prepare release maven-verifier-1.4 Modified: maven/shared/trunk/maven-verifier/pom.xml Modified: maven/shared/trunk/maven-verifier/pom.xm

svn commit: r842203 - in /websites/production/maven/content/shared-archives/maven-shared-utils-0.2: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/shar

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:30:34 2012 New Revision: 842203 Log: Maven Shared Utils site deployment [This commit notification would consist of 121 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r842199 - /websites/production/maven/content/maven-release-archives/maven-release-2.4/

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 21:21:15 2012 New Revision: 842199 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/maven-release-archives/maven-release-2.4 Added: websites/production/maven/content/maven-release-archives/maven-release-

svn commit: r842195 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.2/

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:08:49 2012 New Revision: 842195 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-shared-utils-0.2 Added: websites/production/maven/content/shared-archives/maven-shared-utils-0.2

svn commit: r842194 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.2-SNAPSHOT/

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:04:38 2012 New Revision: 842194 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-shared-utils-0.2-SNAPSHOT Added: websites/production/maven/content/shared-archives/maven-shared

svn commit: r1421533 - in /maven/release/trunk: maven-release-manager/pom.xml maven-release-plugin/pom.xml pom.xml

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 21:04:29 2012 New Revision: 1421533 URL: http://svn.apache.org/viewvc?rev=1421533&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/release/trunk/maven-release-manager/pom.xml maven/release/trunk/maven-release-pl

svn commit: r1421532 - /maven/release/tags/maven-release-2.4/

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 21:04:06 2012 New Revision: 1421532 URL: http://svn.apache.org/viewvc?rev=1421532&view=rev Log: [maven-release-plugin] copy for tag maven-release-2.4 Added: maven/release/tags/maven-release-2.4/ - copied from r1421530, maven/release/trunk/

svn commit: r1421530 - in /maven/release/trunk: maven-release-manager/pom.xml maven-release-plugin/pom.xml pom.xml

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 21:03:49 2012 New Revision: 1421530 URL: http://svn.apache.org/viewvc?rev=1421530&view=rev Log: [maven-release-plugin] prepare release maven-release-2.4 Modified: maven/release/trunk/maven-release-manager/pom.xml maven/release/trunk/maven-release-plugin/

svn commit: r1421528 - /maven/shared/trunk/maven-shared-utils/pom.xml

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:02:00 2012 New Revision: 1421528 URL: http://svn.apache.org/viewvc?rev=1421528&view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/shared/trunk/maven-shared-utils/pom.xml Modified: maven/shared/trunk/maven-shared-

svn commit: r1421527 - /maven/shared/tags/maven-shared-utils-0.2/

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:01:46 2012 New Revision: 1421527 URL: http://svn.apache.org/viewvc?rev=1421527&view=rev Log: [maven-release-plugin] copy for tag maven-shared-utils-0.2 Added: maven/shared/tags/maven-shared-utils-0.2/ - copied from r1421526, maven/shared/trunk/mav

svn commit: r1421526 - /maven/shared/trunk/maven-shared-utils/pom.xml

2012-12-13 Thread krosenvold
Author: krosenvold Date: Thu Dec 13 21:01:32 2012 New Revision: 1421526 URL: http://svn.apache.org/viewvc?rev=1421526&view=rev Log: [maven-release-plugin] prepare release maven-shared-utils-0.2 Modified: maven/shared/trunk/maven-shared-utils/pom.xml Modified: maven/shared/trunk/maven-shared-

svn commit: r1421523 - /maven/release/trunk/deploySite.bat

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 20:56:44 2012 New Revision: 1421523 URL: http://svn.apache.org/viewvc?rev=1421523&view=rev Log: add deploySite script for Windows Added: maven/release/trunk/deploySite.bat Added: maven/release/trunk/deploySite.bat URL: http://svn.apache.org/viewvc/maven/re

svn commit: r1421515 - /maven/release/trunk/README.TXT

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 20:46:21 2012 New Revision: 1421515 URL: http://svn.apache.org/viewvc?rev=1421515&view=rev Log: improve site deploy documentation Modified: maven/release/trunk/README.TXT Modified: maven/release/trunk/README.TXT URL: http://svn.apache.org/viewvc/maven/release/

git commit: improve a bit documentation

2012-12-13 Thread olamy
Updated Branches: refs/heads/master 3274bd308 -> a233bc934 improve a bit documentation Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/a233bc93 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/

svn commit: r842184 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 20:38:33 2012 New Revision: 842184 Log: Publishing svnmucc operation to maven site by olamy Added: websites/production/maven/content/ - copied from r842164, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks - copie

svn commit: r842182 - in /websites/staging/maven/trunk/content: ./ maven-site-1.0-site.jar shared/index.html

2012-12-13 Thread buildbot
Author: buildbot Date: Thu Dec 13 20:36:56 2012 New Revision: 842182 Log: Staging update by buildbot for maven Modified: websites/staging/maven/trunk/content/ (props changed) websites/staging/maven/trunk/content/maven-site-1.0-site.jar websites/staging/maven/trunk/content/shared/ind

svn commit: r1421502 - /maven/site/trunk/content/apt/shared/index.apt

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 20:35:10 2012 New Revision: 1421502 URL: http://svn.apache.org/viewvc?rev=1421502&view=rev Log: add link to http://maven.apache.org/shared-archives/ Modified: maven/site/trunk/content/apt/shared/index.apt Modified: maven/site/trunk/content/apt/shared/index.apt

svn commit: r1421497 - /maven/site/trunk/content/apt/plugins/index.apt

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 20:33:01 2012 New Revision: 1421497 URL: http://svn.apache.org/viewvc?rev=1421497&view=rev Log: add link to http://maven.apache.org/plugins-archives/ Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.a

svn commit: r1421495 - /maven/site/trunk/content/apt/plugins/index.apt

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 20:30:17 2012 New Revision: 1421495 URL: http://svn.apache.org/viewvc?rev=1421495&view=rev Log: fix links to have direct link to not rely on redirect Modified: maven/site/trunk/content/apt/plugins/index.apt Modified: maven/site/trunk/content/apt/plugins/index.a

svn commit: r842169 - in /websites/production/maven/content: ./ ant-tasks-archives/ apache-resource-bundles/ archetype-archives/ archetype/ core-its/ enforcer/ jxr/ maven-1.x/ maven-archetype-bundles/

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 20:24:57 2012 New Revision: 842169 Log: Publishing svnmucc operation to maven site by rfscholte Added: websites/production/maven/content/ - copied from r842168, websites/staging/maven/trunk/content/ websites/production/maven/content/ant-tasks

svn commit: r1421481 - /maven/site/trunk/content/filtered-resources/.htaccess

2012-12-13 Thread rfscholte
Author: rfscholte Date: Thu Dec 13 20:12:54 2012 New Revision: 1421481 URL: http://svn.apache.org/viewvc?rev=1421481&view=rev Log: CMS commit to maven by rfscholte Modified: maven/site/trunk/content/filtered-resources/.htaccess Modified: maven/site/trunk/content/filtered-resources/.htaccess

git commit: [SUREFIRE-916] upgradeCheck fails

2012-12-13 Thread krosenvold
Updated Branches: refs/heads/master 7a6c71f14 -> 3274bd308 [SUREFIRE-916] upgradeCheck fails Patch by Peter Lynch, applied unmodified Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/3274bd30 Tree: http:/

git commit: o Reinstated OO-style methods on TestsToRun

2012-12-13 Thread krosenvold
Updated Branches: refs/heads/master 9b3beb4f6 -> 7a6c71f14 o Reinstated OO-style methods on TestsToRun Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7a6c71f1 Tree: http://git-wip-us.apache.org/repos/asf

git commit: [SUREFIRE-800] redirectTestOutputToFile is not taken into account in all cases with JUnit47 provider

2012-12-13 Thread krosenvold
Updated Branches: refs/heads/master 6a013649e -> 9b3beb4f6 [SUREFIRE-800] redirectTestOutputToFile is not taken into account in all cases with JUnit47 provider Made serial runs use a serial run listener. Patch by N Keywal, extensively modified by me. Project: http://git-wip-us.apache.org/r

git commit: o Fixed stacktrace output as detected by Mirko Friedenhagen

2012-12-13 Thread krosenvold
Updated Branches: refs/heads/master e3015fa0b -> 6a013649e o Fixed stacktrace output as detected by Mirko Friedenhagen Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6a013649 Tree: http://git-wip-us.apac

svn commit: r1421276 - /maven/plugins/trunk/maven-plugins/pom.xml

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 13:04:38 2012 New Revision: 1421276 URL: http://svn.apache.org/viewvc?rev=1421276&view=rev Log: use a released parent to be able to release Modified: maven/plugins/trunk/maven-plugins/pom.xml Modified: maven/plugins/trunk/maven-plugins/pom.xml URL: http://svn.

svn commit: r1421275 - /maven/shared/trunk/maven-shared-components/pom.xml

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 13:04:16 2012 New Revision: 1421275 URL: http://svn.apache.org/viewvc?rev=1421275&view=rev Log: simplify configuration Modified: maven/shared/trunk/maven-shared-components/pom.xml Modified: maven/shared/trunk/maven-shared-components/pom.xml URL: http://svn.apa

svn commit: r842115 [6/9] - in /websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/

2012-12-13 Thread olamy
Added: websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT/cobertura/org.apache.maven.shared.incremental.IncrementalBuildHelperRequest.html == --- websites/production/maven/content/shar

svn commit: r842114 [12/26] - in /websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/

2012-12-13 Thread olamy
Propchange: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT/cobertura/org.apache.maven.plugin.compiler.AbstractCompilerMojo.html -- svn:eol-style = native Propchange: websites/pr

svn commit: r842112 [2/2] - in /websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT: ./ apidocs/ cobertura/ images/ xref/

2012-12-13 Thread olamy
Modified: websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT/integration.html == --- websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT/integration

svn commit: r1421266 - in /maven/plugins/trunk: maven-compiler-plugin/pom.xml maven-plugins/pom.xml

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 12:53:43 2012 New Revision: 1421266 URL: http://svn.apache.org/viewvc?rev=1421266&view=rev Log: configure site deployment with svnpubsub Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml maven/plugins/trunk/maven-plugins/pom.xml Modified: maven/pl

svn commit: r842110 [1/7] - in /websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT: ./ css/ examples/ images/ images/logos/

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 12:51:13 2012 New Revision: 842110 Log: Maven Compiler Plugin site deployment Added: websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT/compile-mojo.html (with props) websites/production/maven/content/plugins-archives/

svn commit: r842109 - /websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT/

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 12:50:06 2012 New Revision: 842109 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives/maven-compiler-plugin-3.1-SNAPSHOT Added: websites/production/maven/content/plugins-archives/maven-compil

svn commit: r1421222 - in /maven/shared/trunk: maven-shared-components/pom.xml maven-shared-incremental/pom.xml

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 10:58:37 2012 New Revision: 1421222 URL: http://svn.apache.org/viewvc?rev=1421222&view=rev Log: configure site deployment via svnpubsub Modified: maven/shared/trunk/maven-shared-components/pom.xml maven/shared/trunk/maven-shared-incremental/pom.xml Modified

svn commit: r1421221 - /maven/shared/trunk/maven-shared-incremental/pom.xml

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 10:58:27 2012 New Revision: 1421221 URL: http://svn.apache.org/viewvc?rev=1421221&view=rev Log: configure site deployment Modified: maven/shared/trunk/maven-shared-incremental/pom.xml Modified: maven/shared/trunk/maven-shared-incremental/pom.xml URL: http://sv

svn commit: r842095 - /websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT/

2012-12-13 Thread olamy
Author: olamy Date: Thu Dec 13 10:53:18 2012 New Revision: 842095 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-shared-incremental-1.1-SNAPSHOT Added: websites/production/maven/content/shared-archives/maven-share