Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Matthias Bünger

+1 from me. At my work we also can only access maven central for artefacts

Am 04.10.2024 um 13:40 schrieb Niels Basjes:

Hi,

Currently the full zip file of maven is released both via the download
servers as it is published in maven central.
-
https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip
- https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/

The new mvnd is however only published via  the download servers and via
Github releases.
- https://downloads.apache.org/maven/mvnd/1.0.2/
- https://github.com/apache/maven-mvnd/releases

At work the build environment is closed to the outside world, yet maven
central is available (mirrored).
So we can use the normal maven in the maven wrapper, but not the mvnd
because it cannot be downloaded because of firewalls.

How do you view publishing the mvnd also to maven central?
I think that would make using it a lot easier for many people.



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



Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Hervé Boutemy
good idea, why not

this will be our first project doing full automated release staging from CI
https://github.com/apache/maven-mvnd/blob/master/.github/workflows/release.yaml
(= the technical reason why pushing to classical Apache staging repository has 
not been done "as usual")

Regards,

Hervé

Le vendredi 4 octobre 2024, 13:40:29 CEST Niels Basjes a écrit :
> Hi,
> 
> Currently the full zip file of maven is released both via the download
> servers as it is published in maven central.
> -
> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin
> .zip -
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/
> 
> The new mvnd is however only published via  the download servers and via
> Github releases.
> - https://downloads.apache.org/maven/mvnd/1.0.2/
> - https://github.com/apache/maven-mvnd/releases
> 
> At work the build environment is closed to the outside world, yet maven
> central is available (mirrored).
> So we can use the normal maven in the maven wrapper, but not the mvnd
> because it cannot be downloaded because of firewalls.
> 
> How do you view publishing the mvnd also to maven central?
> I think that would make using it a lot easier for many people.





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



Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Niels Basjes
Ok,

This sounds like consensus to me.
Shall I create a jira issue ? Or will one of you do this?

Niels

On Sat, Oct 5, 2024 at 11:14 AM Hervé Boutemy  wrote:

> good idea, why not
>
> this will be our first project doing full automated release staging from CI
>
> https://github.com/apache/maven-mvnd/blob/master/.github/workflows/release.yaml
> (= the technical reason why pushing to classical Apache staging repository
> has
> not been done "as usual")
>
> Regards,
>
> Hervé
>
> Le vendredi 4 octobre 2024, 13:40:29 CEST Niels Basjes a écrit :
> > Hi,
> >
> > Currently the full zip file of maven is released both via the download
> > servers as it is published in maven central.
> > -
> >
> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin
> > .zip -
> >
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/
> >
> > The new mvnd is however only published via  the download servers and via
> > Github releases.
> > - https://downloads.apache.org/maven/mvnd/1.0.2/
> > - https://github.com/apache/maven-mvnd/releases
> >
> > At work the build environment is closed to the outside world, yet maven
> > central is available (mirrored).
> > So we can use the normal maven in the maven wrapper, but not the mvnd
> > because it cannot be downloaded because of firewalls.
> >
> > How do you view publishing the mvnd also to maven central?
> > I think that would make using it a lot easier for many people.
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-- 
Best regards / Met vriendelijke groeten,

Niels Basjes


Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Guillaume Nodet
Why not, but I’m not sure how to do that.
That was the primary reason why it has never reached central.  I’d like to
avoid another manual step,m, so any idea welcomed !


Guillaume Nodet



Le sam. 5 oct. 2024 à 11:16, Hervé Boutemy  a écrit :

> good idea, why not
>
> this will be our first project doing full automated release staging from CI
>
> https://github.com/apache/maven-mvnd/blob/master/.github/workflows/release.yaml
> (= the technical reason why pushing to classical Apache staging repository
> has
> not been done "as usual")
>
> Regards,
>
> Hervé
>
> Le vendredi 4 octobre 2024, 13:40:29 CEST Niels Basjes a écrit :
> > Hi,
> >
> > Currently the full zip file of maven is released both via the download
> > servers as it is published in maven central.
> > -
> >
> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin
> > .zip -
> >
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/
> >
> > The new mvnd is however only published via  the download servers and via
> > Github releases.
> > - https://downloads.apache.org/maven/mvnd/1.0.2/
> > - https://github.com/apache/maven-mvnd/releases
> >
> > At work the build environment is closed to the outside world, yet maven
> > central is available (mirrored).
> > So we can use the normal maven in the maven wrapper, but not the mvnd
> > because it cannot be downloaded because of firewalls.
> >
> > How do you view publishing the mvnd also to maven central?
> > I think that would make using it a lot easier for many people.
>
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Niels Basjes
I created this issue (so not in Jira what I initially thought was the right
place)
https://github.com/apache/maven-mvnd/issues/1159

