[VOTE] Release Maven Plugin Tools version 3.13.0

2024-05-02 Thread Michael Osipov

Hi,

we solved 5 issues:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317820&version=12354458

There are still a couple of issues left in JIRA:
https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPLUGIN%20AND%20resolution%20%3D%20Unresolved

Staging repo:
https://repository.apache.org/content/repositories/maven-2108/
https://repository.apache.org/content/repositories/maven-2108/org/apache/maven/plugin-tools/maven-plugin-tools/3.13.0/maven-plugin-tools-3.13.0-source-release.zip

Source release checksum(s):
maven-plugin-tools-3.13.0-source-release.zip
sha512: 
a572bd12b252a6794051277050dc1f9750f60f6ab06f097b3a26acd5de35b4a99c2796eb36b4faac6a9bb98a0d21c6df4a5c61f8f766f60e6af524c9bcb3211d


Staging site:
https://maven.apache.org/plugin-tools-archives/plugin-tools-LATEST/

Guide to testing staged releases:
https://maven.apache.org/guides/development/guide-testing-releases.html

Vote open for 72 hours.

[ ] +1
[ ] +0
[ ] -1

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: [VOTE] Release Apache Maven Script Interpreter version 1.6

2024-05-02 Thread Herve Boutemy
+1

Reproducible Build ok: reference build done with JDK 21 on *nix

Regards,

Hervé

On 2024/04/29 21:51:30 Slawomir Jaranowski wrote:
> Hi,
> 
> We solved 4 issues:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354488
> 
> There are no more issues left in JIRA:
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-script-interpreter
> 
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2105/
> https://repository.apache.org/content/repositories/maven-2105/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6-source-release.zip
> 
> Source release checksum(s):
> maven-script-interpreter-1.6-source-release.zip - SHA-512 :
> 328a0a033952e6cecb264bf02198808c08e04b05165a72dd3bd168415055703bae1a6732c41ab61638b6e70991ff400c0f03e17d91c287c053e38a15b06c071a
> 
> Staging site:
> https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/
> 
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
> 
> Vote open for at least 72 hours.
> 
> [ ] +1
> [ ] +0
> [ ] -1
> 
> -- 
> Sławomir Jaranowski
> 

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Publish Via the Central Portal

2024-05-02 Thread Brian Fox
We worked with Andres to get the apis supported in Jreleaser. If someone is
interested in working with us to do the same natively in the deploy plugin,
I would champion that and make sure we get the API information to them. I
just don't have the time or developer capacity to do it directly right now.

On Wed, May 1, 2024 at 10:33 PM Romain Manni-Bucau 
wrote:

> Hi,
>
> Nexus plugin works well with maven 4 but has a limitation with java version
> ootb if you dont force plugin dependency version.
> From my side the main issue is it got abandonned - fix was there but no
> release (at least after months and before I moved back to deploy or a tuned
> gitflow plugins).
>
> Guess we should be able to support it in deploy plugin if protocol requires
> changes to ensure some continuity and maintenance in time?
>
> Le jeu. 2 mai 2024 à 01:29, Slawomir Jaranowski  a
> écrit :
>
> > Thanks Brian for responding.
> >
> > From the time when nexus-staging-plugin was introduced we have done many
> > improvements in standard deploy plugin - like deploy at the end,
> uploading
> > artifacts in parallel.
> >
> > We are also working on Maven 4, so today the plugin should be possible to
> > use with the next Maven major version.
> > As I remember nexus-staging-plugin can not be used with Maven 4.
> > Can a new plugin be used with Maven 4?
> >
> >
> > śr., 1 maj 2024 o 17:50 Brian Fox  napisał(a):
> >
> > > Hey all. Thanks Romain for pointing out the thread for me.
> > >
> > > One issue is that Central publishers is a much larger set of folks than
> > the
> > > Maven Dev group. Obviously there's lots of overlap, but as Romain said,
> > > creating a plugin is a thing that can be done independently.
> > >
> > > As we've been working towards refreshing the infra used to publish to
> > > Central, we have reached out collaboratively to other known tools that
> > > required support. Specifically Gradle and also Andres / JReleaser to
> > ensure
> > > that there is broad tooling support for the new apis. Since we created
> a
> > > Maven plugin ourselves, and it is largely based on the long standing
> > Nexus
> > > staging plugin, it wasn't apparent that any conversation was needed
> here.
> > >
> > > We will need to dig in other Maven Compat and opening the source
> however
> > so
> > > good call outs.
> > >
> > > On Tue, Apr 30, 2024 at 6:11 AM Andres Almiray 
> > wrote:
> > >
> > > > Hello everyone,
> > > >
> > > > In the meantime JReleaser offers support for both publishing to the
> > > Portal
> > > > and handling build poms
> > > >
> > > > https://github.com/jreleaser/jreleaser/issues/1612
> > > > https://github.com/jreleaser/jreleaser/issues/1632
> > > >
> > > > FWIW the Portal API is publicly available at
> > > > https://central.sonatype.org/publish/publish-portal-api/
> > > > Sonatype's plugin may not offer source code but JReleaser does.
> > However,
> > > > it's implementation relies on Feign. You may study and adapt the code
> > if
> > > > you feel like it, after all it's licensed under ASL v2
> > > >
> > > >
> > > >
> > >
> >
> https://github.com/jreleaser/jreleaser/tree/main/sdks/jreleaser-mavencentral-java-sdk
> > > >
> > > > Cheers,
> > > > Andres
> > > >
> > > > ---
> > > > Java Champion; Groovy Enthusiast
> > > > https://andresalmiray.com
> > > > https://www.linkedin.com/in/aalmiray
> > > > --
> > > > What goes up, must come down. Ask any system administrator.
> > > > There are 10 types of people in the world: Those who understand
> binary,
> > > and
> > > > those who don't.
> > > > To understand recursion, we must first understand recursion.
> > > >
> > > >
> > > > On Tue, Apr 30, 2024 at 12:05 PM Romain Manni-Bucau <
> > > rmannibu...@gmail.com
> > > > >
> > > > wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > AFAIK and if I got right the info from Brian, this is not yet
> > promoted
> > > > and
> > > > > the primary solution but will become soon.
> > > > >
> > > > > Personally I'm not that shocked we were not consulted - we build
> > plugin
> > > > API
> > > > > for that exact purpose, let people do what they need to do.
> > > > >
> > > > > About maven-compat it i mainly about us making it obvious it will
> > fail
> > > > but
> > > > > I think it will be fixed for the final GA release.
> > > > >
> > > > > So from my small window there is no concern even if most of us
> using
> > > > > central outside the asf will be impacted sometime next year
> probably.
> > > > >
> > > > > Romain Manni-Bucau
> > > > > @rmannibucau  |  Blog
> > > > >  | Old Blog
> > > > >  | Github <
> > > > > https://github.com/rmannibucau> |
> > > > > LinkedIn  | Book
> > > > > <
> > > > >
> > > >
> > >
> >
> https://www.packtpub.com/application-development/java-ee-8-high-performance
> > > > > >
> > > > >
> > > > >
> > > > > Le mar. 30 avr. 2024 à 10:32, Slawomir Jara

