Guillaume Nodet
de19cfcd2b
[MNG-7601] Reformat sources
2022-11-22 14:26:01 +01:00
Guillaume Nodet
3f03f0e7b2
[MNG-7576] Restore compatibility with maven 3.x ( #841 )
2022-11-21 09:50:33 +01:00
Michael Osipov
9c60138915
[MNG-7556] Clean up notion between user properties and system properties
...
This closes #810
2022-10-29 20:44:15 +02:00
Konrad Windszus
79b6dd0bab
[MNG-6609] expose packaging via property "project.packaging" ( #835 )
2022-10-24 13:13:35 +02:00
Guillaume Nodet
18eff3baeb
Restore compatibility with 3.x ( #836 )
...
* Restore compatibility with 3.x
* Deprecate the old constructor
2022-10-20 23:06:06 +02:00
Konrad Windszus
d857c3a915
[MNG-7566] Allow a Maven plugin to require a Java version ( #827 )
2022-10-18 11:45:54 +02:00
Guillaume Nodet
77312f323b
[maven-release-plugin] prepare for next development iteration
2022-10-15 01:41:39 +02:00
Guillaume Nodet
c07700ffc9
[maven-release-plugin] prepare release maven-4.0.0-alpha-2
2022-10-15 01:41:31 +02:00
Guillaume Nodet
a492c9a4ff
Fix the repackaged plexus-utils groupId ( #829 )
...
* Fix plexus gav
* Install maven instead of just building it
The plugins need to be available in the local repo, else the build may download old snapshots
2022-10-15 01:20:24 +02:00
Guillaume Nodet
66851463f6
[maven-release-plugin] prepare for next development iteration
2022-10-14 22:57:05 +02:00
Guillaume Nodet
0d973fb624
[maven-release-plugin] prepare release maven-4.0.0-alpha-1
2022-10-14 22:36:41 +02:00
Guillaume Nodet
2b6977a85f
Fix site generation ( #828 )
2022-10-14 21:52:26 +02:00
Guillaume Nodet
bff84bd634
Replace Properties with Map<String, String> in the v4 api ( #808 )
2022-10-05 16:52:17 +02:00
Guillaume Nodet
2a9f39336c
[MNG-7553] New clean API with immutable model ( #703 )
2022-10-02 10:41:25 +02:00
Sylwester Lachiewicz
5502c0c8db
[MNG-7502] Upgrade to Guice 5.1.0
2022-09-10 21:27:25 +02:00
Marc Wrobel
8125b3131f
Fix typos in code
...
Fix minor typos in code :
- test method names,
- method parameter names,
- variable names.
2022-07-19 00:45:13 +02:00
Marc Wrobel
5ce5591ae3
Fix minor typos
...
Fix various minor typos in :
- project documentations,
- javadoc and comments,
- test files.
2022-07-18 19:22:19 +02:00
Giovanni van der Schelde
93196d4bb7
[MNG-7404] Drop deprecated prefixless expressions
...
Fixed failing unit tests to use the 'project.' prefix and removed legacy
unit tests that tested support for prefixless expressions.
Closes #696 .
2022-04-27 20:12:57 +02:00
Karl Heinz Marbaise
896c707d32
[MNG-7447] - Several Improvements by using Stream API
2022-04-04 20:39:14 +02:00
Arturo Bernal
48fc4c9937
[MNG-7299] Simplify conditional expressions
...
This closes #583
2022-03-05 23:32:14 +01:00
Giovanni van der Schelde
b2a21f12f8
[MNG-7244] Remove deprecated WARNING for usage of pom.X placeholders
...
This closes #678
2022-02-19 23:05:27 +01:00
Christoph Läubrich
62cf29bab3
[MNG-7407] Introduce a ModelVersionProcessor component to make CI Friendly Versions pluggable
...
This closes #675
2022-02-19 17:49:59 +01:00
Guillaume Nodet
1d473233f2
[MNG-6727] Using version range in parent and CI Friendly Version fails
2022-02-01 14:35:07 +01:00
Guillaume Nodet
ae8aebea19
[MNG-7182] Use the MX xpp parser instead of a STAX transformation ( #486 )
2021-11-29 13:31:55 +01:00
Hervé Boutemy
f46a9131d5
fix javadoc errors
2021-10-17 12:07:50 +02:00
Arturo Bernal
0080e84588
[MNG-7297] Remove redundant type arguments ( #581 )
2021-10-11 20:58:38 +02:00
Arturo Bernal
b31f3aeef3
[MNG-7291] Avoid String concatenation in loops ( #572 )
2021-10-10 22:12:41 +02:00
Arturo Bernal
16afe061c9
[MNG-7290] Java8 improvements
...
Closes #571
2021-10-10 12:50:42 +02:00
Arturo Bernal
b9fb762215
[MNG-7292] Unnecessarily escaped character
...
Closes #573
2021-10-10 12:18:15 +02:00
Arturo Bernal
4fafe44112
MNG-7296 - Remove redundant 'if' statement
2021-10-10 10:53:58 +02:00
Arturo Bernal
e50d65d228
MNG-7295 - Remove redundant/unused import statements.
2021-10-09 16:26:14 +02:00
Guillaume Nodet
35e5a4d71d
[MNG-5577] Use JSR 330 constructor injection
...
# Conflicts:
# maven-core/src/main/java/org/apache/maven/lifecycle/internal/DefaultLifecyclePluginAnalyzer.java
2021-10-02 12:26:22 +02:00
Guoxiong Li
5fd536853f
[MNG-7248] Fix warnings issued by dependency:analyze
...
This changeset does intentionally not touch Guice and its dependencies
as well as test-scoped dependencies.
This closes #546
2021-09-24 20:55:03 +02:00
Mickael Istria
76d7f58a61
[MNG-7226] DefaultModelBuilder.buildRawModel fails ( #528 )
...
as it ignores pom file
2021-09-03 09:56:30 +02:00
rfscholte
a2f81065ff
[MNG-6656] Features must use userProperties instead of systemProperties
2021-07-23 11:21:18 +02:00
rfscholte
f582ce88fc
[MNG-7047] Validate that repo configuration does not contain any expression
2021-07-21 10:34:43 +02:00
Michael Osipov
78fc3734f9
Trim trailing whitespace
2021-07-02 18:47:10 +02:00
Michael Osipov
cbaf7f7b48
Change @since from 3.7.0 to 4.0.0
2021-06-27 00:04:50 +02:00
Sylwester Lachiewicz
ab95197436
Fix Checkstyle reported issues with maven-shared-resources 3
2021-05-30 12:00:03 +02:00
Ravil Galeyev
3fabb639a3
[MNG-6802] Fix bug in FileProfileActivator ( #347 )
...
* [MNG-6802] FileProfileActivator changes exists
FileProfileActivator changes FileProfileActivator.exists
which lets flattened resolveCiFriendliesOnly depending
fail activating profile.
* [MNG-6802] Add java docs
* [MNG-6802] PR comments fixes
* Make ProfileActivationFilePathInterpolator a class
* call super.tearDown() last
* [MNG-6802] PR comments fixes
* Get rid of reusing local variables
* Rename file-> activationFile
* Move if ( missing ) to try block
* Update javadocs
* Replace string format with concatenation
* Replace FileReader to FileInputStream
* [MNG-6802] Update javadoc
* [MNG-6802] Switch to commons lang3 StringUtils
* [MNG-6802] Switch to commons lang3 StringUtils
* [MNG-6802] Switch to plexus-utils StringUtils back
* [MNG-6802] Switch to plexus-utils StringUtils back
* [MNG-6802] Resolve conflicts
* [MNG-6802] Upgrade tests
* [MNG-6802] Fix for windows
* [MNG-6802] Remove annotation
* [MNG-6802] Create a temp dir
* [MNG-6802] Remove space
* [MNG-6802] Small refactoring
* [MNG-6802] Use JUnit5 tempDir
* [MNG-6802] Use static import
* [MNG-6802] Remove plexus
* [MNG-6802] Remove plexus
* [MNG-6802] Fix checklstyle
* [MNG-6802] Restart build
* [MNG-6802] Restart build
* [MNG-6802] Restart build (last attempt)
* [MNG-6802] Fix PR comments
* [MNG-6802] Refactor try-catch
* [MNG-6802] Fix comments in FileProfileActivatorTest
* [MNG-6802] Use primitive
* [MNG-6802] Push down path
2021-05-15 11:51:15 +00:00
Hervé Boutemy
1b6caed1ea
[MNG-6656] rename build+consumer filters to buildToRaw+rawToConsumer
2021-04-04 19:49:51 +02:00
Hervé Boutemy
e25cf17d3b
[MNG-6656] move to o.a.m.model.transform + .sax
2021-04-04 19:39:05 +02:00
Hervé Boutemy
22954a04ff
[MNG-6656] rename maven-xml module to maven-model-transform
2021-04-04 13:24:41 +02:00
Michael Osipov
1e19805097
[MNG-6075] Increase the model validation level to the next minor level version
...
This closes #455
2021-03-20 15:09:33 +01:00
Hervé Boutemy
612dfddd26
[MNG-3220] fix doc: dependencyManagement import require scope import
2021-03-16 22:27:15 +01:00
Michael Osipov
a5c68f7a4a
Revert "[MNG-7046] Revert MNG-5639 and make repo config static only"
...
This reverts commit 8c9c303f9c
.
2021-03-13 17:09:40 +01:00
Guillaume Nodet
9e19b57c72
[MNG-7111] Deadlock when reading pom
...
Signed-off-by: rfscholte <rfscholte@apache.org>
2021-03-13 11:58:02 +01:00
rfscholte
aa90370ff4
[MNG-7110] Different behavior of extensions
...
restore configuration of importRequest
2021-03-12 18:24:13 +01:00
Christian Schulte
c3dba0e5ba
[MNG-6113] Rename the 'Central Repository' to 'Maven Central Repository' in the 4.0.0 super POM
2021-02-28 20:16:29 +01:00
Hervé Boutemy
d740200811
[MNG-7107] relax profile id validation, different from coordinate id
2021-02-26 18:05:25 +01:00