9667 Commits

Author SHA1 Message Date
Jason van Zyl
0728685237 [maven-release-plugin] prepare release maven-3.1.1 maven-3.1.1 2013-09-17 11:17:43 -04:00
Jason van Zyl
b7e3ce220c I'm reverting this as per Benjamin: the change to the artifact filter is an optimization to avoid downloading needless artifacts, but for cases of uber JARs or other stuff pulling in those packages, the class realm manager's imports are crucial 2013-09-17 10:22:35 -04:00
Jason van Zyl
c61c387cf6 MNG-5513: Artifact filtering not updated for Eclipse Aether filtering
Also, please note that org.eclipse.aether.internal.impl should be imported into plugin realms, thereby restoring Maven 3.0.x style behavior which imports org.sonatype.aether.impl and sub packages (especially o.s.a.impl.internal which after the move to Eclipse is no longer a sub package of o.e.a.impl)  according to Benjamin (thanks!)
2013-09-17 00:09:54 -04:00
Jason van Zyl
0194cd61c8 We must also filter out the old Aether as well to prevent NoClassDefFoundErrors 2013-09-14 21:02:05 -04:00
Jason van Zyl
6125acf1c4 Merge branch 'mng-5513' 2013-09-14 20:22:18 -04:00
Jason van Zyl
340dd3fc6e Change poms over to major.minor-SNAPSHOT 2013-09-14 17:05:06 -04:00
Hervé Boutemy
f27287ce24 fix scm connection and developerConnection values in modules, waiting
for maven-scm support of default inherited values, which appends
/${artifactId}
2013-09-14 18:36:36 +02:00
Hervé Boutemy
65e219f621 fix scm connection and developerConnection values in modules, waiting
for maven-scm support of default inherited values, which appends
/${artifactId}
2013-09-14 16:15:38 +02:00
Hervé Boutemy
581f48554c use project.scm.tag property in web access to avoid value change when
releasing or branching
2013-09-14 16:15:23 +02:00
Daniel Kulp
eb2f2b1acd Add a LICENSE/NOTICE that can be picked up for the src assembly 2013-09-11 16:39:30 -04:00
Tamas Cservenak
97732f7ee7 [MNG-5513] Restoring Maven 3.0.x style behavior
As it was importing org.sonatype.aether.impl and
sub packages, but since Aether move to Eclipse
the org.eclipse.aether.internal.impl is no longer
sub package of org.eclipse.aether.impl (but it
was in Sonatype Aether)
2013-09-11 14:01:15 +02:00
Tamas Cservenak
4a7b25c3dd [MNG-5513] Artifact filtering for Eclipse Aether fixed
The filtering was left unchanged, while Aether
GroupID changed from org.sonatype.aether to
org.eclipse.aether, basically letting
Plugins to reference Eclipse Aether that
would produce runtime Linkage errors.
2013-09-11 13:59:40 +02:00
Hervé Boutemy
02d1242306 change scm view url to GitHub mirror: automatic url of modules does not
work with Apache's GitWeb but is ok with GitHub
2013-09-07 16:40:56 +02:00
Jason van Zyl
07f0fce320 [maven-release-plugin] prepare for next development iteration 2013-09-05 12:59:21 -04:00
Jason van Zyl
892b464683 [maven-release-plugin] prepare release maven-3.1.1 2013-09-05 12:59:15 -04:00
rfscholte
c9950d777c [MNG-5509] org.apache.maven.repository.legacy.DefaultWagonManager should
set User-Agent
2013-08-31 22:35:02 +02:00
rfscholte
5691c6e272 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-08-26 20:10:30 +02:00
rfscholte
c225847e4f [MNG-5459] failure to resolve pom artifact from snapshotVersion in maven-metadata.xml 2013-08-26 20:08:04 +02:00
Hervé Boutemy
7da3bbbff7 pom formatting 2013-08-25 20:50:30 +02:00
rfscholte
bf5366dc46 Add references to m-dependency-p 2013-08-25 20:34:28 +02:00
Hervé Boutemy
cc28bb2e11 forgot cropping image 2013-08-24 05:28:14 +02:00
Hervé Boutemy
d369c82a56 better representation of the fact that sisu-inject uses stock guice
where sisu-plexus uses patched version
2013-08-24 05:26:09 +02:00
Hervé Boutemy
f2e8106bf9 improved sisu/guice description:
- new Eclipse sisu structure
- added a link to guice, used through a sisu-patched version
2013-08-24 05:07:29 +02:00
Hervé Boutemy
6b2db085c0 code formatting 2013-08-21 21:38:01 +02:00
Kristian Rosenvold
6eed1f705c p-u .15 2013-08-21 07:49:05 +02:00
Jason van Zyl
11f46bd4c4 MNG-5503: Fix for the issue where Maven 3.1.0 fails to resolve artifacts produced by reactor build
The general strategy is to fall back to Aether artifact type and use its notion of identity as much as possible. I have
a simple IT taken from the sample project that I will also push.
2013-08-20 05:54:28 -07:00
Kristian Rosenvold
2fd4d482e8 Upgraded to modello 1.8.1 2013-08-16 06:24:52 +02:00
Kristian Rosenvold
cc10eaa869 Updated to latest classworlds to get concurrent classloading and resource loading perf improvment 2013-08-16 06:23:29 +02:00
Kristian Rosenvold
e8430e6d61 Updated to latest p-u and p-int 2013-08-07 07:45:12 +02:00
Kristian Rosenvold
515c006dc7 Modello 1.8, p-int 1.18 2013-08-06 19:39:18 +02:00
Kristian Rosenvold
7ab8d94f97 Updated p-u 2013-08-06 16:16:41 +02:00
Hervé Boutemy
2d33fad18c give coordinates of plexus configuration files used to define content 2013-08-02 15:24:11 +02:00
Hervé Boutemy
19b0bb3ff3 link to SLF4J documentation on switching SLF4J binding 2013-08-02 10:58:06 +02:00
Hervé Boutemy
8bbfb6f3c2 more explanations on logger names 2013-08-02 10:05:27 +02:00
Hervé Boutemy
f63335c4e6 more details on logging implementation 2013-08-02 09:58:43 +02:00
Hervé Boutemy
7cb432874f avoid warning when running 'mvn site' without reporting profile 2013-08-02 01:30:31 +02:00
Hervé Boutemy
ea97145dfc javadoc improvement 2013-08-02 01:28:45 +02:00
Hervé Boutemy
aaa198abfb improved logging documentation 2013-08-02 01:27:07 +02:00
Hervé Boutemy
0dde561629 update slf4j-api to latest 2013-08-01 20:04:22 +02:00
Dennis Lundberg
a58b91819c Add missing license header. 2013-07-28 21:49:05 +02:00
Hervé Boutemy
b83de53e86 [MNG-5500] tracking file is now _remote.repositories (was
_maven.repositories in Maven 3.0.x)
2013-07-28 18:35:31 +02:00
Hervé Boutemy
82eba2a03f improved javadoc 2013-07-28 14:08:13 +02:00
Hervé Boutemy
2351cc1bb9 added a link to ExceptionHandler in the "useful entry points" section 2013-07-28 13:46:14 +02:00
Hervé Boutemy
7ffd13af5f added links to toolchains descriptor reference 2013-07-27 23:10:34 +02:00
Hervé Boutemy
8009c099a0 prefer DuplicatProjectException in same package and explicit package for
org.apache.maven.project.DuplicatProjectException
2013-07-27 19:16:52 +02:00
Jason van Zyl
e084ff3b8c o change the scope of org.eclipse.sisu to test in the maven-aether-provider to prevent it from leaking out to clients. 2013-07-26 21:09:50 -04:00
Jason van Zyl
0609504133 o update to sisu 0.0.0.M5 2013-07-26 20:59:54 -04:00
Jason van Zyl
5cfcb2f5b0 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven 2013-07-21 14:09:52 -04:00
Jason van Zyl
5e771fb4a4 o remove exception for rat plugin 2013-07-21 14:04:11 -04:00
Jason van Zyl
9d6b57c5d7 o moved to the wiki: https://cwiki.apache.org/confluence/display/MAVEN/Compatibility+with+Maven+2.x 2013-07-21 14:03:25 -04:00