svn commit: r1165204 - in /maven/wagon/branches/wagon-1.x/wagon-providers/wagon-http-lightweight/src: main/java/org/apache/maven/wagon/providers/http/LightweightHttpWagon.java test/java/org/apache/mav

2011-09-05 Thread nicolas
Author: nicolas Date: Mon Sep 5 08:31:45 2011 New Revision: 1165204 URL: http://svn.apache.org/viewvc?rev=1165204&view=rev Log: [WAGON-346] use a class level synchronized block to ensure thread-safety Modified: maven/wagon/branches/wagon-1.x/wagon-providers/wagon-http-lightweight/src/

svn commit: r1162533 - in /maven/wagon/branches/wagon-1.x/wagon-providers/wagon-http-lightweight/src: main/java/org/apache/maven/wagon/providers/http/ test/java/org/apache/maven/wagon/providers/http/

2011-08-28 Thread nicolas
Author: nicolas Date: Sun Aug 28 14:41:28 2011 New Revision: 1162533 URL: http://svn.apache.org/viewvc?rev=1162533&view=rev Log: [WAGON-347] Support preemtive authentication Added: maven/wagon/branches/wagon-1.x/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/w

svn commit: r1162532 - in /maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src: main/java/org/apache/maven/wagon/providers/http/ test/java/org/apache/maven/wagon/providers/http/

2011-08-28 Thread nicolas
Author: nicolas Date: Sun Aug 28 14:25:01 2011 New Revision: 1162532 URL: http://svn.apache.org/viewvc?rev=1162532&view=rev Log: [WAGON-347] Support preemtive authentication Added: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/test/java/org/apache/maven/wagon/providers/

svn commit: r1162531 - in /maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/main/java/org/apache/maven/wagon/providers/http: LightweightHttpWagon.java LightweightHttpWagonAuthenticator.jav

2011-08-28 Thread nicolas
Author: nicolas Date: Sun Aug 28 14:24:39 2011 New Revision: 1162531 URL: http://svn.apache.org/viewvc?rev=1162531&view=rev Log: [WAGON-346] callback Wagon from java.net.Authenticator singleton using a ThreadLocal Added: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/

svn commit: r1162529 - in /maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src: main/java/org/apache/maven/wagon/providers/http/ test/java/org/apache/maven/wagon/providers/http/

2011-08-28 Thread nicolas
Author: nicolas Date: Sun Aug 28 14:24:23 2011 New Revision: 1162529 URL: http://svn.apache.org/viewvc?rev=1162529&view=rev Log: [WAGON-346] use openConnection(Proxy) in replacement to system properties Modified: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/main/java

svn commit: r1127056 - in /maven/sandbox/trunk/plexus-utils-commons-bridge: ./ plexus-utils-commons-bridge/ plexus-utils-commons-bridge/src/main/java/org/codehaus/plexus/util/ plexus-utils-tck/src/tes

2011-05-24 Thread nicolas
Author: nicolas Date: Tue May 24 13:57:35 2011 New Revision: 1127056 URL: http://svn.apache.org/viewvc?rev=1127056&view=rev Log: TCK for Base64 Added: maven/sandbox/trunk/plexus-utils-commons-bridge/plexus-utils-commons-bridge/src/main/java/org/codehaus/plexus/util/Base64.java m

svn commit: r956833 - /maven/pom/trunk/maven/pom.xml

2010-06-22 Thread nicolas
Author: nicolas Date: Tue Jun 22 09:23:13 2010 New Revision: 956833 URL: http://svn.apache.org/viewvc?rev=956833&view=rev Log: updated developers list Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/trunk/m

svn commit: r933531 - in /maven/release/trunk/maven-release-manager/src: main/java/org/apache/maven/shared/release/util/ReleaseUtil.java test/java/org/apache/maven/shared/release/util/ReleaseUtilTest.

2010-04-13 Thread nicolas
Author: nicolas Date: Tue Apr 13 09:39:45 2010 New Revision: 933531 URL: http://svn.apache.org/viewvc?rev=933531&view=rev Log: MRELEASE-546 : regression introduced in MRELEASE-261 o let StringUtils.getCommonPrefix found the common basedir using a pre-built basedir Set from projects in rea

