Re: Documentation for 4.x/3.x plugins and components

2025-02-08 Thread Elliotte Rusty Harold
sounds good. +1. Thanks On Sat, Feb 8, 2025 at 12:49 PM Slawomir Jaranowski wrote: > > Hi, > > After discussion I think that model like: > > https://maven.apache.org/plugins/maven-clean-plugin/ > - documentation for branch 3.x > > https://maven.apache.org/plugins/maven-clean-plugin-4.x/ > - doc

Re: Documentation for 4.x/3.x plugins and components

2025-02-08 Thread Slawomir Jaranowski
Hi, After discussion I think that model like: https://maven.apache.org/plugins/maven-clean-plugin/ - documentation for branch 3.x https://maven.apache.org/plugins/maven-clean-plugin-4.x/ - documentation for master version 4.x and according to above for stage version https://maven.apache.org/

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Elliotte Rusty Harold
On Fri, Feb 7, 2025 at 8:50 AM Slawomir Jaranowski wrote: > I would like to maintain both versions only for some of the core > plugins - in order to test / check the new API from Maven 4. > > As Maven 4 still supports plugins for Maven 3 - we can switch the rest > of plugins after the release fin

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Slawomir Jaranowski
On Fri, 7 Feb 2025 at 09:23, Hervé Boutemy wrote: > > BTW I hope we won't end up with 3 vs 4 components, isn't it? > all plugins is already a huge added maintenance I would like to maintain both versions only for some of the core plugins - in order to test / check the new API from Maven 4. As Ma

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Slawomir Jaranowski
On Fri, 7 Feb 2025 at 07:44, Hervé Boutemy wrote: > > site plugin has a big history of parallel 3 vs 4: it's probably a good > location to look at for learning As I remember we didn't talk about documentation publishing for both versions. > > need to add new columns to https://maven.apache.org/p

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Romain Manni-Bucau
how couldnt we generate v3 from v4 api and get it for free with a compat layer for a few years - and keep a single bundle? Romain Manni-Bucau @rmannibucau | .NET Blog | Blog | Old Blog

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Sylwester Lachiewicz
Yes, it looks like most of the components will also be affected as for example we should switch to new Maven dependencies or get rid off Plexus/Inject pt., 7 lut 2025, 09:23 użytkownik Hervé Boutemy napisał: > BTW I hope we won't end up with 3 vs 4 components, isn't it? > all plugins is already

Re: Documentation for 4.x/3.x plugins and components

2025-02-07 Thread Hervé Boutemy
BTW I hope we won't end up with 3 vs 4 components, isn't it? all plugins is already a huge added maintenance Le vendredi 7 février 2025, 07:44:12 CET Hervé Boutemy a écrit : > site plugin has a big history of parallel 3 vs 4: it's probably a good > location to look at for learning > > need to add

Re: Documentation for 4.x/3.x plugins and components

2025-02-06 Thread Hervé Boutemy
site plugin has a big history of parallel 3 vs 4: it's probably a good location to look at for learning need to add new columns to https://maven.apache.org/plugins/ ? see also impact on README linking to 2 last releases in Maven Central Regards, Hervé Le jeudi 6 février 2025, 20:09:31 CET Mat

Re: Documentation for 4.x/3.x plugins and components

2025-02-06 Thread Matthias Bünger
Hi, what about combining both and being a bit future proof? https://maven.apache.org/plugins/maven-clean-plugin-3.x/ https://maven.apache.org/plugins/maven-clean-plugin-4.x/ and https://maven.apache.org/plugins/maven-clean-plugin/ [or LATEST] points to 3.x now, when 4 is release to 4.x, when

Re: Documentation for 4.x/3.x plugins and components

2025-02-06 Thread Slawomir Jaranowski
Hi, Maybe in such way: https://maven.apache.org/plugins/maven-clean-plugin/ - documentation for branch 3.x https://maven.apache.org/plugins/maven-clean-plugin-4.x/ - documentation for master version 4.x and according to above for stage version https://maven.apache.org/plugins-archives/maven-

Re: Documentation for 4.x/3.x plugins and components

2025-02-05 Thread Elliotte Rusty Harold
Makes sense. Just let's not jump the gun. That is, don't change the URLs and don't publish the 4.x docs at the existing URLs until Maven 4 is released. If you want to publish the docs now, you could publish both https://maven.apache.org/plugins/maven-clean-plugin-3.x/ and https://maven.apache.org/p

Documentation for 4.x/3.x plugins and components

2025-02-05 Thread Slawomir Jaranowski
Hi, We have some plugins in both versions for Maven 4.x and for 3.x, probably more will be in the future. Proposition to have 4.x documentation as in now, and add suffix -3.x for 3.x versions, example: https://maven.apache.org/plugins/maven-clean-plugin/ - documentation for master branch 4.x htt