svn commit: r1372377 - in /maven/indexer/trunk: indexer-artifact/src/main/java/org/apache/maven/index/artifact/ indexer-core/src/main/java/org/apache/maven/index/treeview/

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:08:27 2012 New Revision: 1372377 URL: http://svn.apache.org/viewvc?rev=1372377view=rev Log: Get rid of StringBuffer and replace it with StringBuilder. They are used in methods invoked on high frequency, but thread safety is not needed where they were used.

svn commit: r1372378 - in /maven/indexer/trunk: indexer-artifact/pom.xml indexer-core/pom.xml pom.xml

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:08:38 2012 New Revision: 1372378 URL: http://svn.apache.org/viewvc?rev=1372378view=rev Log: Bumping version. Note: currently there are incompatible changes incoming, will be fixed in subsequent commit. Modified:

svn commit: r1372380 [2/2] - in /maven/indexer/trunk/indexer-core/src: main/java/org/apache/maven/index/ main/java/org/apache/maven/index/cli/ main/java/org/apache/maven/index/context/ main/java/org/a

2012-08-13 Thread cstamas
Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/DefaultIndexPacker.java URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/DefaultIndexPacker.java?rev=1372380r1=1372379r2=1372380view=diff

svn commit: r1372381 - /maven/indexer/trunk/pom.xml

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:09:22 2012 New Revision: 1372381 URL: http://svn.apache.org/viewvc?rev=1372381view=rev Log: Bumped MI to Java6 level. Modified: maven/indexer/trunk/pom.xml Modified: maven/indexer/trunk/pom.xml URL:

svn commit: r1372382 - in /maven/indexer/trunk/indexer-artifact/src: main/java/org/apache/maven/index/artifact/ test/java/org/apache/maven/index/artifact/

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:09:42 2012 New Revision: 1372382 URL: http://svn.apache.org/viewvc?rev=1372382view=rev Log: Getting rid of deprecated baggage. Removed:

svn commit: r1372383 - in /maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index: ./ context/ packer/

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:10:00 2012 New Revision: 1372383 URL: http://svn.apache.org/viewvc?rev=1372383view=rev Log: Getting rid completely of lock/unlock methods from context. Also, applied @Override in Java6 way. Modified:

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

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:10:15 2012 New Revision: 1372384 URL: http://svn.apache.org/viewvc?rev=1372384view=rev Log: Undoing the bump to Java6, MI remains Java5. Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/DefaultIndexingContext.java

svn commit: r1372385 - in /maven/indexer/trunk: indexer-artifact/pom.xml indexer-core/pom.xml pom.xml

2012-08-13 Thread cstamas
Author: cstamas Date: Mon Aug 13 12:10:26 2012 New Revision: 1372385 URL: http://svn.apache.org/viewvc?rev=1372385view=rev Log: Bumped MI version to 5.0.0 to reflect API breakage. Modified: maven/indexer/trunk/indexer-artifact/pom.xml maven/indexer/trunk/indexer-core/pom.xml

svn commit: r1372454 - in /maven/surefire/trunk: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/output/ maven-surefire-common/src/main/java/org/apache/maven/plugin/s

2012-08-13 Thread krosenvold
Author: krosenvold Date: Mon Aug 13 15:00:35 2012 New Revision: 1372454 URL: http://svn.apache.org/viewvc?rev=1372454view=rev Log: o Removed some unused code, added encoding stanza to the unicode pom. Maybe even the windows test will work Removed:

svn commit: r1372507 - in /maven/site/trunk/src/site/apt: plugins/index.apt shared/index.apt

2012-08-13 Thread snicoll
Author: snicoll Date: Mon Aug 13 16:53:10 2012 New Revision: 1372507 URL: http://svn.apache.org/viewvc?rev=1372507view=rev Log: updating version for maven invoker plugin 1.7, maven shared filtering 1.1 and maven shared script interpreter 1.1 Modified:

svn commit: r1372514 - in /maven/maven-3/trunk/maven-core/src: site/apt/ test/java/org/apache/maven/artifact/ test/java/org/apache/maven/artifact/handler/

2012-08-13 Thread hboutemy
Author: hboutemy Date: Mon Aug 13 17:06:44 2012 New Revision: 1372514 URL: http://svn.apache.org/viewvc?rev=1372514view=rev Log: added default artifact handlers reference documentation Added: maven/maven-3/trunk/maven-core/src/site/apt/artifact-handlers.apt

svn commit: r1372564 - in /maven/surefire/trunk: maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire

2012-08-13 Thread krosenvold
Author: krosenvold Date: Mon Aug 13 19:33:34 2012 New Revision: 1372564 URL: http://svn.apache.org/viewvc?rev=1372564view=rev Log: o An exception in 'the wrong place' could cause plugin to not wait for proper termination of forked process Modified:

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

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:33:03 2012 New Revision: 1372589 URL: http://svn.apache.org/viewvc?rev=1372589view=rev Log: use released parent pom Modified: maven/plugins/trunk/maven-plugins/pom.xml Modified: maven/plugins/trunk/maven-plugins/pom.xml URL:

svn commit: r1372590 - in /maven/plugins/trunk: maven-acr-plugin/ maven-ant-plugin/ maven-antrun-plugin/ maven-assembly-plugin/ maven-changelog-plugin/ maven-changes-plugin/ maven-checkstyle-plugin/ m

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:34:07 2012 New Revision: 1372590 URL: http://svn.apache.org/viewvc?rev=1372590view=rev Log: use released parent pom Modified: maven/plugins/trunk/maven-acr-plugin/pom.xml maven/plugins/trunk/maven-ant-plugin/pom.xml

