Guillaume Nodet
08e996bb28
Fix search for topDirectory when using -f / --file
2023-07-04 08:36:08 +02:00
Guillaume Nodet
e39142b77a
[MNG-7830] Switch from plexus-xml to stax / woodstox ( #1185 )
2023-06-29 12:03:50 +02:00
Guillaume Nodet
00e1793550
Update doap_Maven.rdf with recent releases
2023-06-28 23:48:29 +02:00
Guillaume Nodet
5b540821f2
[maven-release-plugin] prepare for next development iteration
2023-06-24 10:52:55 +02:00
Guillaume Nodet
bf699a388c
[maven-release-plugin] prepare release maven-4.0.0-alpha-7
2023-06-24 10:52:47 +02:00
Guillaume Nodet
dbfcfd5eb3
[MNG-7228] MavenProject.getOriginalModel returns interpolated parts ( #1183 )
2023-06-24 10:51:08 +02:00
Guillaume Nodet
776563528b
[MNG-7824] Bump plexus-xml from 4.0.0 to 4.0.1 ( #1184 )
2023-06-23 23:11:39 +02:00
Guillaume Nodet
09b0436828
Fix javadoc for MessageUtils and Style
2023-06-23 16:21:36 +02:00
Guillaume Nodet
a279289bc3
[maven-release-plugin] prepare for next development iteration
2023-06-23 15:08:35 +02:00
Guillaume Nodet
a3f0f12fab
[maven-release-plugin] prepare release maven-4.0.0-alpha-6
2023-06-23 15:08:27 +02:00
Tamas Cservenak
764a9ca0be
[MNG-7823] Improve plugin validation level parsing ( #1182 )
...
Changes:
* always parse it at session start
* hence, will WARN if needed there as well, and will warn once
* do not re-parse and possibly warn always, reuse parsed enum
---
https://issues.apache.org/jira/browse/MNG-7823
2023-06-23 13:05:57 +02:00
Tamas Cservenak
c9ba8bc4bf
[MNG-7800] Update resolver to 1.9.13 ( #1181 )
...
---
https://issues.apache.org/jira/browse/MNG-7800
2023-06-23 10:55:57 +02:00
huazhongming
e3529c9582
[MNG-7714] Fixed a scenario in version sorting where sp1 is less than final ( #1099 )
...
* Fixed a scenario in version sorting where sp1 is less than final
2023-06-21 09:07:56 -04:00
Hervé Boutemy
c080f64d46
update logging documentation
2023-06-19 23:09:43 +02:00
Guillaume Nodet
441ba71b04
[MNG-7632] Regression: combine.children breaks when combining executions ( #1168 )
2023-06-19 17:07:18 +02:00
Guillaume Nodet
c5f9b74f28
[MNG-7805] Make the modelVersion optional when using build pom ( #1148 )
2023-06-19 17:06:57 +02:00
Guillaume Nodet
fb612f5dbc
[MNG-6112] Make central update policy coherent ( #1142 )
2023-06-19 17:06:01 +02:00
Guillaume Nodet
229b31b626
[MNG-4645] Move Central repo definition out of Maven's core so it can be more easily changed ( #1139 )
...
Co-authored-by: Christian Schulte <schulte@apache.org>
2023-06-19 17:04:04 +02:00
Guillaume Nodet
0a8491c329
[MNG-7814] Use location tracking for settings ( #1164 )
2023-06-19 12:39:14 +02:00
Guillaume Nodet
e6303aae32
[MNG-5659] Provide project-specific settings located in ${session.rootdir}/.mvn/settings.xml by default ( #1059 )
2023-06-19 12:32:14 +02:00
Tamas Cservenak
edeff8643e
[MNG-7800] Update resolver to 1.9.12 ( #1177 )
...
Resolver 1.9.12
---
https://issues.apache.org/jira/browse/MNG-7800
2023-06-19 11:16:34 +02:00
Guillaume Nodet
45721a4c9b
Fix possible NPE
2023-06-16 13:38:46 +02:00
Guillaume Nodet
bf6b0387a9
[MNG-7800] Bump maven-resolver from 1.9.10 to 1.9.11 ( #1171 )
2023-06-16 12:03:49 +02:00
Karl Heinz Marbaise
5ebbb8ff50
[MNG-7764] Small code improvements ( #1088 )
2023-06-16 10:54:09 +02:00
Guillaume Nodet
c9f0c237e0
[MNG-7816] Bump parent pom from 39 to 40 ( #1170 )
2023-06-16 10:53:25 +02:00
Slawomir Jaranowski
09e58d188c
[MNG-7811] Plugins verification - reporting improvements
...
cherry-pick e625606588
2023-06-16 09:47:44 +02:00
Guillaume Nodet
8b0bf378b8
[MNG-5600] Dependency management import should support exclusions. ( #1155 )
...
The original patch is made by: Christian Schulte <schulte@apache.org>
Co-authored-by: Alex Szakaly <alex.szakaly@gmail.com>
2023-06-15 17:29:05 +02:00
Guillaume Nodet
a2d435b74a
Get rid of maven-shared-utils ( #1158 )
...
Given maven-shared-utils is being deprecated (see MSHARED-1269), we need to remove its usage in maven. Maven core only uses the logging/message related classes from maven-shared-utils, so this PR enhance the initial v4 api with the needed interfaces and move the jansi specific code into maven-embedder.
2023-06-15 16:51:32 +02:00
Guillaume Nodet
967d8fc19c
[MNG-7794][MNG-7809] Deprecate RepositorySystem and make maven-compat optional ( #1150 )
...
* Move maven-compat to jsr330
* Remove more ties to RepositorySystem
* Move more stuff to maven-compat
* Move PluginManager and LocalRepositoryNotAccessibleException to maven-compat
* Fix tests
* Break circular dependency loop in components
* Move unused deprecated classes
2023-06-15 16:24:56 +02:00
Tamas Cservenak
00d350eaca
Update build plugind ( #1166 )
...
Changes:
* buildnumber 1.4 -> 3.2.0
* buildhelper 1.12 -> 3.4.0
* checksum ? -> 1.11
* japicmp 0.16 -> 0.17.2
2023-06-15 15:10:27 +02:00
Tamas Cservenak
4f8648af7b
[MNG-7790] Update lifecycle plugins, take 2 ( #1163 )
...
Changes:
* war 3.3.3 -> 3.4.0
---
https://issues.apache.org/jira/browse/MNG-7790
2023-06-15 14:09:06 +02:00
Hervé Boutemy
6ee2c5c442
[MNG-5987] document goals execution order
...
fixes #1145
2023-06-14 07:48:39 +02:00
Guillaume Nodet
ce1bb6fb19
Fix description of maven-xml-impl module
2023-06-13 23:07:54 +02:00
Guillaume Nodet
898e4e4b3c
Simplify code ( #1156 )
2023-06-13 22:45:33 +02:00
Slawomir Jaranowski
973b1b9684
[MNG-7806] Plugins verification - remove used in module(s) report
...
cherry-pick: 3135553e2d
2023-06-13 21:22:42 +02:00
Guillaume Nodet
56ee6a878d
[MNG-7751] Provide a way to inject XmlNode into plugins ( #1071 )
2023-06-12 21:39:23 +02:00
Tamas Cservenak
be3625d190
[MNG-7790] Update lifecycle plugins ( #1154 )
...
Changes:
install: 3.1.0 -> 3.1.1
deploy: 3.1.0 -> 3.1.1
resources: 3.3.0 -> 3.3.1
compiler: 3.10.1 -> 3.11.0
surefire: 3.0.0 -> 3.1.2
plugin: 3.7.0 -> 3.9.0
wrapper: 3.1.1 -> 3.2.0
---
https://issues.apache.org/jira/browse/MNG-7790
2023-06-12 11:18:02 +02:00
Martin Kanters
ac0bc5541e
[MNG-7338] Automatically activate batch-mode and make output quiet when running in CI. ( #869 )
2023-06-08 15:44:17 +02:00
Guillaume Nodet
8b652a8b3e
Fix code style for code generated by velocity templates ( #1146 )
2023-06-06 13:10:30 +02:00
Guillaume Nodet
c79a7a0272
[MNG-7740] Remove old temporary consumer*pom files from buildDir ( #1117 )
...
Co-authored-by: Giovanni van der Schelde <Giovanni.vanderSchelde@infosupport.com>
2023-06-05 10:47:13 +02:00
Guillaume Nodet
124033bc04
[MNG-7548] Kill off "legacy" repository metadata support ( #1138 )
2023-06-05 10:45:36 +02:00
Guillaume Nodet
ea1a280714
[MNG-7604] Removal of pom.* interpolation makes some older plugins defunct ( #1137 )
...
This partially reverts commit b2a21f12f8
.
Co-authored-by: Maarten Mulders <mthmulders@users.noreply.github.com>
2023-06-05 10:44:46 +02:00
Guillaume Nodet
e08c95a673
[MNG-7655] Switch to plexus-utils / plexus-xml 4 ( #1093 )
2023-06-04 21:03:41 +02:00
Guillaume Nodet
c124554316
[MNG-7698] Support comments in maven.config ( #1134 )
2023-06-04 07:10:57 +02:00
Guillaume Nodet
84e133df7c
[MNG-7585] Remove duplicate classes ( #1135 )
2023-06-02 13:58:35 +02:00
Guillaume Nodet
b2953c52d5
[MNG-7795] IllegalArgumentException: 'other' has different root during plugin validation ( #1133 )
...
Checks the paths before relativizing them.
Normalize and relative before adding to result
Rename local vars
Apply to ExecutionEventLogger
---
https://issues.apache.org/jira/browse/MNG-7795
Co-authored-by: Andreas Dangel <adangel@apache.org>
2023-06-01 19:05:48 +02:00
Tamas Cservenak
b430e7d826
[MNG-7799] Plugin validation may falsely report there are issues ( #1136 )
...
But to show no issue, as locality to be shown is not same as reported
issues.
---
https://issues.apache.org/jira/browse/MNG-7799
2023-06-01 19:01:11 +02:00
Henning Schmiedehausen
8552ac3fea
[MNG-7797] Return BRIEF mode ( #1132 )
...
Make BRIEF a legal value again.
---
https://issues.apache.org/jira/browse/MNG-7797
2023-06-01 17:24:31 +02:00
Guillaume Nodet
26ee15a47e
Fix possible NPE
2023-05-31 15:52:05 +02:00
Guillaume Nodet
ba3d3516eb
[MNG-7796] Be lenient when using toRealPath ( #1130 )
2023-05-31 09:40:42 +02:00