Re: [Math] Release hurdles

2022-12-15 Thread Alex Herbert
On Thu, 15 Dec 2022 at 11:28, Gilles Sadowski wrote: > > Hi. > > Le jeu. 15 déc. 2022 à 12:00, Alex Herbert a écrit > : > > > > On Thu, 15 Dec 2022 at 10:52, Gilles Sadowski wrote: > > > > > > Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a > > > écrit : > > > > > > > > Le jeu. 15 déc. 2022 à

Re: [Math] Release hurdles

2022-12-15 Thread Gilles Sadowski
Hi. Le jeu. 15 déc. 2022 à 12:00, Alex Herbert a écrit : > > On Thu, 15 Dec 2022 at 10:52, Gilles Sadowski wrote: > > > > Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a > > écrit : > > > > > > Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a > > > écrit : > > > > > > > > Hi. > > > > > > > >

Re: [Math] Release hurdles

2022-12-15 Thread Alex Herbert
On Thu, 15 Dec 2022 at 10:52, Gilles Sadowski wrote: > > Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a écrit : > > > > Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a > > écrit : > > > > > > Hi. > > > > > > So using the insecure way of passing a password on the command-line, > > > I'm one ste

Re: [Math] Release hurdles

2022-12-15 Thread Alex Herbert
On Thu, 15 Dec 2022 at 10:24, Gilles Sadowski wrote: > > Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a écrit : > > > > Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a > > écrit : > > > > > > Hi. > > > > > > So using the insecure way of passing a password on the command-line, > > > I'm one ste

Re: [Math] Release hurdles

2022-12-15 Thread Gilles Sadowski
Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a écrit : > > Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a écrit : > > > > Hi. > > > > So using the insecure way of passing a password on the command-line, > > I'm one step further: Which files to delete from Nexus (and how). > > Why can't we seem

Re: [Math] Release hurdles

2022-12-15 Thread Gilles Sadowski
Le jeu. 15 déc. 2022 à 11:01, Gilles Sadowski a écrit : > > Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a écrit : > > > > Hi. > > > > So using the insecure way of passing a password on the command-line, > > I'm one step further: Which files to delete from Nexus (and how). > > Why can't we seem

Re: [Math] Release hurdles

2022-12-15 Thread Gilles Sadowski
Le jeu. 15 déc. 2022 à 10:53, Gilles Sadowski a écrit : > > Hi. > > So using the insecure way of passing a password on the command-line, > I'm one step further: Which files to delete from Nexus (and how). > Why can't we seem to avoid uploading unnecessary files there? > Is the problem with Nexus

Re: [Math] Release hurdles

2022-12-15 Thread Gilles Sadowski
Hi. So using the insecure way of passing a password on the command-line, I'm one step further: Which files to delete from Nexus (and how). Why can't we seem to avoid uploading unnecessary files there? Is the problem with Nexus or the release process or maven? Now that they are there, is there sti

Re: [Math] Release hurdles

2022-12-14 Thread Gilles Sadowski
Hello. Le mer. 14 déc. 2022 à 16:23, Alex Herbert a écrit : > > On Wed, 14 Dec 2022 at 13:31, Gilles Sadowski wrote: > > > > Le mer. 14 déc. 2022 à 09:09, Alex Herbert a > > écrit : > > > > > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski > > > wrote: > > > > > > > > Hello. > > > > > > > >

Re: [Math] Release hurdles

2022-12-14 Thread Alex Herbert
On Wed, 14 Dec 2022 at 13:31, Gilles Sadowski wrote: > > Le mer. 14 déc. 2022 à 09:09, Alex Herbert a écrit > : > > > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > > > > > Hello. > > > > > > Next problem: > > > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans >

Re: [Math] Release hurdles

2022-12-14 Thread Gary Gregory
Svn is used for 4 tasks: - upload src and bin zip tars to the dev site - upload the web site to the same place for reviews, at least that's how I do it - after a vote, transfer files from the dev to the release site (svnmucc) - publish the final site Nexus is only a convenience to our users, not a

Re: [Math] Release hurdles

2022-12-14 Thread Gilles Sadowski
Le mer. 14 déc. 2022 à 09:09, Alex Herbert a écrit : > > On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > > > Hello. > > > > Next problem: > > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > > clean deploy -Prelease > > [...] > > [INFO] Reactor Summary for Apache Co

Re: [Math] Release hurdles

2022-12-14 Thread Alex Herbert
On Wed, 14 Dec 2022 at 00:49, Gilles Sadowski wrote: > > Hello. > > Next problem: > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > clean deploy -Prelease > [...] > [INFO] Reactor Summary for Apache Commons Math 4.0-beta1: > [INFO] > [INFO] Apache Commons Math ..

Re: [Math] Release hurdles

2022-12-13 Thread Gilles Sadowski
Hello. Next problem: $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans clean deploy -Prelease [...] [INFO] Reactor Summary for Apache Commons Math 4.0-beta1: [INFO] [INFO] Apache Commons Math SUCCESS [ 11.845 s] [INFO] Miscellaneous core classes

Re: [Math] Release hurdles

2022-12-13 Thread Gilles Sadowski
Le mar. 13 déc. 2022 à 17:45, sebb a écrit : > > On Tue, 13 Dec 2022 at 14:09, Gilles Sadowski wrote: > > > > Hello. > > > > I'm at the step that should upload the artefacts to the "nexus" server: > > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > > clean deploy -Preleas

Re: [Math] Release hurdles

2022-12-13 Thread sebb
On Tue, 13 Dec 2022 at 14:09, Gilles Sadowski wrote: > > Hello. > > I'm at the step that should upload the artefacts to the "nexus" server: > $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans > clean deploy -Prelease > > I get this message: > ---CUT--- > [ERROR] Failed to exec

[Math] Release hurdles

2022-12-13 Thread Gilles Sadowski
Hello. I'm at the step that should upload the artefacts to the "nexus" server: $ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 mvn -Duser.name=erans clean deploy -Prelease I get this message: ---CUT--- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (defa