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 |
Guillaume Nodet
|
619973b91c
|
[MNG-7063] Infinite loop using Shade plugin and JUnit 5 dependency
Signed-off-by: rfscholte <rfscholte@apache.org>
|
2021-02-14 15:52:04 +01:00 |
Michael Osipov
|
eae3074c63
|
[MNG-7029] Remove super POM release profile
This closes #411
|
2021-02-02 17:40:24 +01:00 |
boris-unckel
|
1e575a2bd7
|
[MNG-7068] Active dependency management for Google Guice/Guava
This closes #462
|
2021-02-02 14:17:43 +01:00 |
Maarten Mulders
|
8defd16965
|
[MNG-7051] Optionally skip non-existing profiles and break on missing required profiles.
|
2021-02-02 08:20:21 +01:00 |
Michael Osipov
|
ceb08cfa77
|
Test for empty locations and avoid printing them
|
2021-01-30 23:04:46 +01:00 |
Guillaume Nodet
|
bb916d0784
|
[MNG-7035] Migrate unit tests to Unit 5
Signed-off-by: rfscholte <rfscholte@apache.org>
|
2021-01-15 15:07:06 +01:00 |
Sylwester Lachiewicz
|
b7510d627f
|
[MNG-6909] Convert to JSR330 - use sisu plugin
|
2021-01-08 03:55:24 +01:00 |
rfscholte
|
94612f96fa
|
[MNG-7060] Let build fail fast in case any maven-gpg-plugin goal is called
|
2021-01-03 13:09:59 +01:00 |
Michael Osipov
|
8eda091d4e
|
Replace tabs with proper count of spaces
|
2020-12-24 19:50:27 +01:00 |
Michael Osipov
|
673a7d1fef
|
Trim trailing whitespace
|
2020-12-24 19:09:10 +01:00 |
Michael Osipov
|
8c9c303f9c
|
[MNG-7046] Revert MNG-5639 and make repo config static only
This closes #409
|
2020-12-24 15:23:59 +01:00 |
Christian Schulte
|
d2adab7bf3
|
[MNG-6054] Remove super POM plugin management section
This closes #410
|
2020-12-24 00:05:32 +01:00 |