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 |
Olivier Lamy
|
d5259127ed
|
add missing @since 3.0.2
|
2013-07-20 15:46:16 +10:00 |
Olivier Lamy
|
e2f99c2ca5
|
add missing @since 3.1.0
|
2013-07-20 15:42:08 +10:00 |
Hervé Boutemy
|
465202c505
|
added a link to ArtifactHandler API
|
2013-07-19 19:34:02 +02:00 |
Hervé Boutemy
|
a2d30c322e
|
bump to 3.1.1-SNAPSHOT
|
2013-07-19 19:31:00 +02:00 |
Stephen Connolly
|
9f7d5171fe
|
narrow the exclusion
|
2013-07-18 11:19:00 +01:00 |
Arnaud Héritier
|
9f8eabce22
|
Bump to 3.2-SNAPSHOT
|
2013-07-15 22:37:09 +02:00 |
Daniel Kulp
|
380dc43a7a
|
Use the latest remote-resources snapshot (for now, testing purposes) to update the license links
|
2013-07-08 13:45:40 -04:00 |
Stephen Connolly
|
50a24e5418
|
upgrade to rat:0.9 and defensively prepare for maven-parent 24
|
2013-07-08 10:35:59 +01:00 |
Arnaud Héritier
|
7bb5f1957a
|
s/The Maven distribution/The Apache Maven distribution
Reported by Sebb
|
2013-07-02 17:17:38 +02:00 |
Daniel Kulp
|
b4dc8931f2
|
Some updates to start working on a proper LICENCE/NOTICE
|
2013-07-01 16:28:28 -04:00 |
Hervé Boutemy
|
1a6bc62764
|
update Aether javadoc link
|
2013-06-30 02:32:59 +02:00 |
Hervé Boutemy
|
e185e02f51
|
upgrade maven-javadoc-plugin to 2.9.1, for CVE fix
|
2013-06-30 02:30:13 +02:00 |
Jason van Zyl
|
271761de84
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-27 22:10:23 -04:00 |
Jason van Zyl
|
893ca28a1d
|
[maven-release-plugin] prepare release maven-3.1.0
|
2013-06-27 22:10:16 -04:00 |
Jason van Zyl
|
09e77b53f0
|
Revert "[maven-release-plugin] prepare release maven-3.1"
This reverts commit a47ef06832 .
|
2013-06-23 08:15:55 -07:00 |
Jason van Zyl
|
87e5972726
|
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit e22b2fa16a .
|
2013-06-23 08:15:29 -07:00 |
Jason van Zyl
|
e22b2fa16a
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-23 08:03:57 -07:00 |
Jason van Zyl
|
a47ef06832
|
[maven-release-plugin] prepare release maven-3.1
|
2013-06-23 08:03:53 -07:00 |
Arnaud Héritier
|
21907a74e7
|
Revert "Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations"
This reverts commit c8e94a5b08 .
Decreases too much the code readibility
|
2013-06-14 10:29:43 +02:00 |
Arnaud Héritier
|
456268af61
|
Code cleanup - Remove Redundant Cast(s)
|
2013-06-11 22:28:48 +02:00 |
Arnaud Héritier
|
da48cfff83
|
Code cleanup - Redundant array creation for calling varargs method
|
2013-06-11 22:27:26 +02:00 |
Arnaud Héritier
|
d92746dc25
|
Code cleanup - Maven requires Java 5+ : Replace for and while loops by for each
|
2013-06-11 22:21:54 +02:00 |
Arnaud Héritier
|
1f84f8f296
|
Code cleanup - Maven requires Java 5+ : Replace String.indexOf() by String.contains()
|
2013-06-11 22:19:20 +02:00 |
Arnaud Héritier
|
9e5183f0ad
|
Code cleanup - Various code simplifications (tests, loops, …)
|
2013-06-11 22:09:51 +02:00 |
Arnaud Héritier
|
87a5532eb9
|
Code cleanup - Remove useless semi-colons
|
2013-06-11 22:04:29 +02:00 |
Arnaud Héritier
|
c8e94a5b08
|
Code cleanup - It's better (for perfs) to use a chain of append() calls than a unique append with several Strings concatenations
|
2013-06-11 21:58:50 +02:00 |
Arnaud Héritier
|
c747fbe4c9
|
Code cleanup - Remove useless .toString()
|
2013-06-11 21:52:36 +02:00 |
Arnaud Héritier
|
a2897f86b3
|
Code cleanup - Maven requires Java 5+ : Remove unnecessary unboxing
|
2013-06-11 21:47:18 +02:00 |
Arnaud Héritier
|
96db1abbe9
|
Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing
|
2013-06-11 21:43:53 +02:00 |
Arnaud Héritier
|
143216f93a
|
Fix misprint
|
2013-06-11 20:53:31 +02:00 |
Arnaud Héritier
|
4e24edbcfe
|
Add missing carriage return after version details
|
2013-06-02 21:32:45 +02:00 |
Hervé Boutemy
|
4ec06bf67c
|
default m-site-p plugin is 3.3
|
2013-06-02 12:40:38 +02:00 |
Jason van Zyl
|
e1286aea83
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-01 08:56:26 -04:00 |
Jason van Zyl
|
c726cdd3a9
|
[maven-release-plugin] prepare release maven-3.1.0-alpha-1
|
2013-06-01 08:56:20 -04:00 |
Hervé Boutemy
|
ac64dd6bb6
|
[MNG-5482] detect missing Sonatype Aether classes to give a hint to
AetherClassNotFound Wiki article
|
2013-05-30 03:10:51 +02:00 |
rfscholte
|
22d74b0df9
|
Fix errors reported by DOAP, shortened descriptions where required (DOAP accepts max 10 words)
|
2013-05-29 20:47:26 +02:00 |
rfscholte
|
d92f6ee23b
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/maven
|
2013-05-29 19:58:37 +02:00 |
Brett Porter
|
2fea34f701
|
fix typo and use names from their respective POMs
|
2013-05-28 21:22:22 -07:00 |
Jason van Zyl
|
b0a83f6259
|
o update notice to reflect Aether and Sisu coming from the Eclipse Foundation
|
2013-05-28 19:06:19 -04:00 |
rfscholte
|
4cc6a3fdef
|
Fix Javadoc warnings
|
2013-05-28 23:29:01 +02:00 |
rfscholte
|
bd6beaa925
|
Adjust Copyright year
|
2013-05-28 22:24:07 +02:00 |