svn commit: r906843 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2010-02-05 Thread nicolas
Author: nicolas Date: Fri Feb 5 08:18:20 2010 New Revision: 906843 URL: http://svn.apache.org/viewvc?rev=906843&view=rev Log: add groupIds for gwt-presenter, gwt-dispatch and google-gin Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/reposi

svn commit: r826985 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java

2009-10-20 Thread nicolas
Author: nicolas Date: Tue Oct 20 07:49:24 2009 New Revision: 826985 URL: http://svn.apache.org/viewvc?rev=826985&view=rev Log: fix IT tests when env configured by default to download sources Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclips

svn commit: r826604 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/writers/ test/resources/projects/project-ajdt-01/expected/ test/resources/projects/pro

2009-10-19 Thread nicolas
Author: nicolas Date: Mon Oct 19 08:24:35 2009 New Revision: 826604 URL: http://svn.apache.org/viewvc?rev=826604&view=rev Log: [MECLIPSE-558] Ignoring listed AspectJ dependencies o fix broken IT tests Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/pl

svn commit: r826602 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/IdeUtils.java

2009-10-19 Thread nicolas
Author: nicolas Date: Mon Oct 19 08:23:05 2009 New Revision: 826602 URL: http://svn.apache.org/viewvc?rev=826602&view=rev Log: [MECLIPSE-156] Plugin should support setting file encoding o Fallback to project.build.sourceEncoding when the compiler plugin has no explicit encoding set Modi

svn commit: r825472 - in /maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects: project-ajdt-01/pom.xml project-ajdt-02/pom.xml project-ajdt-03/pom.xml

2009-10-15 Thread nicolas
Author: nicolas Date: Thu Oct 15 12:13:02 2009 New Revision: 825472 URL: http://svn.apache.org/viewvc?rev=825472&view=rev Log: [MECLIPSE-594] set AJDT version parameter to none by default o set ajdtVersion in IT Tests Modified: maven/plugins/trunk/maven-eclipse-plugin/src/

svn commit: r825437 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java

2009-10-15 Thread nicolas
Author: nicolas Date: Thu Oct 15 08:36:32 2009 New Revision: 825437 URL: http://svn.apache.org/viewvc?rev=825437&view=rev Log: [MECLIPSE-594] set AJDT version parameter to none by default o AJDT support introduce strange behavior for "classic" users that don't install

svn commit: r825432 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin: eclipse/writers/EclipseSettingsWriter.java ide/IdeUtils.java

2009-10-15 Thread nicolas
Author: nicolas Date: Thu Oct 15 08:25:55 2009 New Revision: 825432 URL: http://svn.apache.org/viewvc?rev=825432&view=rev Log: [MECLIPSE-156] Plugin should support setting file encoding o read maven-compiler-plugin configuration for encoding and generate related .settings configuration

svn commit: r825429 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse: reader/ReadWorkspaceLocations.java writers/EclipseClasspathWriter.java

2009-10-15 Thread nicolas
Author: nicolas Date: Thu Oct 15 08:07:26 2009 New Revision: 825429 URL: http://svn.apache.org/viewvc?rev=825429&view=rev Log: [MECLIPSE-558] Ignoring listed AspectJ dependencies o only exclude org.aspectj:aspectjrt and not other aspectJ artifacts (not included in AJDT Runtime) o automatic

svn commit: r814516 - /maven/release/trunk/maven-release-manager/src/test/resources/projects/rewrite-for-release/cdata-section/expected-pom.xml

2009-09-14 Thread nicolas
Author: nicolas Date: Mon Sep 14 08:23:41 2009 New Revision: 814516 URL: http://svn.apache.org/viewvc?rev=814516&view=rev Log: [MRELEASE-383] set sv;eol-style to ensure build reproductibility on non-windows OS Modified: maven/release/trunk/maven-release-manager/src/test/resources/proj

svn commit: r813343 - in /maven/release/trunk/maven-release-manager/src: main/java/org/apache/maven/shared/release/phase/ test/java/org/apache/maven/shared/release/phase/ test/resources/projects/rewri

2009-09-10 Thread nicolas
Author: nicolas Date: Thu Sep 10 10:06:11 2009 New Revision: 813343 URL: http://svn.apache.org/viewvc?rev=813343&view=rev Log: [MRELEASE-383] svn inconsistent line ending style CDATA sections after transformation use "\n" as line ending style and break the xml file consistenc

