Commit Graph

806 Commits

Author SHA1 Message Date
Jason van Zyl 27ad9858d2 Merge branch 'aether' of github.com:bentmann/maven-3 into eclipse-aether
Conflicts:
	.gitignore
	apache-maven/pom.xml
	maven-aether-provider/pom.xml
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionRangeResolver.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/DefaultVersionResolver.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/LocalSnapshotMetadataGenerator.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/MavenRepositorySystemSession.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/MavenServiceLocator.java
	maven-aether-provider/src/main/java/org/apache/maven/repository/internal/RemoteSnapshotMetadataGenerator.java
	maven-artifact/pom.xml
	maven-compat/pom.xml
	maven-compat/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
	maven-compat/src/test/java/org/apache/maven/project/LegacyLocalRepositoryManager.java
	maven-core/pom.xml
	maven-core/src/main/java/org/apache/maven/DefaultMaven.java
	maven-core/src/main/java/org/apache/maven/ReactorReader.java
	maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginRealmCache.java
	maven-core/src/main/java/org/apache/maven/project/DefaultProjectDependenciesResolver.java
	maven-core/src/main/resources/META-INF/plexus/artifact-handlers.xml
	maven-core/src/test/java/org/apache/maven/AbstractCoreMavenComponentTestCase.java
	maven-core/src/test/java/org/apache/maven/project/AbstractMavenProjectTestCase.java
	maven-core/src/test/java/org/apache/maven/project/LegacyLocalRepositoryManager.java
	maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
	maven-core/src/test/java/org/apache/maven/repository/TestRepositoryConnector.java
	maven-core/src/test/java/org/apache/maven/settings/PomConstructionWithSettingsTest.java
	maven-embedder/pom.xml
	maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
	maven-model-builder/pom.xml
	maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
	maven-model/pom.xml
	maven-plugin-api/pom.xml
	maven-plugin-api/src/main/mdo/plugin.mdo
	maven-plugin-api/src/site/apt/index.apt
	maven-repository-metadata/pom.xml
	maven-settings-builder/pom.xml
	maven-settings/pom.xml
	pom.xml
	src/site/site.xml
