Tamas Cservenak
7e0fa3ec52
[MNG-7807] Super POM plugin updates ( #1152 )
...
Changes:
* antrun: 1.3 -> 3.1.0
* assembly: 2.2-beta-5 -> 3.6.0
* dependency: 2.8 -> 3.6.0
* release: 2.5.3 -> 3.0.1 (and removed config)
---
https://issues.apache.org/jira/browse/MNG-7807
2023-06-12 11:18:41 +02:00
Hervé Boutemy
434ec3b476
fix unintended s/javacocs/Javadocs/
2023-06-04 18:16:38 +02:00
Hervé Boutemy
e83192cd56
s/JavaDocs/Javadocs/
2023-06-04 18:09:59 +02:00
Tamas Cservenak
42594643c3
[maven-release-plugin] prepare for next development iteration
2023-05-08 11:05:52 +02:00
Tamas Cservenak
c9616018c7
[maven-release-plugin] prepare release maven-3.9.2
2023-05-08 11:05:23 +02:00
Niels Basjes
0f18470576
[MNG-7750] Fix unwanted interpolation in plugins from profiles. ( #1075 )
...
This is ONLY the reproduction of the problem I found.
If you disable the activeProfile (in buildPom and remove the assert) then all checks pass.
If you enable this profile (provided code) then in several places the ${project.basedir} has been interpolated and shows the path of the build and the assertions fail the build.
---
https://issues.apache.org/jira/browse/MNG-7750
2023-04-12 12:26:47 +02:00
Tamas Cservenak
22e6eb03ea
[maven-release-plugin] prepare for next development iteration
2023-03-15 10:40:30 +01:00
Tamas Cservenak
2e178502fc
[maven-release-plugin] prepare release maven-3.9.1
2023-03-15 10:39:58 +01:00
Tamas Cservenak
5bc322ae93
[MNG-7726] Maven 3.9.0 resolves properties in file profile activation incorrectly ( #1053 )
...
There was a typo: the stream contains entries, so e.getKey and
e.getValue is needed.
---
https://issues.apache.org/jira/browse/MNG-7726
2023-03-11 22:49:58 +01:00
Andrey Bruykhov
4454cd6d82
Normalize regex patterns
...
This closes #988
2023-02-09 18:49:45 +01:00
Andrey Bruykhov
fbf6bdaf01
[MNG-7686] Speed up by replacing non-pattern #replaceAll() with #replace() or precompiled patterns
...
This closes #984
2023-02-07 22:10:29 +01:00
Tamas Cservenak
ad29c3c548
[maven-release-plugin] prepare for next development iteration
2023-01-31 10:58:16 +01:00
Tamas Cservenak
9b58d2bad2
[maven-release-plugin] prepare release maven-3.9.0
2023-01-31 10:57:57 +01:00
Tamas Cservenak
e9d570889f
Reformat
2023-01-31 10:22:08 +01:00
Michael Osipov
4e8773bc44
[MNG-7658] CI-friendly versions should only come from/rely on user properties
...
This closes #945
2023-01-01 21:10:52 +01:00
Pavel Horal
86d6e2aeff
[MNG-7648] Fix locationTracking in DefaultModelBuildingRequest copy constructor ( #940 )
...
- Fix locationTracking in DefaultModelBuildingRequest copy constructor
- Add location tracking unit test
2023-01-01 13:41:09 +01:00
Slawomir Jaranowski
693814f0a5
[MNG-7613] Parent POM 38 - code reformat
2022-12-02 12:54:12 +01:00
Tamas Cservenak
4c95a50332
[MNG-6609] Profile activation based on packaging ( #883 )
...
In short: do NOT set request.setRawModel as NOTHING sets it. The Maven4 vs Maven3 is different, in Maven 3 NOTHING calls request.setRawModel
Full explanation: as ModelBuildingRequest is REUSED, and nothing sets this value in Maven3, once you set it here (as in original PR https://github.com/apache/maven/pull/849 ) results in awkward situation in Maven3: it will not load any other model...
---
https://issues.apache.org/jira/browse/MNG-6609
2022-12-01 12:51:18 +01:00
Tamas Cservenak
36ff9a65e6
Revert "[MNG-6609] Maven 3.9: profile activation by packaging ( #849 )"
...
This reverts commit e921f1564e
.
2022-11-28 09:06:29 +01:00
Konrad Windszus
e921f1564e
[MNG-6609] Maven 3.9: profile activation by packaging ( #849 )
...
Generate raw model before profile activation context is generated
2022-11-27 16:49:43 +01:00
Michael Osipov
0f4387543d
[MNG-7556] Clean up notion between user properties and system properties
2022-10-29 20:19:49 +02:00
Sylwester Lachiewicz
2f7dfcfe82
[MNG-7502] Upgrade to Guice 5.1.0
...
(cherry picked from commit 5502c0c8db
)
2022-09-11 10:00:07 +02:00
Karl Heinz Marbaise
c604db3c3a
[MNG-7447] - Several Improvements by using Stream API
2022-04-05 21:24:58 +02:00
boris-unckel
e1b46e2339
[MNG-7068] Active dependency management for Google Guice/Guava
...
This closes #462
2022-03-06 20:46:56 +01:00
Michael Osipov
78ca83e2a4
Bump version to 3.9.0-SNAPSHOT
2022-03-06 10:46:56 +01:00
Michael Osipov
0a6f12fba1
[maven-release-plugin] prepare for next development iteration
2022-03-05 12:41:16 +01:00
Michael Osipov
3599d3414f
[maven-release-plugin] prepare release maven-3.8.5
2022-03-05 12:41:04 +01:00
Christoph Läubrich
2bb1228de6
[MNG-7407] Introduce a ModelVersionProcessor component to make CI Friendly Versions pluggable
...
This closes #674
2022-02-19 17:51:35 +01:00
Guillaume Nodet
d79485ff23
[MNG-6727] Using version range in parent and CI Friendly Version fails
2022-02-01 14:26:54 +01:00
Michael Osipov
f4fd031828
Fix checkstyle issue
2022-01-06 22:26:58 +01:00
Ravil Galeyev
0f3c39b8ed
[MNG-6802] FileProfileActivator changes FileProfileActivator.exists which lets flattened resolveCiFriendliesOnly depending fail activating profile
...
Cherry picked from 3fabb639a3
This closes #649
2022-01-06 18:50:10 +01:00
Michael Osipov
8af0a674db
[maven-release-plugin] prepare for next development iteration
2021-11-14 10:14:54 +01:00
Michael Osipov
9b656c72d5
[maven-release-plugin] prepare release maven-3.8.4
2021-11-14 10:14:42 +01:00
Michael Osipov
21e597ec77
[maven-release-plugin] prepare for next development iteration
2021-09-27 20:28:37 +02:00
Michael Osipov
ff8e977a15
[maven-release-plugin] prepare release maven-3.8.3
2021-09-27 20:28:25 +02:00
Michael Osipov
d1aa1e1f0a
[MNG-7252] Fix warnings issued by dependency:analyze
...
This closes #541
2021-09-16 11:54:33 +02:00
Michael Osipov
383cabf9e4
[MNG-7216] [Regression] Revert MNG-7170
...
This reverts commit 5a89973126
.
This closes #524
2021-09-12 16:42:13 +02:00
Michael Osipov
865dcaa6ff
[maven-release-plugin] prepare for next development iteration
2021-08-04 21:03:42 +02:00
Michael Osipov
ea98e05a04
[maven-release-plugin] prepare release maven-3.8.2
2021-08-04 21:03:30 +02:00
Guillaume Nodet
b74199ed44
[MNG-7034] StackOverflowError thrown if a cycle exists in BOM imports
...
This closes #484
2021-07-23 19:58:08 +02:00
Artem Krosheninnikov
9ae1d95a58
[MNG-6844] Use StandardCharsets and remove outdated @SuppressWarnings
...
This closes #312
2021-07-02 14:53:16 +02:00
Artem Krosheninnikov
a659ade9a0
[MNG-6827] Replace deprecated StringUtils#defaultString() from Plexus Utils
...
This closes #302
2021-07-02 10:46:56 +02:00
Mickael Istria
5a89973126
[MNG-7170] Allow to associate pomFile/${basedir} with DefaultProjectBuilder.build(ModelSource, ...)
...
Actually a subset backport of MNG-5669 (5cdb8332f9
)
Also-By: rfscholte <rfscholte@apache.org>
This closes #478
2021-06-27 00:33:40 +02:00
Michael Osipov
a9f337fd63
[MNG-6937] StringSearchModelInterpolatorTest fails on symlinked paths
...
Don't compare baseDir in a canonical form when the second comparing value
(System.getProperty( "user.dir" )) is not canonicalized.
This closes #361
2021-06-26 22:46:59 +02:00
碎镜
2f144dec13
[MNG-6819] Fix NullPointerException in StringVisitorModelInterpolator
...
Closes #301
2021-06-26 21:59:19 +02:00
rfscholte
5213f43df1
[maven-release-plugin] prepare for next development iteration
2021-03-30 19:15:13 +02:00
rfscholte
05c21c65bd
[maven-release-plugin] prepare release maven-3.8.1
2021-03-30 19:14:35 +02:00
Hervé Boutemy
a46906806a
next version in branch 3.8.x is 3.8.1-SNAPSHOT
2021-03-24 19:33:13 +01:00
rfscholte
dad8a3e1c5
[maven-release-plugin] prepare for next development iteration
2021-03-21 22:31:55 +01:00
rfscholte
6aa1f4acf5
[maven-release-plugin] prepare release maven-3.8.0
2021-03-21 22:31:24 +01:00