Hervé Boutemy
37c3f57f1d
fixed issue in comment
2015-09-14 22:29:13 +02:00
Hervé Boutemy
8f782476a2
[MNG-5888] upgraded Modello back: sorry, wrong cause
2015-09-14 22:28:06 +02:00
Hervé Boutemy
f440c9bf9b
[MNG-5888] revert to Modello 1.8.1 since 1.8.3 causes site failure (bad
...
generated xdoc)
2015-09-14 22:23:22 +02:00
Karl Heinz Marbaise
bb9af46c4d
[MNG-5888] Update used modello version from 1.8.1 to 1.8.3
2015-09-14 20:05:05 +02:00
Hervé Boutemy
2669980461
[MNG-5887] updated Modello site url
2015-09-14 19:52:21 +02:00
Hervé Boutemy
186008ebce
[MNG-5886] fixed broken link of ' Building Maven' in README.md
2015-09-12 10:20:23 +02:00
Jason van Zyl
1a8413bef9
MNG-5858: mvn script fails to locate .mvn in current directory
...
Submitted by: Dave Syer
closes #58
2015-09-11 19:15:12 -04:00
Joseph Walton
a839e55e7e
MNG-5297: Mark <prerequisites> as deprecated for compile-time enforcement.
...
MNG-4840 indicates that the Enforcer plugin should be
preferred to <prerequisites> for compile-time Maven version enforcement.
Indicate that in the documentation, making clear that it's still
supported for runtime requirements for a plugin.
Signed-off-by: Jason van Zyl <jason@tesla.io>
closes #51
2015-09-11 18:58:40 -04:00
Jason van Zyl
ab403412aa
Add Anton Tanasenko as a contributor
2015-09-11 18:54:36 -04:00
Jason van Zyl
308f37088c
Adding contributor for PR 41, closes #41
2015-09-11 18:52:23 -04:00
Stuart McCulloch
545c6e2685
Switch to official Guice 4.0
...
Signed-off-by: Jason van Zyl <jason@tesla.io>
closes #45
2015-09-11 18:36:02 -04:00
Anton Tanasenko
9f7971dadb
MNG-5805: Fix NPE in LifecyclePhase#toString()
...
Signed-off-by: Jason van Zyl <jason@tesla.io>
closes #62
2015-09-11 18:36:02 -04:00
Robert Scholte
31e70dba90
Upgrade plexus-utils to 3.0.22 to support combine.id as configuration attribute for Map merging
2015-09-11 21:43:40 +02:00
Kristian Rosenvold
8169fe2902
Upgraded to pelxus-components 1.6 that uses asm 5.x
2015-09-11 10:05:54 +02:00
Karl Heinz Marbaise
d12f6501f2
Refactored code to be consistent with other code.
2015-09-06 11:19:48 +02:00
Hervé Boutemy
2877b590f1
use StringBuilder instead of String to avoid temporary String creation
2015-09-06 09:53:24 +02:00
Hervé Boutemy
e85e8cc981
added default values in fields documentation
2015-09-05 19:02:46 +02:00
Stephen Kitt
f0cc5e8af9
Support directories with spaces in mvn
...
find_maven_basedir() doesn't handle a current working directory containing spaces; this patch fixes this behaviour.
2015-09-04 23:01:14 +02:00
Hervé Boutemy
a2eb2fe3ee
added extensive urls inheritance unit tests, even for most tricky parts
2015-09-02 04:36:00 +02:00
Hervé Boutemy
6b6e9bf39e
updated configuration for svnpubsub /components location
2015-08-20 02:11:59 +02:00
Hervé Boutemy
200d2f9935
MNG-5871 refactoring: put url extrapolation algorithm in inheritance
...
model merger
2015-08-17 21:03:08 +02:00
Robert Scholte
58348a8971
Merging is done before validation, so ensure that artifactId and
...
modelVersion are never inherited
2015-08-15 14:57:24 +02:00
Robert Scholte
7f21ebe055
Add unittests for elements of Model which are neither inherited nor
...
injected.
Ignoring artifactId and modelVersion, these are required elements.
2015-08-12 22:18:00 +02:00
Hervé Boutemy
d25669e0bb
removed unused config since MPIR is at 2.8 with MPIR-290
2015-08-09 21:30:11 +02:00
Hervé Boutemy
c5dd16988e
fixed error reported by Checkstyle
2015-08-09 17:25:00 +02:00
Hervé Boutemy
28d284b8c0
improved comments
2015-08-09 16:53:00 +02:00
Hervé Boutemy
33de197133
improved documentation: list urls from POM that are extrapolated with
...
artifact id during inheritence
2015-08-09 16:39:46 +02:00
Hervé Boutemy
337284bdcf
Plexus is now at github
2015-08-03 00:23:39 +02:00
Hervé Boutemy
fd90ca20fe
updated wiki content link: docs.codehaus.org has shut down
2015-08-03 00:14:51 +02:00
Jason van Zyl
9f45a84667
[maven-release-plugin] prepare for next development iteration
2015-07-30 22:25:55 -04:00
Jason van Zyl
72e1aad686
[maven-release-plugin] prepare release maven-3.3.6
2015-07-30 22:25:36 -04:00
Stephen Connolly
bd87258629
[MNG-5840] The fix for parent version validation caused a regression in the parent version range
...
- With this change we basically unwind MNG-5840 for the rumoured validation in the workspace resolver
when dealing with a parent version range. Not ideal but only way for now to retain the version range feature
2015-07-22 13:02:51 +01:00
Stephen Connolly
ec14b8ad4c
curses upon you IDE for screwing up the formatting
2015-07-22 09:09:31 +01:00
Stephen Connolly
25f5143169
[MNG-5840] The fix for parent version validation caused a regression in the parent version range
...
- With this change we basically unwind MNG-5840 for the rumoured validation in the workspace resolver
when dealing with a parent version range. Not ideal but only way for now to retain the version range feature
2015-07-22 08:38:05 +01:00
Jason van Zyl
7ef71655b3
[maven-release-plugin] prepare for next development iteration
2015-07-20 14:05:24 -04:00
Jason van Zyl
2226900a49
[maven-release-plugin] prepare release maven-3.3.5
2015-07-20 14:05:06 -04:00
Anton Tanasenko
3677220f6e
MNG-5805: Restore binary compatibility
...
Signed-off-by: Jason van Zyl <jason@tesla.io>
2015-07-20 13:54:53 -04:00
Karl Heinz Marbaise
15223116a6
Fixed URL's to issue tracking after transition to
...
Apache Software Foundation.
2015-07-19 09:53:50 +02:00
Karl Heinz Marbaise
efc240553b
Fixed wrong URL to Maven Issue Tracker after
...
transition to Apache Software Foundation.
2015-07-18 20:59:29 +02:00
Jason van Zyl
81a3035c63
[maven-release-plugin] prepare for next development iteration
2015-07-17 14:06:03 -04:00
Jason van Zyl
df509db95a
[maven-release-plugin] prepare release maven-3.3.4
2015-07-17 14:05:46 -04:00
tssp
193778ec0e
[MNG-5816] Empy maven.config cause Maven to exit with failure
...
Avoid adding non empty configuration argument that causes exception.
Signed-off-by: Karl Heinz Marbaise <khmarbaise@apache.org>
2015-07-06 20:21:39 +02:00
Andreas Gudian
f104ef8850
[MNG-5813] pass debug-opts from mvnDebug to mvn script in the additional env-variable MAVEN_DEBUG_OPTS to not interfere with user-specified MAVEN_OPTS (e.g. when read from .mavenrc).
...
Fixed as suggested by Robert Patrick on the ML
2015-06-27 17:41:33 +02:00
tssp
ad905af669
[MNG-5812] Project base dir not fully working in Cygwin
...
Converted project base dir from Cygwin path to Windows path before
executing Maven.
2015-06-22 22:02:58 +02:00
Kristian Rosenvold
cfd1fbe613
More java7. Bye bye 2006
2015-06-20 15:21:10 +02:00
sugartxy
7f206ef1cc
try-with-resources
...
Reformatted to code style by me. This fixes #53
2015-06-20 14:32:46 +02:00
Robert Scholte
36b8a6d562
[MNG-5780] upgrade Java minimum version prerequisite from Java 6 to Java 7
...
Also update build.xml, which is used by https://builds.apache.org
2015-06-20 13:34:28 +02:00
Kristian Rosenvold
7badeb5b5b
Upgraded to java7 language features
2015-06-20 10:56:07 +02:00
Stephen Connolly
40d5087b6b
[FIXES MNG-5840] if the pom.xml at <relativePath> is the same groupId:artifactId but different version fall back to the repository for parent resolution
2015-06-05 11:26:13 +01:00
Robert Scholte
5c6024219f
Add more usage references of plugins
2015-05-17 19:30:58 +02:00