2013-02-14 20:21:50 -05:00
olivier lamy 40ecab772c use released wagon 2.4 2013-02-10 21:13:15 +01:00
Hervé Boutemy ada6bd1e63 introduced maven.site.path property 2013-02-07 00:02:31 +01:00
Hervé Boutemy 297bbca90f fixed svnpubsub configuration (since parent pom upgrade, staging
result base directory has changed)
2013-02-07 00:00:04 +01:00
Hervé Boutemy 02014d8b38 updated ciManagement url 2013-02-06 22:19:56 +01:00
Hervé Boutemy ca514cea44 updated svnpubsub configuration to publish to /ref/3-LATEST (consistent
with websites' r849425)
2013-02-06 22:18:06 +01:00
Hervé Boutemy aeee413bda updated maven-parent to latest release 2013-02-02 18:08:18 +01:00
Hervé Boutemy ab9b42d3db publish site to fixed location /ref/3-latest to better use svnpubsub:
release directory creation will be done with "svn cp 3-latest <effective
release version>"
2013-02-02 15:28:13 +01:00
Hervé Boutemy 3ad5e54036 improved description 2013-02-02 15:21:09 +01:00
Kristian Rosenvold 176a85f43c Fixed line feeds, added .gitattributes 2013-01-29 16:27:02 +01:00
Hervé Boutemy 72bdc8602e added slf4j-simple logging configuration reinitialization to have
Core ITs run without errors
2013-01-06 11:50:25 +01:00
Benjamin Bentmann 36bee64938 Added Aether's snapshot repo to ease building 2012-12-29 22:27:26 +01:00
Hervé Boutemy c5f54f8a6a fixed bootstrap (really, this time) 2012-12-20 08:58:13 +01:00
Hervé Boutemy 547b8c4c30 fix bootstrap (with Ant) 2012-12-20 08:49:02 +01:00
Hervé Boutemy 2acec0557a avoid timestamp in javadoc 2012-12-16 21:21:58 +01:00
Hervé Boutemy 866f2c58b8 prepared svnpubsub for site 2012-12-15 10:48:38 +01:00
Anders Hammar f95ab2e7cd [MNG-5402] Better build number for git
Signed-off-by: Anders Hammar <anders@hammar.net>
2012-12-05 14:21:04 +01:00
Anders Hammar 19492b485a [MNG-5403] tar.gz release artifacts have wrong permissions on directories
Upgrading to m-assembly-p v2.4 solves this.

Signed-off-by: Anders Hammar <anders@hammar.net>
2012-12-04 13:50:03 +01:00
Jason van Zyl 73e1445987 [maven-release-plugin] prepare for next development iteration 2012-12-03 19:58:46 -08:00
Jason van Zyl 618d12906d [maven-release-plugin] prepare release maven-3.1.0 2012-12-03 19:58:40 -08:00
olivier lamy af70de4b96 fix scm informations 2012-12-01 12:24:39 +01:00
Kristian Rosenvold 86004d6022 o Classworlds 2.4.2 2012-12-01 11:16:17 +01:00
Hervé Boutemy 4c8b3009d1 removed non-aggregate reportSets which duplicate default ones (then
cause twice plugin invocation)
2012-11-30 19:56:20 +01:00
Kristian Rosenvold 9712df3ded o Fixed another classloader leak where core was grabbing random elements in plugin classloaders 2012-11-30 08:56:19 +01:00
Jason van Zyl 620137ebca MNG-5386: Dispose of ClassRealms after invocation to prevent out of Permgen errors (update to classworlds 2.4.1) 2012-11-29 21:51:11 -08:00
Jason van Zyl fcffe3c9d5 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413481 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 05:07:28 +00:00
Jason van Zyl 29c9b29f68 [maven-release-plugin] prepare release maven-3.1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413479 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 05:07:15 +00:00
Jason van Zyl b5f1798f2d - revert the release as we're missing MNG-5381
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413389 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 19:07:27 +00:00
Jason van Zyl 84b15b971b [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413381 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 17:59:53 +00:00
Jason van Zyl 7815ab87ad [maven-release-plugin] prepare release maven-3.1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413379 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 17:59:36 +00:00
Jason van Zyl fdf808d012 wagon 2.3 will be in central shortly, remove from the POM for the release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413074 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 21:41:40 +00:00
Jason van Zyl f45e5f1084 wagon 2.3 will be in central shortly, remove from the POM for the release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413074 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 21:41:40 +00:00
Jason van Zyl c401d36101 use staging repository in the POM to test Wagon 2.3, this is wrong but until the Jenkins/Nexus setup is figured out this will keep the build working
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411752 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 17:20:20 +00:00
Jason van Zyl 0098ceb9fc use staging repository in the POM to test Wagon 2.3, this is wrong but until the Jenkins/Nexus setup is figured out this will keep the build working
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411752 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 17:20:20 +00:00
Jason van Zyl 603fe408ca update to Wagon 2.3 through the staging repo so we can validate 2.3 is good with master
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411743 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 16:58:42 +00:00
Jason van Zyl 1e41eff172 update to Wagon 2.3 through the staging repo so we can validate 2.3 is good with master
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411743 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 16:58:42 +00:00
Herve Boutemy 143354e5f9 [MNG-5380] [MNG-5336] use Modello 1.6, which adds xml:space="preserve" support for DOM and fixes xdoc propoerties output
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411559 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 06:30:12 +00:00
Herve Boutemy 731fa826e5 [MNG-5380] [MNG-5336] use Modello 1.6, which adds xml:space="preserve" support for DOM and fixes xdoc propoerties output
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411559 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 06:30:12 +00:00
Herve Boutemy f750ec8970 added link to plexus-container-default javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411369 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 19:50:04 +00:00
Herve Boutemy 21c2429519 added link to plexus-container-default javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411369 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 19:50:04 +00:00
Herve Boutemy 17eec87d33 plexus-utils 3.0.9 released
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411083 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 06:58:42 +00:00
Herve Boutemy d707fa5b81 plexus-utils 3.0.9 released
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1411083 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 06:58:42 +00:00
Herve Boutemy 9bfdb4fe49 [MNG-5380] preserve whitespace in Maven plugin configuration when elemnt has xml:space="preserve"
partial fix, Modello 1.6 is required but I can't deploy it

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1410886 13f79535-47bb-0310-9956-ffa450edef68
2012-11-18 13:29:18 +00:00
Herve Boutemy 7def319030 [MNG-5380] preserve whitespace in Maven plugin configuration when elemnt has xml:space="preserve"
partial fix, Modello 1.6 is required but I can't deploy it

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1410886 13f79535-47bb-0310-9956-ffa450edef68
2012-11-18 13:29:18 +00:00
Herve Boutemy ed3893b188 o upgraded MPIR to 2.6
o added Markdown support to m-site-p (waiting for next m-site-p version which will include it by default)

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1407910 13f79535-47bb-0310-9956-ffa450edef68
2012-11-11 04:22:44 +00:00
Jason van Zyl 78a18e907d o update to slf4j 1.7.2 which allows the customization of the WARN level label. in the case of maven we vary slightly from all the standard logging implementations in that we use the string WARNING instead of WARN. once this change is made all the ITs pass again as all the failures were the result of string searches anchored on WARNING.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1397289 13f79535-47bb-0310-9956-ffa450edef68
2012-10-11 20:26:24 +00:00
Jason van Zyl 25669cfe13 o cleanup from git svn merge problem i created
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1396844 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 22:52:29 +00:00
Jason van Zyl a23f7cfd10 o Use SLF4J for logging
Conflicts:

	pom.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1396842 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 22:48:08 +00:00
Jason van Zyl 22df629f97 o cleanup after merge
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1396668 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 16:19:12 +00:00
Herve Boutemy 49d8d172d9 next version will be 3.1 (Jira updated accordingly: 3.1 renamed to 3.2)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1395257 13f79535-47bb-0310-9956-ffa450edef68
2012-10-07 09:14:21 +00:00
Jason van Zyl 6e901c5797 o Enabled support and discovery of JSR-330 components
o Added Slf4j logger factory to support generic JSR-330 logging

o Exported Guice package for components that access Guice (or better it's injector) directly

Widen export of Guice packages (not ideal, need to look into ways to avoid this)

o use specific exports

o for now we will attempt to hide all of Guice in plugin realms and we'll do a bit of testing

closes #3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1380105 13f79535-47bb-0310-9956-ffa450edef68
2012-09-03 01:07:31 +00:00
Herve Boutemy 3ef5106320 removed mailing lists since they have been added to maven-parent 22
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1377421 13f79535-47bb-0310-9956-ffa450edef68
2012-08-26 11:22:54 +00:00
Olivier Lamy 6025a22092 use last parent pom
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1372606 13f79535-47bb-0310-9956-ffa450edef68
2012-08-13 20:53:35 +00:00
Olivier Lamy 26d610db6e use last surefire version 2.12
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1355275 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 08:57:14 +00:00
Olivier Lamy 9ec797b4fa use last compiler plugin version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1355274 13f79535-47bb-0310-9956-ffa450edef68
2012-06-29 08:57:05 +00:00
Olivier Lamy a31a898955 compiler plugin 2.4 is faster
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1338062 13f79535-47bb-0310-9956-ffa450edef68
2012-05-14 08:44:52 +00:00
Olivier Lamy 003853ae35 [MNG-5261] upgrade wagon version to 2.3 to fix issues with redirect
use 2.3-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1300653 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 17:27:28 +00:00
Benjamin Bentmann 82b345e009 o Migrated to Eclipse Aether 2011-12-30 21:43:28 +01:00
Olivier Lamy 79b40d219a upgrade to wagon 2.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1221248 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20 13:23:02 +00:00
Olivier Lamy fef00bd1fb upgrade to wagon 2.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1221248 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20 13:23:02 +00:00
Olivier Lamy 85ed3a1525 bump version to 3.0.5-SNAPSHOT 3.0.4 is on release branch: feel free to hack :-) here
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1211509 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 16:22:49 +00:00
Olivier Lamy 65507bcfde bump version to 3.0.5-SNAPSHOT 3.0.4 is on release branch: feel free to hack :-) here
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1211509 13f79535-47bb-0310-9956-ffa450edef68
2011-12-07 16:22:49 +00:00
Olivier Lamy 862ff21440 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210462 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 13:48:51 +00:00
Olivier Lamy 36abba0fa0 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210462 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 13:48:51 +00:00
Olivier Lamy 11c001ba01 [maven-release-plugin] prepare release maven-3.0.4-RC3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210460 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 13:47:24 +00:00
Olivier Lamy d8f872895e [maven-release-plugin] prepare release maven-3.0.4-RC3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210460 13f79535-47bb-0310-9956-ffa450edef68
2011-12-05 13:47:24 +00:00
Olivier Lamy 5259b7b623 back to 3.0.4-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210076 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 08:46:27 +00:00
Olivier Lamy b8e759de02 back to 3.0.4-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1210076 13f79535-47bb-0310-9956-ffa450edef68
2011-12-04 08:46:27 +00:00
Olivier Lamy 8edd56b679 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1209001 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:44:24 +00:00
Olivier Lamy f154515a41 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1209001 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:44:24 +00:00
Olivier Lamy 790169b9a5 [maven-release-plugin] prepare release maven-3.0.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208998 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:43:14 +00:00
Olivier Lamy 8abaddfd17 [maven-release-plugin] prepare release maven-3.0.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208998 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:43:14 +00:00
Olivier Lamy 277d085f4b fix ciMngt url
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208991 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:20:32 +00:00
Olivier Lamy 858a7f8113 fix ciMngt url
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208991 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:20:32 +00:00
Olivier Lamy cf4b48d603 add properties to ease site stage deploy
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208990 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:20:16 +00:00
Olivier Lamy 28f106faa3 add properties to ease site stage deploy
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208990 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 08:20:16 +00:00
Olivier Lamy 92f77d696b use aether 1.13.1 which prevent issues for http(s) deploy to http(s) server which doesn't support chuncked transfert (ie ngnix)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208057 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 20:38:45 +00:00
Olivier Lamy 01d6ddeada use aether 1.13.1 which prevent issues for http(s) deploy to http(s) server which doesn't support chuncked transfert (ie ngnix)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208057 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 20:38:45 +00:00
Olivier Lamy 1fe4016cf1 vote cancelled back to 3.0.4-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1207843 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 12:09:14 +00:00
Olivier Lamy 13c114df16 vote cancelled back to 3.0.4-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1207843 13f79535-47bb-0310-9956-ffa450edef68
2011-11-29 12:09:14 +00:00
Olivier Lamy 272c17979b [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1206076 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 08:15:06 +00:00
Olivier Lamy ae1e859263 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1206076 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 08:15:06 +00:00
Olivier Lamy 6d375983a4 [maven-release-plugin] prepare release maven-3.0.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1206073 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 08:14:04 +00:00
Olivier Lamy 878c4febd2 [maven-release-plugin] prepare release maven-3.0.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1206073 13f79535-47bb-0310-9956-ffa450edef68
2011-11-25 08:14:04 +00:00
Olivier Lamy 4c12417114 [MNG-5175] replace wagon http lightweight with wagon http 2.1 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1205928 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 16:56:55 +00:00
Olivier Lamy 8800539f43 [MNG-5175] replace wagon http lightweight with wagon http 2.1 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1205928 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 16:56:55 +00:00
Olivier Lamy f360758345 use wagon 2.1-SNAPSHOT for http://jira.codehaus.org/browse/WAGON-353
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1203183 13f79535-47bb-0310-9956-ffa450edef68
2011-11-17 13:34:45 +00:00
Olivier Lamy 8d186526ca use wagon 2.1-SNAPSHOT for http://jira.codehaus.org/browse/WAGON-353
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1203183 13f79535-47bb-0310-9956-ffa450edef68
2011-11-17 13:34:45 +00:00
Olivier Lamy c15263a465 [MNG-5201] upgrade aether to 1.13 and sisu to 2.3.0 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1203182 13f79535-47bb-0310-9956-ffa450edef68
2011-11-17 13:34:33 +00:00
Olivier Lamy 0cc2c9b227 [MNG-5201] upgrade aether to 1.13 and sisu to 2.3.0 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1203182 13f79535-47bb-0310-9956-ffa450edef68
2011-11-17 13:34:33 +00:00
Herve Boutemy 0ea246a7cd fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1190069 13f79535-47bb-0310-9956-ffa450edef68
2011-10-27 22:23:24 +00:00
Herve Boutemy 2f670115c5 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1190069 13f79535-47bb-0310-9956-ffa450edef68
2011-10-27 22:23:24 +00:00
Herve Boutemy fd58243560 updated jxr report plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1185901 13f79535-47bb-0310-9956-ffa450edef68
2011-10-18 22:06:36 +00:00
Herve Boutemy 42aa645f96 updated jxr report plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1185901 13f79535-47bb-0310-9956-ffa450edef68
2011-10-18 22:06:36 +00:00
Olivier Lamy 6a227fdf4c [MNG-5175] replace wagon http lightweight with wagon http 2.0 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1177416 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 20:10:32 +00:00
Olivier Lamy f57a97beac [MNG-5175] replace wagon http lightweight with wagon http 2.0 .
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1177416 13f79535-47bb-0310-9956-ffa450edef68
2011-09-29 20:10:32 +00:00
Olivier Lamy af7dffd4b6 [MNG-5175] replace wagon http lightweight with wagon http 2.0 (SNAPSHOT currently)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172517 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 08:37:25 +00:00
Olivier Lamy 64d86e9f82 [MNG-5175] replace wagon http lightweight with wagon http 2.0 (SNAPSHOT currently)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1172517 13f79535-47bb-0310-9956-ffa450edef68
2011-09-19 08:37:25 +00:00
Benjamin Bentmann dbf98ae939 o Updated to buildnumber-maven-plugin:1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1166637 13f79535-47bb-0310-9956-ffa450edef68
2011-09-08 11:46:46 +00:00
Herve Boutemy 11249d8649 fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164984 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 09:57:54 +00:00
Herve Boutemy e43c8ebca3 upgraded parent pom
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164982 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 09:53:13 +00:00
Herve Boutemy 8395874100 added test-javadoc and test-jxr reports
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164975 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:53:44 +00:00
Herve Boutemy 83c92dcc21 marked aggregate reports as non-inherited (even if this is known to non-working: MNG-5155)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164971 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:35:22 +00:00
Herve Boutemy 647e2290b8 removed now unused m2e configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1164970 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 08:32:11 +00:00
Mark Struberg d5b19f8fd3 [MNG-5152] upgrade maven to use wagon-1.0 now
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1155273 13f79535-47bb-0310-9956-ffa450edef68
2011-08-09 09:06:31 +00:00
Herve Boutemy d72645dcbe upgraded maven-site-plugin to 3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1153633 13f79535-47bb-0310-9956-ffa450edef68
2011-08-03 19:59:42 +00:00
Jason van Zyl ef62188881 o make it possible to change:
- the overarching archive name
 - id of the product
 - long name of the product
 - short name of the product
 - have "mvn -v" output this information so that it's clear it's not Apache Maven

This allows people in the community creating builds of their own builds of Apache Maven to conform to the naming conventions put forth by the Apache Software Foundation.



git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1151924 13f79535-47bb-0310-9956-ffa450edef68
2011-07-28 16:46:23 +00:00
Benjamin Bentmann 84f7f7bbb1 [MNG-5131] Wrong encoding for encrypted passwords
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1151419 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 10:33:11 +00:00
Herve Boutemy 5c7a60cf1c use m-jxr-p 2.3 to add aggregate source jxr
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1148930 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 20:36:09 +00:00
Herve Boutemy 3c3b778d03 updated url to match site organization: Maven core url is not the whole site but the core subset
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1147389 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 09:24:32 +00:00
Herve Boutemy 4a6f81e64e prepare m.jxr.p 2.3 with its new aggregate goal
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1147388 13f79535-47bb-0310-9956-ffa450edef68
2011-07-16 09:12:26 +00:00
Herve Boutemy 49d4f242a1 added link to Aether javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1139842 13f79535-47bb-0310-9956-ffa450edef68
2011-06-26 17:24:06 +00:00
Herve Boutemy 0badb6bdfb added link to source in javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1135330 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 22:34:07 +00:00
Herve Boutemy 7e15c1563e [MNG-5118] added aggregated javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1135327 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 22:25:46 +00:00
Olivier Lamy defd37331c upgrade compiler plugin version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1125977 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 14:53:29 +00:00
Olivier Lamy dc1f17fb54 upgrade surefire plugin version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1125974 13f79535-47bb-0310-9956-ffa450edef68
2011-05-22 14:25:41 +00:00
Olivier Lamy f713ba65b1 use last parent version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1125824 13f79535-47bb-0310-9956-ffa450edef68
2011-05-21 21:34:49 +00:00
Dennis Lundberg c5c3f655e6 Add ciManagement for Jenkins.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1103847 13f79535-47bb-0310-9956-ffa450edef68
2011-05-16 19:07:02 +00:00
Benjamin Bentmann 5460ff9559 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1075438 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:26:44 +00:00
Benjamin Bentmann 98924fcc17 [maven-release-plugin] prepare release maven-3.0.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1075436 13f79535-47bb-0310-9956-ffa450edef68
2011-02-28 17:25:08 +00:00
Benjamin Bentmann 2986a12cba [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1074306 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 21:31:36 +00:00
Benjamin Bentmann 435da1600e [maven-release-plugin] prepare release maven-3.0.3-RC1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1074303 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 21:29:33 +00:00
Benjamin Bentmann 3279b97102 [MNG-4982] [regression] Cycle between transitive dependencies causes bad effective dependency scope
[MNG-5006] [regression] Resolution of parent POMs for dependency using version range does not consider all configured repositories


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1074131 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 13:06:53 +00:00
Benjamin Bentmann e00eff8302 [MNG-3575] Allow hexadecimal parameters
[MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map
[MNG-5011] Allow to configure array/collection type plugin parameters via system properties
[MNG-5012] Allow to configure array-typed plugin parameters from expressions yielding collections and vice versa
[MNG-5013] Allow to condense configuation of plugin parameter beans that commonly require only one value


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070102 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 16:08:36 +00:00
Benjamin Bentmann ec1c5f30a6 o Updated to modello:1.4.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070069 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 13:01:32 +00:00
Benjamin Bentmann cf77d10c9e o Updated to plexus-utils:2.0.6
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070064 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 12:45:05 +00:00
Olivier Lamy 881d5884bd upgrade to surefire 2.7.2 which is more faster
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1067550 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 23:35:08 +00:00
Benjamin Bentmann 192fa3e111 o Reverted r1062210 as per http://www.mail-archive.com/dev@maven.apache.org/msg86978.html
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1062214 13f79535-47bb-0310-9956-ffa450edef68
2011-01-22 17:54:17 +00:00
Benjamin Bentmann 2893fd9054 [MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1062210 13f79535-47bb-0310-9956-ffa450edef68
2011-01-22 17:22:15 +00:00
Benjamin Bentmann 8e60779cbb [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1056850 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 00:49:39 +00:00
Benjamin Bentmann 0023226958 [maven-release-plugin] prepare release maven-3.0.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1056847 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 00:48:15 +00:00
Benjamin Bentmann 499e2d7ee7 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1055634 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 20:42:41 +00:00
Benjamin Bentmann c4f1c5ca4d [maven-release-plugin] prepare release maven-3.0.2-RC1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1055631 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 20:40:50 +00:00
Benjamin Bentmann f455bcef5c o Updated to aether:1.9
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1055552 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 17:45:07 +00:00
Benjamin Bentmann fb52cac08b [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1038046 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 10:47:01 +00:00
Benjamin Bentmann 308d4d45e5 [maven-release-plugin] prepare release maven-3.0.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1038043 13f79535-47bb-0310-9956-ffa450edef68
2010-11-23 10:44:18 +00:00
Benjamin Bentmann 2c935ddff8 o Polished comment
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1037723 13f79535-47bb-0310-9956-ffa450edef68
2010-11-22 14:00:30 +00:00
Benjamin Bentmann 2af6eb051b o Added workaround for MNG-3443 to ensure distro ends up being the same regardless of Maven version being used
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1037720 13f79535-47bb-0310-9956-ffa450edef68
2010-11-22 13:56:47 +00:00
Benjamin Bentmann 2c74959bba [MNG-4903] Update to Wagon 1.0-beta-7
o Excluded superfluous dependency on commons-logging which was accidently introduced by WAGON-60

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1037706 13f79535-47bb-0310-9956-ffa450edef68
2010-11-22 13:13:51 +00:00
Benjamin Bentmann 7e57e9ea83 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1036683 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 23:52:24 +00:00
Benjamin Bentmann 93af60e038 [maven-release-plugin] prepare release maven-3.0.1-RC1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1036681 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 23:50:08 +00:00
Benjamin Bentmann a3f0ad50ce [MNG-4884] Guice provision errors
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1036674 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 23:07:33 +00:00
Benjamin Bentmann 6af651b2b4 [MNG-4883] [regression] Dependency resolution does not fail for artifact with over-constrained version ranges
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1036663 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 22:44:23 +00:00
Dennis Lundberg 381f2ac253 [MNG-4903] Update to Wagon 1.0-beta-7
Issue id: MNG-4903

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1036567 13f79535-47bb-0310-9956-ffa450edef68
2010-11-18 18:25:21 +00:00
Benjamin Bentmann 0fb027ea44 [MNG-4895] Plugins depending on 3rd party JARs that contain the Maven API can't be configured/run due to type incompatibilities
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1034880 13f79535-47bb-0310-9956-ffa450edef68
2010-11-13 21:09:45 +00:00
Benjamin Bentmann dba97347c1 o Declared used dependencies
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1030060 13f79535-47bb-0310-9956-ffa450edef68
2010-11-02 14:28:14 +00:00
Brett Leslie Porter 22f6fe3644 remove redundant part of name
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004219 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 12:34:38 +00:00
Benjamin Bentmann 03789c3155 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004207 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 11:45:32 +00:00
Benjamin Bentmann eaf528f2ce [maven-release-plugin] prepare release maven-3.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004204 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 11:43:40 +00:00
Benjamin Bentmann b175144ead o Updaed to aether:1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004178 13f79535-47bb-0310-9956-ffa450edef68
2010-10-04 10:02:46 +00:00
Benjamin Bentmann 3b986a00d8 o Updated to plexus-component-metadata:1.5.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1003435 13f79535-47bb-0310-9956-ffa450edef68
2010-10-01 08:42:37 +00:00
Benjamin Bentmann 388e659a17 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1001464 13f79535-47bb-0310-9956-ffa450edef68
2010-09-26 16:09:27 +00:00
Benjamin Bentmann 8f839aef4c [maven-release-plugin] prepare release maven-3.0-RC3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1001462 13f79535-47bb-0310-9956-ffa450edef68
2010-09-26 16:07:40 +00:00
Benjamin Bentmann 2c073d024b [MNG-4794] 'org.apache.maven.plugins:maven-install-plugin:2.3.1'. A required class is missing: org.codehaus.plexus.digest.Digester
[MNG-4798] NullPointerException at NearestVersionConflictResolver.selectVersion()


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1001459 13f79535-47bb-0310-9956-ffa450edef68
2010-09-26 15:49:05 +00:00
Benjamin Bentmann 87d3ffae46 [MNG-4832] Maven 3 Regression: Missing constructor of org.codehaus.plexus.component.configurator.converters.special.ClassRealmConverter
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1001090 13f79535-47bb-0310-9956-ffa450edef68
2010-09-24 21:40:42 +00:00
Benjamin Bentmann f87fea9589 [MNG-4836] Incorrect recursive expression cycle errors (update plexus-interpolation)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1000611 13f79535-47bb-0310-9956-ffa450edef68
2010-09-23 20:32:15 +00:00
Benjamin Bentmann 0707794c27 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1000118 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 18:18:54 +00:00
Benjamin Bentmann eecf91a606 [maven-release-plugin] prepare release maven-3.0-RC2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1000115 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 18:17:16 +00:00
Benjamin Bentmann a0b4f112bb [MNG-4811] Custom Maven Plugin regression in Maven 3.x, custom ComponentConfigurator causes infinite loop
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1000107 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 17:55:27 +00:00
Benjamin Bentmann 73b8f102f6 [MNG-4815] (3.0-RC1) Maven Java API does not give nice error messages when improperly configured
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1000091 13f79535-47bb-0310-9956-ffa450edef68
2010-09-22 17:05:25 +00:00
Benjamin Bentmann 62b1a5ffb0 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@997478 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15 19:53:16 +00:00
Benjamin Bentmann 6da76b975a [maven-release-plugin] prepare release maven-3.0-RC1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@997476 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15 19:50:30 +00:00
Benjamin Bentmann a7c10dcb30 [MNG-4793] Unable to obtain archiver for extension 'zip'
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@997467 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15 19:23:59 +00:00
Benjamin Bentmann 122d51960a [MNG-4751] Snapshot version not resolved for version range
o Reverted fix for MNG-3092 until we have a more robust solution in place

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@997380 13f79535-47bb-0310-9956-ffa450edef68
2010-09-15 16:08:51 +00:00
Benjamin Bentmann 1939ae56d9 [MNG-4789] [regression] Difference in compile scope dependency resolution
[MNG-4800] Conflict resolution does not pick sub tree of nearest dependency if farther conflicting dependency has wider scope


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@996468 13f79535-47bb-0310-9956-ffa450edef68
2010-09-13 09:33:55 +00:00
Benjamin Bentmann 08404c7a80 [MNG-4786] [regression] Ant-based mojo using maven-script-ant:2.1.0+ causes NPE
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@991314 13f79535-47bb-0310-9956-ffa450edef68
2010-08-31 20:05:10 +00:00
Benjamin Bentmann 2df157de23 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990787 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 12:36:40 +00:00
Benjamin Bentmann 546399c38d [maven-release-plugin] prepare release maven-3.0-beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990785 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 12:34:49 +00:00
Benjamin Bentmann 1cbef71e7b [MNG-4779] NullPointerException thrown during dependency resolution when dependency with range occurs more than once in the dirty tree
[MNG-4781] Can't deploy to Nexus staging repository


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990771 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 11:17:36 +00:00
Benjamin Bentmann af9798e325 o Updated to spice-inject-plexus:1.3.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990754 13f79535-47bb-0310-9956-ffa450edef68
2010-08-30 10:01:06 +00:00
Benjamin Bentmann 16759b10fe o Added animal-sniffer-maven-plugin to enforce Java 1.5 runtime compat
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@990383 13f79535-47bb-0310-9956-ffa450edef68
2010-08-28 15:22:09 +00:00
Benjamin Bentmann e75d39f41a [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989402 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 23:13:09 +00:00
Benjamin Bentmann 26dde61f15 [maven-release-plugin] prepare release maven-3.0-beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989400 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 23:11:42 +00:00
Benjamin Bentmann f2b3f35f70 o Updated to aether:1.1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989399 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 23:02:08 +00:00
Benjamin Bentmann ae04af8e05 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989338 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 20:14:23 +00:00
Benjamin Bentmann d04d6265e8 [maven-release-plugin] prepare release maven-3.0-beta-3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989336 13f79535-47bb-0310-9956-ffa450edef68
2010-08-25 20:12:52 +00:00
Benjamin Bentmann 6c37a89744 [MNG-4756] Aether integration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@988749 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 22:46:07 +00:00
Benjamin Bentmann 44c35b0510 [MNG-4749] Move from Plexus to Guice as IoC container
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@988484 13f79535-47bb-0310-9956-ffa450edef68
2010-08-24 11:18:30 +00:00
Benjamin Bentmann d7e4dc09eb [MNG-4762] maven-repository module specifies incorrect version for parent
o Removed cruft

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@984947 13f79535-47bb-0310-9956-ffa450edef68
2010-08-12 20:24:35 +00:00
Benjamin Bentmann ab39d82dd1 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983204 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 10:53:09 +00:00
Benjamin Bentmann 99823b034e [maven-release-plugin] prepare release maven-3.0-beta-2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@983202 13f79535-47bb-0310-9956-ffa450edef68
2010-08-07 10:51:26 +00:00
Benjamin Bentmann c6aab7be9f o Moved settings building into separate module
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@964730 13f79535-47bb-0310-9956-ffa450edef68
2010-07-16 09:59:13 +00:00
Benjamin Bentmann c389e65f2b o Separated maven-metadata.xml model into separate module for easy reuse in standalone repository library
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@950566 13f79535-47bb-0310-9956-ffa450edef68
2010-06-02 13:56:15 +00:00
Benjamin Bentmann 1a59d57746 o Removed dead code
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949832 13f79535-47bb-0310-9956-ffa450edef68
2010-05-31 18:48:45 +00:00
Herve Boutemy 38d44c6e57 formatting fixes
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949544 13f79535-47bb-0310-9956-ffa450edef68
2010-05-30 17:52:23 +00:00
Benjamin Bentmann 8de97b662d [MNG-4643] [regression] Transitive dependency not available due to dependency POM erroneously rejected as invalid
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@949443 13f79535-47bb-0310-9956-ffa450edef68
2010-05-29 21:56:29 +00:00
Olivier Lamy c3d23fe671 revert parent upgrade
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@944888 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 17:50:54 +00:00
Olivier Lamy 45679de67c upgrade parent version
upgrade site plugin version

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@944879 13f79535-47bb-0310-9956-ffa450edef68
2010-05-16 16:26:16 +00:00
Benjamin Bentmann 5b387d543b o Disabled cobertura-maven-plugin to get site generation working
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@937218 13f79535-47bb-0310-9956-ffa450edef68
2010-04-23 09:50:50 +00:00
Benjamin Bentmann 1253e7d631 o Updated to plexus-utils:2.0.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@936685 13f79535-47bb-0310-9956-ffa450edef68
2010-04-22 09:35:33 +00:00
Benjamin Bentmann b329fdb4e5 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@935667 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19 16:55:28 +00:00
Benjamin Bentmann 958b6eced1 [maven-release-plugin] prepare release maven-3.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@935664 13f79535-47bb-0310-9956-ffa450edef68
2010-04-19 16:54:05 +00:00
Kristian Rosenvold dbc214def7 [MNG-4632] Class loading is not thread-safe
Fixed problem where ClassWorld was missing a synchronized.

Also code-reviewed synchronization in ClassWorld vs ClassLoader and
discovered no other problems.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@933714 13f79535-47bb-0310-9956-ffa450edef68
2010-04-13 17:34:29 +00:00
Herve Boutemy d6c1136f93 upgraded Modello to 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@932997 13f79535-47bb-0310-9956-ffa450edef68
2010-04-11 21:36:08 +00:00
Benjamin Bentmann 95022ebf36 [MNG-4022] Incorrect merge behavior using profile driven plugin configuration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@931329 13f79535-47bb-0310-9956-ffa450edef68
2010-04-06 21:09:45 +00:00
Benjamin Bentmann bf506287ed o Fixed mailing list links
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@930752 13f79535-47bb-0310-9956-ffa450edef68
2010-04-04 21:23:44 +00:00
Benjamin Bentmann 4b084a7e3f o Excluded unwanted test files as pointed out by Brett
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@926045 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22 12:00:03 +00:00
Herve Boutemy db4ad728be added autoVersionSubmodules=true option for maven-release-plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@923344 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 17:24:12 +00:00
Herve Boutemy f337a5a3e5 re-activated modello xdoc and xsd generation in pre-site phase (were commented out)
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@922571 13f79535-47bb-0310-9956-ffa450edef68
2010-03-13 13:56:11 +00:00
Benjamin Bentmann bfaab01874 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@921170 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 22:24:47 +00:00