svn commit: r790179 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2009-07-01 Thread nicolas
Author: nicolas Date: Wed Jul 1 14:20:04 2009 New Revision: 790179 URL: http://svn.apache.org/viewvc?rev=790179&view=rev Log: add groupId gwt-math (http://code.google.com/p/gwt-math/) Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/reposi

svn commit: r782899 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2009-06-09 Thread nicolas
Author: nicolas Date: Tue Jun 9 07:45:09 2009 New Revision: 782899 URL: http://svn.apache.org/viewvc?rev=782899&view=rev Log: groupId fr.loof Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-

svn commit: r782204 - /maven/project/KEYS

2009-06-06 Thread nicolas
Author: nicolas Date: Sat Jun 6 08:04:12 2009 New Revision: 782204 URL: http://svn.apache.org/viewvc?rev=782204&view=rev Log: just generated PGP key Modified: maven/project/KEYS Modified: maven/project/KEYS URL: http://svn.apache.org/viewvc/maven/project/KEYS?rev=782204&r1=7

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

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 10:26:12 2009 New Revision: 780402 URL: http://svn.apache.org/viewvc?rev=780402&view=rev Log: [MCHECKSTYLE-110] option to redirect checktyle violations to console for quick review o build a log String during XML report analysis and log to console Modi

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

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 10:04:33 2009 New Revision: 780399 URL: http://svn.apache.org/viewvc?rev=780399&view=rev Log: [MCHECKSTYLE-101] velocity get intialized even with skip=true o Use Serviceable ServiceLocator to lookup the VelocityComponent just in time Modified: maven/plu

svn propchange: r780388 - svn:log

2009-05-31 Thread nicolas
Author: nicolas Revision: 780388 Modified property: svn:log Modified: svn:log at Sun May 31 08:59:52 2009 -- --- svn:log (original) +++ svn:log Sun May 31 08:59:52 2009 @@ -1 +1 @@ -revert MECLISPE-105 +revert MCHEKSTYLE

svn commit: r780388 - in /maven/plugins: branches/maven-checkstyle-plugin-java1.4/ trunk/maven-checkstyle-plugin/

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 08:58:46 2009 New Revision: 780388 URL: http://svn.apache.org/viewvc?rev=780388&view=rev Log: revert MECLISPE-105 Added: maven/plugins/trunk/maven-checkstyle-plugin/ - copied from r780387, maven/plugins/branches/maven-checkstyle-plugin-java1.4/ Rem

svn commit: r780387 - /maven/plugins/trunk/maven-checkstyle-plugin/

2009-05-31 Thread nicolas
Author: nicolas Date: Sun May 31 08:58:22 2009 New Revision: 780387 URL: http://svn.apache.org/viewvc?rev=780387&view=rev Log: revert MECLIPSE-105 Removed: maven/plugins/trunk/maven-checkstyle-plugin/

svn commit: r776207 - in /maven/sandbox/trunk/shared/maven-plugin-helper/src: main/java/org/apache/maven/shared/plugin/scanner/ site/apt/ test/ test/java/ test/java/org/ test/java/org/apache/ test/jav

2009-05-18 Thread nicolas
Author: nicolas Date: Tue May 19 06:54:46 2009 New Revision: 776207 URL: http://svn.apache.org/viewvc?rev=776207&view=rev Log: builder for DirectoryScanner + test Added: maven/sandbox/trunk/shared/maven-plugin-helper/src/site/apt/directoryScanner.apt maven/sandbox/trunk/shared/m

svn commit: r775982 - in /maven/sandbox/trunk/shared/maven-plugin-helper/src: main/java/org/apache/maven/shared/plugin/classloader/ main/java/org/apache/maven/shared/plugin/scanner/ site/ site/apt/

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 15:21:30 2009 New Revision: 775982 URL: http://svn.apache.org/viewvc?rev=775982&view=rev Log: docs and DirectoryScanner builder Added: maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin/scanner/ maven/san

svn commit: r775976 - /maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin/classloader/ProjectClassLoaderUtil.java

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 14:50:43 2009 New Revision: 775976 URL: http://svn.apache.org/viewvc?rev=775976&view=rev Log: copy/paste sucks ;) Modified: maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin/classloader/ProjectClassLoaderUtil.

