Michael Osipov
0343c52601
Trimmed trailing whitespace
2014-11-23 13:04:30 +01:00
Hervé Boutemy
366f57c563
updated parent pom (and fixed issues...)
2014-10-24 01:25:49 +02:00
brianf
9216191869
default to ssl for central
2014-08-11 08:41:48 -04:00
markdingram
61c3740425
Fixes MNG-5663 - a regression introduced in 3.2.2 by MNG-5639 that prevents nested import POMs from resolving their dependencies.
...
The cuplrit was the resetRepositories method in tandem with the repository
list instances being shared between ModelResolvers.
- The copy constructor for the ModelResolvers now creates new lists.
- The resetRepositories method has been removed. Instead there is a
'replace' parameter on the addRepository method that allows the
desired parameter replacement of MNG-5639 to take place.
Signed-off-by: Jason van Zyl <jason@tesla.io>
2014-07-18 19:30:32 -04:00
Hervé Boutemy
ffff00e908
fixed errors reported by Checkstyle
2014-06-16 18:30:24 +02:00
Michael Osipov
e9e8a20907
Modified index.apt to reflect output changes from MNG-5176.
2014-06-15 21:03:46 +02:00
Michael Osipov
cdb8ad6dd1
[MNG-5647] ${maven.build.timestamp} uses incorrect ISO datetime
...
separator
- Fully utilize extended ISO timestamp
- Added changes to index.apt
2014-06-15 21:01:55 +02:00
Christian Schulte
045bd1503b
MNG-2199: Version ranges not supported for parent artifacts
...
Fixes #21
Signed-off-by: Jason van Zyl <jason@tesla.io>
2014-06-14 16:47:00 -04:00
Hervé Boutemy
6683e8681f
code formatting
2014-06-14 00:08:07 +02:00
Jason van Zyl
2a4d172600
MNG-5452: ${maven.build.timestamp} should use UTC instead of local timezone (or be configurable)
2014-06-13 10:25:37 -04:00
Mysterion
c6529932f9
Add solution to http://jira.codehaus.org/browse/MNG-4565
...
Signed-off-by: Jason van Zyl <jason@tesla.io>
2014-06-10 16:46:10 -04:00
Mark Ingram
016932edbc
MNG-5639: Support resolution of Import Scope POMs from Repo that contains a ${parameter}
...
Fix up previous
Signed-off-by: Jason van Zyl <jason@tesla.io>
2014-06-10 08:55:24 -04:00
Hervé Boutemy
6d05ac1adc
added raw model validation step
2014-04-19 21:25:34 +02:00
Hervé Boutemy
8e53ed0f65
disable interpolation on full profile activation, not only file based
2014-03-31 21:44:47 +02:00
Hervé Boutemy
c175789747
[MNG-5612] avoid fully interpolated values for file based profile
...
activation values but effective values calculated during activation
2014-03-30 23:46:03 +02:00
Hervé Boutemy
fb27b79250
make warning for ${project.basedir} and ${project.*} different: first
...
should be replaced with ${basedir}, latter is simply not supported
2014-03-30 10:27:44 +02:00
Robert Scholte
06a7d6dd8b
MNG-5608: warn if file-based profile activation uses ${project.basedir} since only ${basedir} is supported
2014-03-29 14:36:14 +01:00
Hervé Boutemy
a74893f246
improved documentation: ${basedir} for profile activation is Maven 3
...
only
2014-03-28 08:20:51 +01:00
Hervé Boutemy
64c4195067
[MNG-5608] added a warning on ${project.basedir} use for profile
...
activation
2014-03-23 19:58:26 +01:00
Hervé Boutemy
3c7744a9a0
[MNG-5590] improved documentation about interpolation on file activation
2014-03-23 16:36:01 +01:00
Hervé Boutemy
4a39c02156
fixed errors reported by Checkstyle
2014-02-08 16:38:31 +01:00
Jason van Zyl
88d0abcd30
MNG-5576 Start allowing continuous delivery friendy versions
2014-02-06 21:55:10 -05:00
Robert Scholte
65c135d529
[MNG-3832] Allow wildcards in dependency exclusions
...
Already supported since M3.0, now adjust warnings
2013-11-21 22:17:43 +01: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
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
96db1abbe9
Code cleanup - Maven requires Java 5+ : Remove unnecessary boxing
2013-06-11 21:43:53 +02:00
Stephen Connolly
c6c6bdc49f
Add ASL license header
2013-05-28 10:19:32 +01:00
Hervé Boutemy
f34b4fbdfc
[MNG-5477] finally removed reporting plugin version validation since a
...
warning is issued in maven-site-plugin in case of missing version. Then
removed reporting plugin version injection too
2013-05-23 18:54:08 +02:00
Hervé Boutemy
4db66fd06c
[MNG-5477] inject pluginManagement and build plugins versions into
...
report plugins to avoid validation warnings
2013-05-21 00:17:25 +02:00
Hervé Boutemy
ed1501ecb5
[MNG-5477] check warning issued when no version in reporting section
2013-05-20 23:10:31 +02:00
Hervé Boutemy
7d359445d1
[MSITE-484] reporting section cannot be deprecated in Maven core for the
...
moment
2013-05-18 12:16:51 +02:00
Hervé Boutemy
9404499ccd
maven-dependency-plugin 2.8 released, now compatible with Eclipse Aether
2013-05-18 08:34:42 +02:00
Hervé Boutemy
42962fa281
code formatting
2013-03-30 09:37:11 +01:00
Hervé Boutemy
e438f1140e
added information about encoding configuration
2013-03-19 01:21:13 +01:00
Igor Fedorenko
9b58a3cfdc
MNG-5444 fixed building MavenProject from ModelSource
...
To maintain compatibility with (the extremely unlikely) existing
implementations of ModelSource, the new API methods are provided
via optional ModelSource2 interface. Updated javadoc to encourage
use of the new API.
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
2013-03-03 22:03:50 -05:00
Hervé Boutemy
ef06aab96d
updated ${maven.build.version} example to show the actual git format
2013-03-03 09:43:05 +01:00
olivier lamy
2f97f96fb1
[MNG-5418] Can't activate a profile by checking for the presence of a file in ${myProperty}.
2013-01-24 22:58:39 +01:00
Anders Hammar
77b12f962d
Fixed incorrect Maven property example.
...
Signed-off-by: Anders Hammar <anders@hammar.net>
2013-01-07 11:35:57 +01:00
Hervé Boutemy
89c2524458
${basedir} is deprecated
2013-01-05 10:29:49 +01:00
Hervé Boutemy
915b1553f2
changed MavenModelMerger extensions visibility to protected to improve
...
documentation
2012-12-15 21:12:22 +01:00
Hervé Boutemy
a07fdf076c
improved javadoc
2012-12-15 21:06:57 +01:00
Hervé Boutemy
950b9b3c58
added more pointers to sources
2012-12-15 11:14:31 +01:00
Hervé Boutemy
38e3de00cb
javadoc formatting
2012-12-15 10:56:15 +01:00
Hervé Boutemy
b63904c9db
fixed errors reported by Checkstyle (once again...)
2012-12-03 02:21:58 +01:00
rfscholte
327e1b7e80
[MNG-5400] Upgrade version of maven-dependency-plugin in superpom to 2.5
2012-12-02 00:02:13 +01:00
rfscholte
dbef526ede
[MNG-5398] scriptSourceDirectory in superpom is not prefixed with
...
${project.basedir}/
(now with the right expression)
2012-12-01 23:55:16 +01:00
rfscholte
e052ebaa7b
[MNG-5399] Upgrade version of maven-release-plugin in superpom
2012-12-01 23:22:28 +01:00
rfscholte
df162a5a35
[MNG-5398] scriptSourceDirectory in superpom is not prefixed with
...
${project.basedir}/
2012-12-01 23:20:55 +01:00