svn commit: r852409 - in /websites/production/maven/content/shared-archives/maven-shared-utils-0.3: dependencies.html pmd.xml surefire-report.html

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 15:08:02 2013 New Revision: 852409 Log: Site checkin for project Maven Shared Utils Modified: websites/production/maven/content/shared-archives/maven-shared-utils-0.3/dependencies.html

svn commit: r852411 - in /websites/production/maven/content/shared-archives/maven-shared-utils-0.3: dependencies.html pmd.xml surefire-report.html

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 15:10:58 2013 New Revision: 852411 Log: Site checkin for project Maven Shared Utils Modified: websites/production/maven/content/shared-archives/maven-shared-utils-0.3/dependencies.html

svn commit: r852412 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 15:11:44 2013 New Revision: 852412 Log: Trying to remove this to see if it helps Removed: websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

svn commit: r852413 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 15:12:34 2013 New Revision: 852413 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-shared-utils-0.3 Added:

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

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 17:22:54 2013 New Revision: 852423 Log: Site checkin for project Maven Shared Utils [This commit notification would consist of 89 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r852425 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 17:43:15 2013 New Revision: 852425 Log: Trying again dammit Removed: websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

svn commit: r852426 - /websites/production/maven/content/shared-archives/maven-shared-utils-0.3/

2013-02-28 Thread krosenvold
Author: krosenvold Date: Thu Feb 28 17:45:12 2013 New Revision: 852426 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/maven/content/shared-archives/maven-shared-utils-0.3 Added:

svn commit: r1451310 - /maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/DefaultIndexingContext.java

2013-02-28 Thread ifedorenko
Author: ifedorenko Date: Thu Feb 28 19:35:45 2013 New Revision: 1451310 URL: http://svn.apache.org/r1451310 Log: MINDEXER-71 Do not implicitly close indexing context Indexing context #rollback, #commit and #optimize operations were implicitely closing indexing context in case of IOException and

svn commit: r1451330 - in /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency: AbstractAnalyzeMojo.java AbstractDependencyMojo.java AnalyzeDuplicateMojo.java

2013-02-28 Thread rfscholte
Author: rfscholte Date: Thu Feb 28 20:41:08 2013 New Revision: 1451330 URL: http://svn.apache.org/r1451330 Log: m-dependency-p is normally called from cmdline instead of being part of the build lifecycle. In these cases skipping doesn't make sense. If used during the build lifecycle, be sure to