Hervé Boutemy
3e95b5f1c7
updated content
2012-12-16 21:13:57 +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
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
527cee25ef
- Look for older setups as well, thanks to @mcculls for spotting this
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413474 13f79535-47bb-0310-9956-ffa450edef68
2012-11-26 03:50:32 +00:00
Jason van Zyl
a284ef279c
- keep git init script out of the source distribution
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413393 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 19:23:04 +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
becf420bfa
- export JAVA_HOME if it is not set or it commands, like javadoc, that expect it don't work very well
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413378 13f79535-47bb-0310-9956-ffa450edef68
2012-11-25 17:50:48 +00:00
Jason van Zyl
63fd9ed4d8
MNG-5376: Account for changes between the Apple and Oracle JDKs on OSX
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1413208 13f79535-47bb-0310-9956-ffa450edef68
2012-11-24 17:22:54 +00:00
Jason van Zyl
325972aed0
MNG-5376: Account for changes between the Apple and Oracle JDKs on OSX
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1412409 13f79535-47bb-0310-9956-ffa450edef68
2012-11-22 02:24:16 +00:00
Jason van Zyl
44f65114cc
MNG-5053: Remove obsolete debugger arguments
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1409024 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 23:35:05 +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
d2a9a88c9e
Explicitly set Sisu container logging to 'info' so it doesn't appear during Maven debug (-X) logging. To re-enable, remove this line from conf/logging/simplelogger.properties in the distribution.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1396843 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 22:48:14 +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
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
Robert Scholte
ecb64a623a
Adjust default value of localRepository in xml-comment
...
Issue id: MNG-5258
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1300694 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 19:30:17 +00:00
Benson Margulies
9b7613b81c
Take the dir format away.
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1212997 13f79535-47bb-0310-9956-ffa450edef68
2011-12-11 12:30:30 +00:00
Benson Margulies
52beaf6221
MNG-5214: Dependency resolution substitutes g 🅰️ v:jar for j 🅰️ v:something-else when something-else isn't in the reacto
...
o When Aether asks the ReactorReader for a file for an artifact, remember to match type and classifier. And if all else
fails, do not return target/classes if the desired artifact is not of type 'jar'. Arguably, if type or classifier
are non-default, then we should never return those default paths at all.
o Add 'dir' format to make it quicker to run a quick test. If everyone hates this I'll revert it.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1212564 13f79535-47bb-0310-9956-ffa450edef68
2011-12-09 18:30:26 +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
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
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
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
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
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
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
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
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
3aa1fdc077
exclude org.apache.httpcomponents:* as they are shaded in wagon-http-2.1-shaded.jar
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1205950 13f79535-47bb-0310-9956-ffa450edef68
2011-11-24 18:27:51 +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
Benjamin Bentmann
7be869cfe0
o Cleaned up POM
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1166129 13f79535-47bb-0310-9956-ffa450edef68
2011-09-07 11:39:32 +00:00
Benjamin Bentmann
f83b0bf199
[MNG-5158] Make loading of extensions from lib/ext more robust with regard to existence of ext directory
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1159520 13f79535-47bb-0310-9956-ffa450edef68
2011-08-19 07:27:11 +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
Herve Boutemy
ceac25c39b
added description for every module
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1148953 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 22:10:09 +00:00
Herve Boutemy
799d63bf87
[MNG-5119] added Javadocs and JXR links in left menu for every module to give easy access to code
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1137154 13f79535-47bb-0310-9956-ffa450edef68
2011-06-18 10:00:46 +00:00
Benjamin Bentmann
e2ad36018b
[MNG-5046] Remove $Id$ from sources
...
Submitted by: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1084807 13f79535-47bb-0310-9956-ffa450edef68
2011-03-23 23:30:11 +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
9c2827776f
o Updated copyright year
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1074292 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 21:15:31 +00:00
Benjamin Bentmann
6f04bf8499
[MNG-5020] JAVA_HOME auto discovery
...
Submitted by: Maciej Mazur
o Extended original patch to other run scripts as well
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1074273 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 19:47:42 +00:00
Benjamin Bentmann
9d08406782
o Set svn:eol-style=LF
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070159 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 22:05:23 +00:00
Benjamin Bentmann
ddf3bce5fa
[MNG-4956] Cygwin mvn script modifies CLASSPATH environment variable
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1070158 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 21:57:20 +00:00
Benjamin Bentmann
4be6fd8705
[MNG-5005] bin/mvn contains platform specific echo when on Mac OSX and JAVA_VERSION envvar is set
...
Submitted by: Jason Dillon
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1068201 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 22:54:34 +00:00
Benjamin Bentmann
6c1e1a0297
o Set svn:eol-style=native
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1061323 13f79535-47bb-0310-9956-ffa450edef68
2011-01-20 14:47:34 +00:00
Benjamin Bentmann
3d56dc15e8
[MNG-4984] Simplify drop in of 3rd party extensions for Maven core
...
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1060814 13f79535-47bb-0310-9956-ffa450edef68
2011-01-19 13:48:17 +00:00