AElMehdi
8da81ce73c
[MNG-6701] Document maven.repo.local property
...
This closes #265
2019-07-06 18:15:49 +02:00
Joseph Walton
353d3eaa8f
[MNG-6685] Convert Maven Model Builder to JSR 330
...
This closes #256
2019-06-23 00:20:54 +02:00
Stefan Oehme
8f1cac0b1c
[MNG-6671] Upgrade Modello to 1.11
2019-06-10 15:18:30 +02:00
Michael Osipov
92b5191726
Revert "Modello changes"
...
They weren't properly squashed and worded.
This reverts commit 5035837094
.
This reverts commit 8aaeb8adf5
.
2019-06-10 13:55:38 +02:00
Stefan Oehme
8aaeb8adf5
[MNG-6581] - Update to latest Modello plugin version
2019-06-10 11:08:29 +02:00
Stephen Connolly
01405a2d60
[MNG-6667] Enhance the error reporting when trying to build a modelVersion that the current Maven doesn't understand
2019-06-03 21:33:44 +01:00
Hervé Boutemy
5350ed8a1f
[MNG-6644] don't fail if no input location tracking available
...
this can happen when the POM is not parsed by Maven core from XML
2019-04-28 19:42:25 +02:00
Stefan Oehme
baed5a294f
[MNG-6629] - Make ID validation faster
...
Use a simple list of allowed characters instead of a regex.
2019-04-27 18:03:20 +02:00
Karl Heinz Marbaise
5222f03d05
[maven-release-plugin] prepare for next development iteration
2019-04-04 20:56:37 +02:00
Karl Heinz Marbaise
d66c9c0b31
[maven-release-plugin] prepare release maven-3.6.1
2019-04-04 20:56:16 +02:00
Hervé Boutemy
49c8f17ed4
[MNG-6601] add input location tracking for m-site-p converted reports
2019-03-11 23:44:32 +01:00
Hervé Boutemy
4bec5502d5
[MNG-6600] add inputlocation tracking for default lifecycle executions
2019-03-11 23:44:31 +01:00
Hervé Boutemy
37676a2617
[MNG-6599] use version from parent if necessary, like groupId
2019-03-11 23:44:31 +01:00
Hervé Boutemy
bd4a3a0d22
[MNG-6593] track input location for super-pom content
2019-02-17 15:28:39 +01:00
Michael Osipov
c674bcfb42
[MNG-6495] ModelResolver cannot be null
2019-02-16 22:37:27 +01:00
Hervé Boutemy
8e5ecf0622
fixed link (that goes to implementation in maven-core)
2019-01-12 18:36:44 +01:00
Michael Warnecke
9c946263fa
[MNG-6213] Validate scope in dependencyManagement
...
This closes #131
2018-12-28 23:45:45 +01:00
Fabiano C. de Oliveira
9f07b0362f
[MNG-6261] - using File apis to compare
2018-11-23 23:37:56 -02:00
Sylwester Lachiewicz
78f605e377
[MNG-6515] Fix Javadoc build errors
2018-11-12 17:23:56 +01:00
Hervé Boutemy
07bd5507ae
[MNG-6505] tweaked distributionManagement.site inheritance
...
child.site.url.inherit.append.path is inherited independantly from
id/name/url
2018-11-11 19:30:31 +01:00
Hervé Boutemy
f97316ceec
[MNG-6505] inherit child.x.y.inherit.append.path values
2018-11-11 19:30:31 +01:00
Hervé Boutemy
db462ae0b3
[MNG-6059] renamed attributes to get more flexibility for scm urls
2018-11-11 19:30:31 +01:00
Karl Heinz Marbaise
6e376d424e
[maven-release-plugin] prepare for next development iteration
2018-10-24 20:38:30 +02:00
Karl Heinz Marbaise
97c98ec64a
[maven-release-plugin] prepare release maven-3.6.0
2018-10-24 20:38:06 +02:00
HoaPhan
ba74b96633
[MNG-6492] - Minor improvement on Array construction, conversion performance
2018-10-24 18:07:13 +02:00
Sylwester Lachiewicz
e4b53d3f2c
[MNG-6490] Maven shall not fail reporting circular dependency when the dependency is a classified secondary artifact
2018-10-20 21:27:25 +02:00
Christian Schulte
44826ab446
[MNG-6164] Collections inconsistently immutable
...
Make non-empty collections returned immutable just like those returned by
java.util.Collections.
2018-10-09 22:12:50 +02:00
Sylwester Lachiewicz
91fa89ea28
[MNG-6479] Upgrade XMLUnit to 2.2.1 ( #183 )
2018-09-17 07:33:54 +10:00
Hervé Boutemy
2e8e09f25b
[MNG-5951] add an option to avoid path addition to inherited URLs
...
This is done as child.inherit.append.path XML attribute on 3 locations:
- project, for project.url
- project.distributionManagement.site for its url
- project.scm, for the 3 scm urls in one unique config
2018-09-16 16:44:12 +02:00
Phillip Webb
01f098efd1
[MNG-6475] Remove unused Guava dependencies
2018-09-13 20:45:25 +02:00
Karl Heinz Marbaise
396f49d75e
[MGN-6383] - ProjectBuilder unnecessarily rebuilds modules with ci-friendly versions
...
o Thanks to Christoph Kunze for offering the fix.
2018-07-31 22:13:20 +02:00
rfscholte
72dca39807
Replace org.apache.commons.lang3.Validate#notNull with java.util.Objects#requireNonNull
2018-07-15 10:36:08 +02:00
Stephen Connolly
bf0bd6350e
Master is now on 3.6.0-SNAPSHOT
2018-06-17 22:38:49 +01:00
Stephen Connolly
1efd571b0a
[maven-release-plugin] prepare for next development iteration
2018-06-17 19:29:56 +01:00
Stephen Connolly
1edded0938
[maven-release-plugin] prepare release maven-3.5.4
2018-06-17 19:29:25 +01:00
Christian Schulte
5b4e173f7d
[MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
...
This closes #168
2018-06-10 13:12:53 +02:00
Michael Osipov
8e0efaa107
[MNG-6386] ${project.baseUri} is not a valid URI (according to RFC 3986)
...
File#toURI()#toString() produces a non-compliant URI making tools like
Subversion or Git to choke on those URIs. Whereas Path#toUri()#toASCIIString()
does the right job.
2018-05-07 22:35:43 +02:00
Stephen Connolly
85b4e3d8e8
[maven-release-plugin] prepare for next development iteration
2018-02-24 19:29:56 +00:00
Stephen Connolly
3383c37e1f
[maven-release-plugin] prepare release maven-3.5.3
2018-02-24 19:29:21 +00:00
Sylwester Lachiewicz
b8c06e61ab
Remove Google Guava usage (move to Java7)
2018-02-11 11:54:17 +01:00
Sylwester Lachiewicz
d925081794
Reduce number of global checkstyle rule violations
...
Fix code for following checkstyle rules:
ConstantName, FileLength, InnerAssignment, JavadocType, MagicNumber, MethodLength, MethodName, NewlineAtEndOfFile, ParameterNumber, RedundantThrows, VisibilityModifier
Fixes #149
2018-02-11 11:41:16 +01:00
Hervé Boutemy
0dc70cc691
upgrade m-site-p to 3.7 + Fluido 1.7 + edit button
2018-02-10 11:42:33 +01:00
Hervé Boutemy
cf7b0a3ec0
fixed new issues reported by Checkstyle 6.18
2018-02-10 11:42:33 +01:00
Hervé Boutemy
085ee9f275
[MNG-5992] Upgrade default version of maven-release-plugin to 2.5.3
...
avoids exposing Git password during release
this fixes #152
2018-02-08 08:02:04 +01:00
Karl Heinz Marbaise
5988085525
[MNG-6342] Emit a WARNING about LATEST/RELEASE in parent
2018-01-19 23:43:59 +01:00
Karl Heinz Marbaise
6b83f7e6bb
[MNG-6305] Validation of CI friendly version incorrect
...
o Followup removed unused declarations.
2017-12-30 22:09:02 +01:00
Karl Heinz Marbaise
2295c17b45
[MNG-6305] Validation of CI friendly version incorrect
...
o Checkin that only the three expression changelist,
revision and sha1 are valid in a version.
o Added some tests.
2017-12-30 21:41:18 +01:00
rfscholte
df5169bdf9
[MNG-6330] Parents relativePath not verified anymore
2017-12-29 10:39:45 +01:00
Stephen Connolly
3d0efa3696
[maven-release-plugin] prepare for next development iteration
2017-10-18 08:55:05 +01:00
Stephen Connolly
138edd61fd
[maven-release-plugin] prepare release maven-3.5.2
2017-10-18 08:54:47 +01:00