Re: [Math] How to update the web site?

2024-03-09 Thread Gilles Sadowski
Le sam. 9 mars 2024 à 03:57, Gary Gregory  a écrit :
>
> It looks like the Maven SCM plugin wants your password. Did you
> provide it on the command line?

The error message (cf. below) says: "interactive prompting was disabled".
No prompt has been asking to supply a login and password.

Gilles

>
> Gary
>
> On Thu, Mar 7, 2024 at 11:33 AM Gilles Sadowski  wrote:
> >
> > Le jeu. 7 mars 2024 à 15:20, Gary Gregory  a écrit :
> > >
> > > Please see https://commons.apache.org/site-publish.html
> >
> > Thanks.
> > Trying
> >   $ mvn scm-publish:publish-scm
> > results in
> > ---CUT---
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-scm-publish-plugin:3.2.1:publish-scm
> > (default-cli) on project commons-math4-parent: Failed to check-in
> > files to SCM: The svn command failed. svn: E215004: Authentication
> > failed and interactive prompting is disabled; see the
> > --force-interactive option
> > [ERROR] svn: E215004: Commit failed (details follow):
> > [ERROR] svn: E215004: No more credentials or we tried too many times.
> > [ERROR] Authentication failed
> > ---CUT---
> >
> > [Appending "--force-interactive" does not help.]
> >
> > By the way, if this is the recommended way, should we remove the
> > "site"-related statements in the components' specific POM files?
> >
> > Gilles
> > > [...]

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



Re: [Math] How to update the web site?

2024-03-08 Thread Gary Gregory
It looks like the Maven SCM plugin wants your password. Did you
provide it on the command line?

Gary

On Thu, Mar 7, 2024 at 11:33 AM Gilles Sadowski  wrote:
>
> Le jeu. 7 mars 2024 à 15:20, Gary Gregory  a écrit :
> >
> > Please see https://commons.apache.org/site-publish.html
>
> Thanks.
> Trying
>   $ mvn scm-publish:publish-scm
> results in
> ---CUT---
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-scm-publish-plugin:3.2.1:publish-scm
> (default-cli) on project commons-math4-parent: Failed to check-in
> files to SCM: The svn command failed. svn: E215004: Authentication
> failed and interactive prompting is disabled; see the
> --force-interactive option
> [ERROR] svn: E215004: Commit failed (details follow):
> [ERROR] svn: E215004: No more credentials or we tried too many times.
> [ERROR] Authentication failed
> ---CUT---
>
> [Appending "--force-interactive" does not help.]
>
> By the way, if this is the recommended way, should we remove the
> "site"-related statements in the components' specific POM files?
>
> Gilles
>
> >
> > On Thu, Mar 7, 2024, 9:10 AM Gilles Sadowski  wrote:
> >
> > > Hi.
> > >
> > > In relation to
> > >   https://issues.apache.org/jira/browse/MATH-1667
> > > I'm trying to regenerate the (live) site of [Math], but
> > > I've lost track of the "right" way to do it in accordance
> > > with the latest contents of the POM file; there is a
> > > profile named "site-checkout" but running
> > >   $ mvn -P site-checkout
> > > did not check out the web site's files (into directory
> > > "site-content") as I was, perhaps wrongly, expecting.
> > >
> > > Also, is it still OK to (force) update of the live site's
> > > files (at the risk of breaking).  Or has a safer way be
> > > put in place?  [Some time ago, there was a discussion
> > > about moving web sites to "git" repositories...]
> > >
> > > Best,
> > > Gilles
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [Math] How to update the web site?

2024-03-07 Thread Gilles Sadowski
Le jeu. 7 mars 2024 à 15:20, Gary Gregory  a écrit :
>
> Please see https://commons.apache.org/site-publish.html

Thanks.
Trying
  $ mvn scm-publish:publish-scm
results in
---CUT---
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-scm-publish-plugin:3.2.1:publish-scm
(default-cli) on project commons-math4-parent: Failed to check-in
files to SCM: The svn command failed. svn: E215004: Authentication
failed and interactive prompting is disabled; see the
--force-interactive option
[ERROR] svn: E215004: Commit failed (details follow):
[ERROR] svn: E215004: No more credentials or we tried too many times.
[ERROR] Authentication failed
---CUT---

[Appending "--force-interactive" does not help.]

By the way, if this is the recommended way, should we remove the
"site"-related statements in the components' specific POM files?

Gilles

>
> On Thu, Mar 7, 2024, 9:10 AM Gilles Sadowski  wrote:
>
> > Hi.
> >
> > In relation to
> >   https://issues.apache.org/jira/browse/MATH-1667
> > I'm trying to regenerate the (live) site of [Math], but
> > I've lost track of the "right" way to do it in accordance
> > with the latest contents of the POM file; there is a
> > profile named "site-checkout" but running
> >   $ mvn -P site-checkout
> > did not check out the web site's files (into directory
> > "site-content") as I was, perhaps wrongly, expecting.
> >
> > Also, is it still OK to (force) update of the live site's
> > files (at the risk of breaking).  Or has a safer way be
> > put in place?  [Some time ago, there was a discussion
> > about moving web sites to "git" repositories...]
> >
> > Best,
> > Gilles

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



Re: [Math] How to update the web site?

2024-03-07 Thread Gary Gregory
Please see https://commons.apache.org/site-publish.html

Gary

On Thu, Mar 7, 2024, 9:10 AM Gilles Sadowski  wrote:

> Hi.
>
> In relation to
>   https://issues.apache.org/jira/browse/MATH-1667
> I'm trying to regenerate the (live) site of [Math], but
> I've lost track of the "right" way to do it in accordance
> with the latest contents of the POM file; there is a
> profile named "site-checkout" but running
>   $ mvn -P site-checkout
> did not check out the web site's files (into directory
> "site-content") as I was, perhaps wrongly, expecting.
>
> Also, is it still OK to (force) update of the live site's
> files (at the risk of breaking).  Or has a safer way be
> put in place?  [Some time ago, there was a discussion
> about moving web sites to "git" repositories...]
>
> Best,
> Gilles
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>