svn commit: r1372592 - in /maven/plugins/trunk: maven-dependency-plugin/pom.xml maven-invoker-plugin/pom.xml maven-project-info-reports-plugin/pom.xml maven-rar-plugin/pom.xml maven-source-plugin/pom.

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:36:09 2012 New Revision: 1372592 URL: http://svn.apache.org/viewvc?rev=1372592view=rev Log: upgrade parent version used Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml maven/plugins/trunk/maven-invoker-plugin/pom.xml

svn commit: r1372595 - /maven/release/trunk/pom.xml

2012-08-13 Thread rfscholte
Author: rfscholte Date: Mon Aug 13 20:42:16 2012 New Revision: 1372595 URL: http://svn.apache.org/viewvc?rev=1372595view=rev Log: use maven-parent 22 Modified: maven/release/trunk/pom.xml Modified: maven/release/trunk/pom.xml URL:

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

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:46:41 2012 New Revision: 1372598 URL: http://svn.apache.org/viewvc?rev=1372598view=rev Log: use released parent Modified: maven/shared/trunk/maven-shared-components/pom.xml Modified: maven/shared/trunk/maven-shared-components/pom.xml URL:

svn commit: r1372600 - in /maven/shared/trunk: file-management/ maven-ant/ maven-archiver/ maven-artifact-resolver/ maven-common-artifact-filters/ maven-dependency-analyzer/ maven-dependency-tree/ mav

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:47:31 2012 New Revision: 1372600 URL: http://svn.apache.org/viewvc?rev=1372600view=rev Log: upgrade parent version Modified: maven/shared/trunk/file-management/pom.xml maven/shared/trunk/maven-ant/pom.xml maven/shared/trunk/maven-archiver/pom.xml

svn commit: r1372602 - /maven/surefire/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:50:22 2012 New Revision: 1372602 URL: http://svn.apache.org/viewvc?rev=1372602view=rev Log: use last parent pom Modified: maven/surefire/trunk/pom.xml Modified: maven/surefire/trunk/pom.xml URL:

svn commit: r1372604 - /maven/indexer/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:52:11 2012 New Revision: 1372604 URL: http://svn.apache.org/viewvc?rev=1372604view=rev Log: use last parent pom Modified: maven/indexer/trunk/pom.xml Modified: maven/indexer/trunk/pom.xml URL:

svn commit: r1372606 - /maven/maven-3/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:53:35 2012 New Revision: 1372606 URL: http://svn.apache.org/viewvc?rev=1372606view=rev Log: use last parent pom Modified: maven/maven-3/trunk/pom.xml Modified: maven/maven-3/trunk/pom.xml URL:

svn commit: r1372607 - /maven/archetype/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:55:08 2012 New Revision: 1372607 URL: http://svn.apache.org/viewvc?rev=1372607view=rev Log: use last parent pom Modified: maven/archetype/trunk/pom.xml Modified: maven/archetype/trunk/pom.xml URL:

svn commit: r1372610 - /maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:57:58 2012 New Revision: 1372610 URL: http://svn.apache.org/viewvc?rev=1372610view=rev Log: clarify scope of annotations for plugin execution Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/site/apt/examples/using-annotations.apt.vm Modified:

svn commit: r1372611 - /maven/plugin-tools/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:58:08 2012 New Revision: 1372611 URL: http://svn.apache.org/viewvc?rev=1372611view=rev Log: use last parent pom Modified: maven/plugin-tools/trunk/pom.xml Modified: maven/plugin-tools/trunk/pom.xml URL:

svn commit: r1372612 - /maven/scm/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 20:59:55 2012 New Revision: 1372612 URL: http://svn.apache.org/viewvc?rev=1372612view=rev Log: use last parent pom Modified: maven/scm/trunk/pom.xml Modified: maven/scm/trunk/pom.xml URL:

svn commit: r1372613 - /maven/wagon/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 21:00:51 2012 New Revision: 1372613 URL: http://svn.apache.org/viewvc?rev=1372613view=rev Log: use last parent pom Modified: maven/wagon/trunk/pom.xml Modified: maven/wagon/trunk/pom.xml URL:

svn commit: r1372615 - /maven/enforcer/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 21:02:51 2012 New Revision: 1372615 URL: http://svn.apache.org/viewvc?rev=1372615view=rev Log: use last parent pom Modified: maven/enforcer/trunk/pom.xml Modified: maven/enforcer/trunk/pom.xml URL:

svn commit: r1372617 - /maven/enforcer/trunk/

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 21:04:42 2012 New Revision: 1372617 URL: http://svn.apache.org/viewvc?rev=1372617view=rev Log: ignore .idea directory Modified: maven/enforcer/trunk/ (props changed) Propchange: maven/enforcer/trunk/

svn commit: r1372618 - /maven/site/trunk/pom.xml

2012-08-13 Thread olamy
Author: olamy Date: Mon Aug 13 21:06:14 2012 New Revision: 1372618 URL: http://svn.apache.org/viewvc?rev=1372618view=rev Log: we always use last parent snapshot here Modified: maven/site/trunk/pom.xml Modified: maven/site/trunk/pom.xml URL: