Guillaume Nodet
e600b09ea5
[MNG-8382] Docgen: remove property numbering, they are misleading and properties are "floating" anyway (alphabetically) ( #1979 )
2024-12-14 00:09:33 +01:00
Tamas Cservenak
5897cfe68d
[MNG-8430] Resolver 2.0.5 ( #1975 )
...
* [MNG-8430] Resolver 2.0.5
Prepare for Resolver 2.0.5
---
https://issues.apache.org/jira/browse/MNG-8430
* Switch to staged release
---------
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2024-12-14 00:01:58 +01:00
Guillaume Nodet
54ffc5014e
[MNG-5729] Use monotonic time measurements ( #1965 )
2024-12-12 12:02:17 +01:00
Guillaume Nodet
1b5b5c8f9e
[MNG-8415] Add constant for the security settings xml file ( #1956 )
...
* Add a constant for the security settings file
* Avoid usage of system properties by using the ProtoSession
* Regen
2024-12-09 13:19:44 +01:00
Konrad Windszus
17b2f38142
[MNG-8401] Reference global Maven download page
...
Otherwise the ASF default template is used due to global redirects from
*/download.html -> */download.cgi (in
https://svn.apache.org/repos/asf/maven/website/content/.htaccess ) ->
/var/www/dyn/closer.lua (in
0a8ee96efb/modules/closer_cgi/files/closer-cgi.conf (L6C21-L6C44)
)
The ASF default template does not work for the Maven Website
(maven.apache.org)
2024-12-09 13:13:50 +01:00
Slawomir Jaranowski
9113b99b4a
Use https for www.apache.org/licenses/
2024-12-08 22:10:14 +01:00
Konrad Windszus
8d4f455ac9
[MNG-8407] Add target attribute to SVG links
2024-12-06 17:32:45 +01:00
Tamas Cservenak
7ad2578e77
[MNG-8386] Pull out executor ( #1932 )
...
Yet another CLIng cleanup.
Changes:
* pull out Executor, it does not belong to CLIng (new maven-executor module created with no deps)
* resident and maven invoker fixes (proper handling of resources now), no more SO/OOMs
* enabled UTs in maven-cli (that revealed the issues)
* small bug fixes discovered in cli, improved executor to reveal maven version
---
https://issues.apache.org/jira/browse/MNG-8386
2024-11-22 15:09:32 +01:00
Tamas Cservenak
8dec40ff57
Rename versionFilter property and tidy up documentation ( #1920 )
...
This property was introduced in 4-alpha-12, so no issue just
putting the property in place.
2024-11-18 11:45:50 +01:00
Tamas Cservenak
1ab2ccf066
Add maven.repo.local.head ( #1881 )
...
As counterpart to maven.repo.local.tail, but this one "prepends" while other "appends". This means one can do like this
```
$ mvn install -Prun-its -Dmaven.repo.local.head=~/.m2/repository-it
```
And have stuff installed into dedicated IT local repo (as IT bits must be installed), instead to pollute own local repo.
---
https://issues.apache.org/jira/browse/MNG-8370
2024-11-07 11:14:15 +01:00
Tamas Cservenak
dfd5ec5f85
[MNG-8362] Adding some missing config properties ( #1861 )
...
To have them listed in generated docs, as they were forgotten.
Also, adding a "compat" support for Maven 3.9.x property for chained reposes.
---
https://issues.apache.org/jira/browse/MNG-8362
2024-11-05 17:06:57 +01:00
Tamas Cservenak
36fbfddf90
[MNG-8347] Resolver 2.0.3 ( #1850 )
...
This PR contains cumulative changes for Resolver 2.0.3:
Issues
* Update to Resolver 2.0.3
* Merge Docgen in Resolver and Maven
* drop maven-docgen, move the doco generation into apache-maven subproject
---
https://issues.apache.org/jira/browse/MNG-8347
https://issues.apache.org/jira/browse/MNG-8359
2024-10-25 15:39:33 +02:00
Guillaume Nodet
a2095c0203
Fix graph creation script
2024-10-25 14:38:14 +02:00
Guillaume Nodet
f6528183f2
[MNG-8361][MNG-8300] Fix color styles" ( #1851 )
...
* [MNG-8361] Document color styles properly
* [MNG-8300] Revert to bright-black to restore transfer colors
2024-10-25 14:24:08 +02:00
Guillaume Nodet
7c091a14c9
[MNG-8350] Improve storage and computation of locations in model objects ( #1847 )
2024-10-24 16:36:59 +02:00
Guillaume Nodet
0cdb6c13fe
[MNG-8358] Semi-generated dependency graph ( #1829 )
2024-10-24 14:01:02 +02:00
Guillaume Nodet
eefe2c73bc
Improve speed in stax readers ( #1748 )
2024-10-01 13:02:58 +02:00
Guillaume Nodet
2d224623a3
[MNG-8120] Refactor ModelBuilder and ProjectBuilder ( #1700 )
...
With the introduction of the build pom and raw -> build pom transformation, the construction of the effective poms in two steps become very problematic. Over the time, multiple caches have been added to the ProjectBuilder and ModelBuilder related classes which are often redundant.
This PR thus changes things and move the recursive construction of the models fully into the ModelBuilder in a single call. When building build poms, a first step is done by parsing the file models from the root, then building all needed effective models from those. All the inference can be cleanly done because the builder has all the file models ready. The result will be used by the ProjectBuilder to build the projects.
2024-09-28 11:03:24 +02:00
Guillaume Nodet
f137c13877
[MNG-8190] Restrict build pom feature to 4.1.0 model version ( #1707 )
2024-09-11 18:31:06 +02:00
Guillaume Nodet
b370e5e929
[MNG-8210] Replace Maven "module" term by "subproject" ( #1651 )
...
Co-authored-by: Martin Desruisseaux <martin.desruisseaux@geomatys.com>
2024-08-29 20:21:40 +02:00
Guillaume Nodet
acec540547
[MNG-8052] New lifecycle for Maven 4 ( #1448 )
2024-08-29 06:48:54 +01:00
Guillaume Nodet
6a5580fd73
[MNG-7914] Add doc for the new maven.properties file ( #1674 )
2024-08-27 23:11:04 +02:00
Konrad Windszus
7306c41b49
[MNG-8214] Improve model velocity template to support subclasses ( #1660 )
...
Make the constructors protected and take the Builder as argument
2024-08-27 09:05:43 +02:00
Guillaume Nodet
78887f1b7e
[MNG-8181] Provide a variable for maven central repo url, backed by an environment variable ( #1615 )
2024-08-26 18:21:28 +02:00
Guillaume Nodet
6ac914d6f9
[MNG-7914] Provide a single entry point for configuration ( #1595 )
...
* [MNG-7914] Provide a single entry point for configuration
* [MNG-7914] Rename global -> installation
* [MNG-7914] Include time zone in Maven build timestamp
* [MNG-7914] Use a single place to document all maven properties
2024-08-22 16:47:43 +02:00
Guillaume Nodet
7e550efae0
[MNG-8215] Add location tracking for toolchains ( #1608 )
2024-08-16 23:04:46 +02:00
Jan-Jelle Kester
5b61e95f23
[MNG-7344] Track dependencyManagement import location in effective Model for MPH-183 ( #603 )
...
Co-authored-by: Maarten Mulders <mthmulders@apache.org>
Co-authored-by: Juul Hobert <juul.hobert@infosupport.com>
Co-authored-by: Giovanni van der Schelde <gvdschelde@gmail.com>
Co-authored-by: Guillaume Nodet <gnodet@gmail.com>
2024-08-15 15:24:49 +02:00
Guillaume Nodet
4369fa8dff
[API] Expose InputLocation formatter in the XmlFactory ( #1616 )
2024-08-11 00:21:50 +02:00
Guillaume Nodet
df94ee0d2c
Remove hardcoded references to woodstox stax implementation
2024-06-14 00:26:16 +02:00
Hervé Boutemy
41d1950a6d
[MNG-8084] add di & api-impl
...
drop model-transform deleted in MNG-7877
2024-04-24 18:01:00 +02:00
Guillaume Nodet
084e3f9500
Lazily create builders during transformations
2024-04-03 19:49:40 +02:00
Guillaume Nodet
003a5bc06d
[MNG-8084] Make the v4 api usable outside the Maven runtime ( #1441 )
2024-03-25 11:50:01 +01:00
Hervé Boutemy
6e508869f0
configure javadoc groups
2024-03-24 22:16:47 +01:00
Hervé Boutemy
c710760fb9
[MNG-8085] switch png+imagemap to svg
2024-03-24 19:29:19 +01:00
Guillaume Nodet
a27873629f
[MNG-8024] Make WrapperProperties and WrapperList serializable ( #1433 )
2024-03-01 17:30:18 +01:00
Hervé Boutemy
54c1b2f28a
[MNG-8029] improve documentation about mirror settings
2024-02-17 19:40:11 +01:00
Guillaume Nodet
c88afd470f
Clean mdo schemas ( #1365 )
...
* fix namespace location
* remove unneeded CDATA
* code formatting
* use {@code xxx}
* generate location tracking classes
* add location tracking to toolchain model
* Fix javadoc
2024-02-07 22:28:01 +01:00
Guillaume Nodet
b6a84fcac6
[MNG-8014] Fix multithreaded builder ( #1386 )
2024-01-22 18:27:48 +01:00
Guillaume Nodet
d9a49e6ff7
[MNG-7965] Fix duplicate tags not rejected ( #1344 )
2023-12-15 07:33:11 +01:00
Guillaume Nodet
23bca281fc
[MNG-7947] Plugin API ( #1309 )
...
* Add an InternalSession interface to avoid casting to the implementation in various places
* Upgrade to Guice 6.0.0 and add support for jakarta.inject annotations
* Maven 4 Plugin API
2023-12-05 09:11:33 +01:00
Guillaume Nodet
4ddc4bf406
Use 4.0.99 as as intermediate model to keep 4.1.0 for the Maven 4.x model ( #1297 )
...
Also generates XSD for extensions 1.2.0 schema
2023-11-06 20:04:44 +01:00
Guillaume Nodet
9abaf3aa1c
[MNG-7894] Consumer pom should not expose local workspace directory ( #1291 )
2023-10-20 12:38:57 +02:00
Guillaume Nodet
4251e3f9c2
[MNG-7915] Use MavenStaxReader/Writer in MavenXpp3Reader/Writer ( #1293 )
...
This removes the generated v4 model reader/writer based on Xpp3 api and deprecates the v3 Xpp3 reader/writer.
2023-10-20 09:14:01 +02:00
Guillaume Nodet
80a8e41540
[MNG-7804] Fix broken MavenModelVersion generation ( #1284 )
2023-10-16 15:44:33 +02:00
Guillaume Nodet
dd2f1214d6
[MNG-7891] Support configuration for extensions ( #1252 )
2023-09-22 09:14:56 +02:00
Guillaume Nodet
34b0591f03
[MNG-7820] Remove dependency on plexus-utils StringUtils / FileUtils ( #1243 )
...
Co-authored-by: crazyhzm <crazyhzm@apache.org>
2023-09-14 13:48:15 +02:00
Guillaume Nodet
c6380108b1
[MNG-7877] Attach the build POM and simplify build/consumer implementation ( #1240 )
...
.. at the cost of loosing xml formatting in the consumer POMs
2023-09-13 13:39:50 +02:00
Guillaume Nodet
45075233c7
[MNG-7876] Add model version analysis and downgrade ( #1235 )
2023-09-11 18:17:26 +02:00
Guillaume Nodet
8d91fc8c15
Do not build location information if not needed
2023-09-11 00:38:10 +02:00
Guillaume Nodet
f0a6239162
Use XMLConstants
2023-09-11 00:38:10 +02:00