Niels

On Sat, Oct 5, 2024 at 1:58 PM Guillaume Nodet  wrote:

> Why not, but I’m not sure how to do that.
> That was the primary reason why it has never reached central.  I’d like to
> avoid another manual step,m, so any idea welcomed !
>
> 
> Guillaume Nodet
>
>
>
> Le sam. 5 oct. 2024 à 11:16, Hervé Boutemy  a
> écrit :
>
> > good idea, why not
> >
> > this will be our first project doing full automated release staging from
> CI
> >
> >
> https://github.com/apache/maven-mvnd/blob/master/.github/workflows/release.yaml
> > (= the technical reason why pushing to classical Apache staging
> repository
> > has
> > not been done "as usual")
> >
> > Regards,
> >
> > Hervé
> >
> > Le vendredi 4 octobre 2024, 13:40:29 CEST Niels Basjes a écrit :
> > > Hi,
> > >
> > > Currently the full zip file of maven is released both via the download
> > > servers as it is published in maven central.
> > > -
> > >
> >
> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin
> > > .zip -
> > >
> >
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/
> > >
> > > The new mvnd is however only published via  the download servers and
> via
> > > Github releases.
> > > - https://downloads.apache.org/maven/mvnd/1.0.2/
> > > - https://github.com/apache/maven-mvnd/releases
> > >
> > > At work the build environment is closed to the outside world, yet maven
> > > central is available (mirrored).
> > > So we can use the normal maven in the maven wrapper, but not the mvnd
> > > because it cannot be downloaded because of firewalls.
> > >
> > > How do you view publishing the mvnd also to maven central?
> > > I think that would make using it a lot easier for many people.
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


-- 
Best regards / Met vriendelijke groeten,

Niels Basjes


Re: Maven Daemon release location: Also Maven Central?

2024-10-05 Thread Jorge Solórzano
Haven't used it yet, but seems that JReleaser could do the trick:
https://jreleaser.org/guide/latest/examples/maven/maven-central.html

On Sat, Oct 5, 2024 at 1:58 PM Guillaume Nodet  wrote:

> Why not, but I’m not sure how to do that.
> That was the primary reason why it has never reached central.  I’d like to
> avoid another manual step,m, so any idea welcomed !
>
> 
> Guillaume Nodet
>
>
>
> Le sam. 5 oct. 2024 à 11:16, Hervé Boutemy  a
> écrit :
>
> > good idea, why not
> >
> > this will be our first project doing full automated release staging from
> CI
> >
> >
> https://github.com/apache/maven-mvnd/blob/master/.github/workflows/release.yaml
> > (= the technical reason why pushing to classical Apache staging
> repository
> > has
> > not been done "as usual")
> >
> > Regards,
> >
> > Hervé
> >
> > Le vendredi 4 octobre 2024, 13:40:29 CEST Niels Basjes a écrit :
> > > Hi,
> > >
> > > Currently the full zip file of maven is released both via the download
> > > servers as it is published in maven central.
> > > -
> > >
> >
> https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin
> > > .zip -
> > >
> >
> https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/
> > >
> > > The new mvnd is however only published via  the download servers and
> via
> > > Github releases.
> > > - https://downloads.apache.org/maven/mvnd/1.0.2/
> > > - https://github.com/apache/maven-mvnd/releases
> > >
> > > At work the build environment is closed to the outside world, yet maven
> > > central is available (mirrored).
> > > So we can use the normal maven in the maven wrapper, but not the mvnd
> > > because it cannot be downloaded because of firewalls.
> > >
> > > How do you view publishing the mvnd also to maven central?
> > > I think that would make using it a lot easier for many people.
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>


Broken URL on Maven Central due to bad POM variable?

2024-10-05 Thread Gary Gregory
The page
https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin

Currently shows:
Source code
https://github.com/apache/maven-site-plugin/tree/${project.scm.tag}
Does Maven Central show a broken URL due to some wrong assumption about
variable substitution or a bug in a POM?

TY,
Gary