Re: [VOTE] Release Apache Maven Script Interpreter version 1.6

2024-05-02 Thread Olivier Lamy
+1

On Tue, 30 Apr 2024 at 7:51 AM, Slawomir Jaranowski 
wrote:

> Hi,
>
> We solved 4 issues:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354488
>
> There are no more issues left in JIRA:
>
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-script-interpreter
>
> Staging repo:
> https://repository.apache.org/content/repositories/maven-2105/
>
> https://repository.apache.org/content/repositories/maven-2105/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6-source-release.zip
>
> Source release checksum(s):
> maven-script-interpreter-1.6-source-release.zip - SHA-512 :
>
> 328a0a033952e6cecb264bf02198808c08e04b05165a72dd3bd168415055703bae1a6732c41ab61638b6e70991ff400c0f03e17d91c287c053e38a15b06c071a
>
> Staging site:
> https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/
>
> Guide to testing staged releases:
> https://maven.apache.org/guides/development/guide-testing-releases.html
>
> Vote open for at least 72 hours.
>
> [ ] +1
> [ ] +0
> [ ] -1
>
> --
> Sławomir Jaranowski
>


Re: [VOTE] Release Apache Maven Script Interpreter version 1.6

2024-05-02 Thread Romain Manni-Bucau
+1

Romain Manni-Bucau
@rmannibucau  |  Blog
 | Old Blog
 | Github  |
LinkedIn  | Book



Le mar. 30 avr. 2024 à 14:03, Sylwester Lachiewicz 
a écrit :

> +1
>
> wt., 30 kwi 2024, 12:44 użytkownik Slawomir Jaranowski <
> s.jaranow...@gmail.com> napisał:
>
> > +1
> >
> > pon., 29 kwi 2024 o 23:51 Slawomir Jaranowski 
> > napisał(a):
> >
> > > Hi,
> > >
> > > We solved 4 issues:
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12354488
> > >
> > > There are no more issues left in JIRA:
> > >
> > >
> >
> https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-script-interpreter
> > >
> > > Staging repo:
> > > https://repository.apache.org/content/repositories/maven-2105/
> > >
> > >
> >
> https://repository.apache.org/content/repositories/maven-2105/org/apache/maven/shared/maven-script-interpreter/1.6/maven-script-interpreter-1.6-source-release.zip
> > >
> > > Source release checksum(s):
> > > maven-script-interpreter-1.6-source-release.zip - SHA-512 :
> > >
> >
> 328a0a033952e6cecb264bf02198808c08e04b05165a72dd3bd168415055703bae1a6732c41ab61638b6e70991ff400c0f03e17d91c287c053e38a15b06c071a
> > >
> > > Staging site:
> > >
> >
> https://maven.apache.org/shared-archives/maven-script-interpreter-LATEST/
> > >
> > > Guide to testing staged releases:
> > >
> https://maven.apache.org/guides/development/guide-testing-releases.html
> > >
> > > Vote open for at least 72 hours.
> > >
> > > [ ] +1
> > > [ ] +0
> > > [ ] -1
> > >
> > > --
> > > Sławomir Jaranowski
> > >
> >
> >
> > --
> > Sławomir Jaranowski
> >
>