Commit Graph

12 Commits

Author SHA1 Message Date
Stephane Nicoll
2e98acd336 Tolerate incomplete models
This commit improves the resolution of plugins to ignore a non fatal
resolution of the model.

See gh-1227
2023-07-11 16:45:07 +02:00
Stephane Nicoll
e91f3f3b16 Add support for resolving plugin versions
This commit adds support for resolving the versions of managed plugins
in a POM.

Closes gh-1438
2023-07-11 15:07:41 +02:00
Stephane Nicoll
d79670c72a Polish contribution
See gh-1415
2023-05-24 13:45:50 +02:00
Prithvi singh
ca58d13701 Upgrade to Maven Resolver 1.9.7 and Maven Resolver Provider 3.9.1
See gh-1415
2023-05-24 13:32:16 +02:00
Stephane Nicoll
5e97a01e99 Upgrade to spring javaformat 0.0.38 2023-04-03 15:21:03 +02:00
Stephane Nicoll
54d104e2e2 Upgrade test infrastructure to more recent Spring Boot versions 2020-11-27 17:54:30 +01:00
Stephane Nicoll
d812ca8c38 Harmonize SCM information 2019-10-05 18:32:42 +01:00
Stephane Nicoll
976f290144 Harmonize logging test configuration 2019-08-18 14:35:51 +02:00
Stephane Nicoll
dee5467bd1 http -> https 2019-08-18 14:07:02 +02:00
Stephane Nicoll
ff6e26463b Add Bill Of Materials
Closes gh-981
2019-08-15 07:53:46 +02:00
Stephane Nicoll
fd75d36e20 Polish 2019-07-16 14:52:58 +02:00
Andy Wilkinson
ab8b1158fa Provide support for resolving versions from Maven boms
This commit introduces a new module, initializer-version-resolver,
that provides support for resolving versions from the dependency
management of a Maven bom. Providing with the bom's coordinates
(groupId, artifactId, and version) a map of groupId:artifactId to
version, derived from the bom's <dependencyManagement>, is returned.

Closes gh-934
2019-06-27 15:12:45 +01:00