svn commit: r775975 - /maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin/classloader/ProjectClassLoaderUtil.java

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 14:50:13 2009 New Revision: 775975 URL: http://svn.apache.org/viewvc?rev=775975&view=rev Log: use more appropriate DependencyResolutionRequiredException Modified: maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/pl

svn commit: r775932 - in /maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin: classloader/ProjectClassLoader.java classloader/ProjectClassLoaderUtil.java cli/J

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 13:01:46 2009 New Revision: 775932 URL: http://svn.apache.org/viewvc?rev=775932&view=rev Log: ProjectClassLoader refactored as utility class Added: maven/sandbox/trunk/shared/maven-plugin-helper/src/main/java/org/apache/maven/shared/plugin/classlo

svn propchange: r775863 - svn:log

2009-05-18 Thread nicolas
Author: nicolas Revision: 775863 Modified property: svn:log Modified: svn:log at Mon May 18 09:52:21 2009 -- --- svn:log (original) +++ svn:log Mon May 18 09:52:21 2009 @@ -1 +1,4 @@ -MCHECKSTYLE-110 +[MCHECKSTYLE-110

svn commit: r775878 - in /maven/sandbox/trunk/shared/maven-plugin-helper: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/maven/ src/main/java/or

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 09:48:30 2009 New Revision: 775878 URL: http://svn.apache.org/viewvc?rev=775878&view=rev Log: proposal shared component for common plugin tasks Added: maven/sandbox/trunk/shared/maven-plugin-helper/ (with props) maven/sandbox/trunk/shared/maven-pl

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

2009-05-18 Thread nicolas
Author: nicolas Date: Mon May 18 08:48:04 2009 New Revision: 775863 URL: http://svn.apache.org/viewvc?rev=775863&view=rev Log: MCHECKSTYLE-110 Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java Modi

svn commit: r775834 - /maven/plugins/branches/maven-checkstyle-plugin-java1.4/

2009-05-17 Thread nicolas
Author: nicolas Date: Mon May 18 06:54:57 2009 New Revision: 775834 URL: http://svn.apache.org/viewvc?rev=775834&view=rev Log: maintenance branch for chekstyle plugin to still support Java 1.4 Added: maven/plugins/branches/maven-checkstyle-plugin-java1.4/ - copied from r751080, m

svn commit: r775049 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/main/java/org/apache/maven/plugin/checkstyle/ src/main/resources/config/ src/test/java/org/apache/maven/plugin/checkstyle/

2009-05-15 Thread nicolas
Author: nicolas Date: Fri May 15 07:36:54 2009 New Revision: 775049 URL: http://svn.apache.org/viewvc?rev=775049&view=rev Log: MCHECKSTYLE-105 + MCHECKSTYLE-101 Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml maven/plugins/trunk/maven-checkstyle-plugin/src/main/java

svn commit: r771294 - /maven/components/branches/maven-2.2.0-RC/maven-project/src/main/java/org/apache/maven/project/MavenProject.java

2009-05-04 Thread nicolas
Author: nicolas Date: Mon May 4 12:54:57 2009 New Revision: 771294 URL: http://svn.apache.org/viewvc?rev=771294&view=rev Log: [MNG-4151] fix error in managedVersionMap generic type (eclipse quick fix is not as clever as I expected) Modified: maven/components/branches/maven-2.2.0-RC/m

svn propchange: r770570 - svn:log

2009-05-04 Thread nicolas
Author: nicolas Revision: 770570 Modified property: svn:log Modified: svn:log at Mon May 4 09:13:09 2009 -- --- svn:log (original) +++ svn:log Mon May 4 09:13:09 2009 @@ -1,3 +1,3 @@ -MNG-4151 started : use java5 syntax

svn propchange: r770570 - svn:log

2009-05-04 Thread nicolas
Author: nicolas Revision: 770570 Modified property: svn:log Modified: svn:log at Mon May 4 09:12:31 2009 -- --- svn:log (original) +++ svn:log Mon May 4 09:12:31 2009 @@ -1,3 +1,3 @@ -use java5 syntax. +MNG-4151 started

svn commit: r770570 - in /maven/components/branches/maven-2.2.x: maven-artifact/src/main/java/org/apache/maven/artifact/ maven-model/ maven-profile/ maven-project/src/main/java/org/apache/maven/projec

2009-05-01 Thread nicolas
Author: nicolas Date: Fri May 1 08:04:48 2009 New Revision: 770570 URL: http://svn.apache.org/viewvc?rev=770570&view=rev Log: use java5 syntax. -> set modello to generate java5 syntax -> MavenProject updated to use generics on collections & methods for better type safety Modifi

svn commit: r706925 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-10-22 Thread nicolas
Author: nicolas Date: Wed Oct 22 02:48:00 2008 New Revision: 706925 URL: http://svn.apache.org/viewvc?rev=706925&view=rev Log: groupId net.sf.jacob-project Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchro

svn commit: r693401 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-09-09 Thread nicolas
Author: nicolas Date: Tue Sep 9 01:22:28 2008 New Revision: 693401 URL: http://svn.apache.org/viewvc?rev=693401&view=rev Log: add com.google.code.gwtx groupId Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src

svn commit: r689761 - /maven/release/trunk/maven-release-plugin/src/site/apt/index.apt

2008-08-28 Thread nicolas
Author: nicolas Date: Thu Aug 28 01:27:56 2008 New Revision: 689761 URL: http://svn.apache.org/viewvc?rev=689761&view=rev Log: link to the stage mojo Modified: maven/release/trunk/maven-release-plugin/src/site/apt/index.apt Modified: maven/release/trunk/maven-release-plugin/src/site

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

2008-08-27 Thread nicolas
Author: nicolas Date: Wed Aug 27 03:37:37 2008 New Revision: 689436 URL: http://svn.apache.org/viewvc?rev=689436&view=rev Log: upgrade scm dependency Modified: maven/release/trunk/pom.xml Modified: maven/release/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/release/trunk/pom

svn commit: r686711 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-08-18 Thread nicolas
Author: nicolas Date: Mon Aug 18 02:42:30 2008 New Revision: 686711 URL: http://svn.apache.org/viewvc?rev=686711&view=rev Log: gwt-log Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

svn commit: r685793 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-08-14 Thread nicolas
Author: nicolas Date: Thu Aug 14 00:50:27 2008 New Revision: 685793 URL: http://svn.apache.org/viewvc?rev=685793&view=rev Log: "Java Concurrency in Practice" book annotation library (jcip.net) Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv M

svn commit: r685554 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-08-13 Thread nicolas
Author: nicolas Date: Wed Aug 13 06:59:39 2008 New Revision: 685554 URL: http://svn.apache.org/viewvc?rev=685554&view=rev Log: add net.sf.beanlib groupId Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchroniz

svn commit: r673781 - /maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv

2008-07-03 Thread nicolas
Author: nicolas Date: Thu Jul 3 12:51:53 2008 New Revision: 673781 URL: http://svn.apache.org/viewvc?rev=673781&view=rev Log: fix unexpected empty string Modified: maven/repository-tools/trunk/src/bin/synchronize/m2-sync/sync.csv Modified: maven/repository-tools/trunk/src/bin/synchro

svn commit: r658214 - in /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/writers: EclipseClasspathWriter.java EclipseProjectWriter.java

2008-05-20 Thread nicolas
Author: nicolas Date: Tue May 20 05:02:38 2008 New Revision: 658214 URL: http://svn.apache.org/viewvc?rev=658214&view=rev Log: MECLIPSE-397 : avoid duplicate entries in eclipse project references when same artifact is used as dependency with multuple classifiers / types Modified: m

svn commit: r654145 - in /maven/release/trunk: maven-release-manager/src/main/java/org/apache/maven/shared/release/ maven-release-plugin/src/main/java/org/apache/maven/plugins/release/ maven-release-p

2008-05-07 Thread nicolas
Author: nicolas Date: Wed May 7 08:14:36 2008 New Revision: 654145 URL: http://svn.apache.org/viewvc?rev=654145&view=rev Log: MRELEASE-341 : new release:stage mojo to deploy to a staging repository, and still support release:rollback Added: maven/release/trunk/maven-release-plugin

svn commit: r650825 - in /maven/enforcer/trunk/enforcer-rules/src: main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java site/apt/rules/requirePluginVersions.apt test/java/org/apache/

2008-04-23 Thread nicolas
Author: nicolas Date: Wed Apr 23 04:11:09 2008 New Revision: 650825 URL: http://svn.apache.org/viewvc?rev=650825&view=rev Log: MENFORCER-44 banTimestamps to enable timestamp SNAPSHOT (as release plugin does) Modified: maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/m

svn commit: r650822 - /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePluginVersions.java

2008-04-23 Thread nicolas
Author: nicolas Date: Wed Apr 23 03:51:34 2008 New Revision: 650822 URL: http://svn.apache.org/viewvc?rev=650822&view=rev Log: MENFORCER-45 : plugins declared in profiles are not detected for version check Modified: maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plu

svn commit: r650178 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/writers/ main/java/org/apache/maven/plugin/ide/ test/resources/projects/project-30/exp

2008-04-21 Thread nicolas
Author: nicolas Date: Mon Apr 21 08:54:39 2008 New Revision: 650178 URL: http://svn.apache.org/viewvc?rev=650178&view=rev Log: MECLIPSE-437 : include java/javax api dependency prior the classpath container Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/m

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

2008-04-17 Thread nicolas
Author: nicolas Date: Thu Apr 17 23:47:59 2008 New Revision: 649384 URL: http://svn.apache.org/viewvc?rev=649384&view=rev Log: fix NullPointerException Modified: maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java Modified: m

svn commit: r649068 - in /maven/release/trunk/maven-release-plugin/src: main/java/org/apache/maven/plugins/release/ test/java/org/apache/maven/plugins/release/ test/resources/mojos/perform/

2008-04-17 Thread nicolas
Author: nicolas Date: Thu Apr 17 05:38:44 2008 New Revision: 649068 URL: http://svn.apache.org/viewvc?rev=649068&view=rev Log: MRELEASE-337 : support goals in configuration splitted into multiple lines Added: maven/release/trunk/maven-release-plugin/src/test/resources/mojos/perform/per

svn commit: r633014 - /maven/components/branches/maven-2.0.x/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

2008-03-03 Thread nicolas
Author: nicolas Date: Mon Mar 3 01:57:39 2008 New Revision: 633014 URL: http://svn.apache.org/viewvc?rev=633014&view=rev Log: MNG-3426 : dependencies set at configuration MUST override dependencies declared by plugin POM. Use a LinkedHashSet to ensure predictable dependencies orde

svn commit: r633012 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/MNG-3426/ resources/MNG-3426/src/ resources/MNG-3426/s

2008-03-03 Thread nicolas
Author: nicolas Date: Mon Mar 3 01:55:18 2008 New Revision: 633012 URL: http://svn.apache.org/viewvc?rev=633012&view=rev Log: test case for MNG-3426 Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationt

svn commit: r630791 - /maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt

2008-02-25 Thread nicolas
Author: nicolas Date: Mon Feb 25 02:19:54 2008 New Revision: 630791 URL: http://svn.apache.org/viewvc?rev=630791&view=rev Log: MNG-3407 : improve mirrorOf to support pattern based repository URL Modified: maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt Modified: m

svn commit: r630790 - in /maven/components/branches/maven-2.0.x/maven-artifact-manager/src: main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java test/java/org/apache/maven/artifact/man

2008-02-25 Thread nicolas
Author: nicolas Date: Mon Feb 25 02:19:26 2008 New Revision: 630790 URL: http://svn.apache.org/viewvc?rev=630790&view=rev Log: MNG-3407 : improve mirrorOf to support pattern based repository URL Modified: maven/components/branches/maven-2.0.x/maven-artifact-manager/src/main/java/org/ap

svn commit: r630789 - in /maven/artifact/trunk/src: main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java test/java/org/apache/maven/artifact/manager/DefaultWagonManagerTest.java

2008-02-25 Thread nicolas
Author: nicolas Date: Mon Feb 25 02:18:23 2008 New Revision: 630789 URL: http://svn.apache.org/viewvc?rev=630789&view=rev Log: MNG-3407 : improve mirrorOf to support pattern based repository URL Modified: maven/artifact/trunk/src/main/java/org/apache/maven/artifact/man

svn commit: r629513 - in /maven/archiva/branches/springy/archiva-base/archiva-common/src: main/java/org/apache/maven/archiva/common/spring/ main/resources/org/apache/maven/archiva/common/spring/ test/

2008-02-20 Thread nicolas
Author: nicolas Date: Wed Feb 20 07:53:59 2008 New Revision: 629513 URL: http://svn.apache.org/viewvc?rev=629513&view=rev Log: add support for plexus Initializable / Disposable lifecycle interfaces Added: maven/archiva/branches/springy/archiva-base/archiva-common/src/main/java/org/ap

svn commit: r628776 - /maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt

2008-02-18 Thread nicolas
Author: nicolas Date: Mon Feb 18 07:05:11 2008 New Revision: 628776 URL: http://svn.apache.org/viewvc?rev=628776&view=rev Log: MNG-3407 : improve mirrorOf to support pattern based repository URL Modified: maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt Modified: m

svn commit: r628767 - in /maven/components/branches/maven-2.0.x/maven-artifact-manager/src: main/java/org/apache/maven/artifact/manager/DefaultWagonManager.java test/java/org/apache/maven/artifact/man

2008-02-18 Thread nicolas
Author: nicolas Date: Mon Feb 18 06:55:12 2008 New Revision: 628767 URL: http://svn.apache.org/viewvc?rev=628767&view=rev Log: MNG-3407 : improve mirrorOf to support pattern based repository URL Modified: maven/components/branches/maven-2.0.x/maven-artifact-manager/src/main/java/org/ap

svn commit: r617427 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ main/java/org/apache/maven/plugin/ide/ test/java/org/apache/maven/plugin/eclipse/

2008-02-01 Thread nicolas
Author: nicolas Date: Fri Feb 1 02:29:43 2008 New Revision: 617427 URL: http://svn.apache.org/viewvc?rev=617427&view=rev Log: add @since 2.5 in javadoc to trace new parameters in doc Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ecl

svn commit: r617382 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ main/java/org/apache/maven/plugin/ide/ test/java/org/apache/maven/plugin/eclipse/ tes

2008-02-01 Thread nicolas
Author: nicolas Date: Fri Feb 1 01:11:49 2008 New Revision: 617382 URL: http://svn.apache.org/viewvc?rev=617382&view=rev Log: [MECLIPSE-79] Koert Zeilstra patch with some minor changes (groupId - artifactId separator changed to ":") Added: maven/plugins/trunk/maven-eclipse-p

svn commit: r610784 - in /maven/release/trunk/maven-release-plugin/src: main/java/org/apache/maven/plugins/release/AbstractReleaseMojo.java main/java/org/apache/maven/plugins/release/PerformReleaseMoj

2008-01-10 Thread nicolas
Author: nicolas Date: Thu Jan 10 05:29:27 2008 New Revision: 610784 URL: http://svn.apache.org/viewvc?rev=610784&view=rev Log: [MRELEASE-313] parameter to set profiles to enable on forked maven instance ran by release:perform Modified: maven/release/trunk/maven-release-plugin/src/main/

svn commit: r604458 - in /maven/plugins/trunk/maven-jar-plugin/src: it/MJAR-60/ it/mjar-30-01/ it/mjar-30-02/ it/mjar-30-03/ it/mjar-71-01/ it/mjar-71-02/ it/mjar-80-01/ it/mjar-80-02/ it/mjar-80-03/

2007-12-15 Thread nicolas
Author: nicolas Date: Sat Dec 15 09:27:08 2007 New Revision: 604458 URL: http://svn.apache.org/viewvc?rev=604458&view=rev Log: MJAR-90 : when maven runs with maven.test.skip=true, the installed test-jar is empty. + Add a skip parameter + override execute to skip the test-jar packaging

svn commit: r603626 - /maven/pom/trunk/maven/pom.xml

2007-12-12 Thread nicolas
Author: nicolas Date: Wed Dec 12 06:25:24 2007 New Revision: 603626 URL: http://svn.apache.org/viewvc?rev=603626&view=rev Log: Hey, I'm a committer now !! Modified: maven/pom/trunk/maven/pom.xml Modified: maven/pom/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/maven/pom/tr

svn commit: r603629 - /maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipseCleanMojo.java

2007-12-12 Thread nicolas
Author: nicolas Date: Wed Dec 12 06:43:29 2007 New Revision: 603629 URL: http://svn.apache.org/viewvc?rev=603629&view=rev Log: MECLIPSE-323 eclipse:clean deletes additional config files created by eclipse:eclipse Modified: maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/ap