You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by JOSE L MARTINEZ-AVIAL <jl...@gmail.com> on 2013/09/25 17:46:45 UTC

Error building the project: invalid user/password

Hi,
  I just download the project Struts2 and I was trying to do a mvn install.
In the middle of the process (while building Struts 2 Assembly
2.3.16-SNAPSHOT) it asks for an user and a password.

[INFO]
------------------------------------------------------------------------
[INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
struts2-assembly ---
[INFO]
[INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
struts2-assembly ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO]
[INFO] >>> exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly >>>
[INFO]
[INFO] <<< exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly <<<
[INFO]
[INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
Enter username:
xxxxxxx
Enter password:

What is this user/password for? are those public, or is there any way I can
skip this part of the process?

Regards

JL

Re: Error building the project: invalid user/password

Posted by JOSE L MARTINEZ-AVIAL <jl...@gmail.com>.
It worked, thanks!


2013/9/25 Johannes Geppert <jo...@apache.org>

> Try:
>
> mvn install -DskipAssembly
>
> Johannes
> Am 25.09.2013 17:47 schrieb "JOSE L MARTINEZ-AVIAL" <jl...@gmail.com>:
>
> > Hi,
> >   I just download the project Struts2 and I was trying to do a mvn
> install.
> > In the middle of the process (while building Struts 2 Assembly
> > 2.3.16-SNAPSHOT) it asks for an user and a password.
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO]
> > [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
> > struts2-assembly ---
> > [INFO]
> > [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
> > struts2-assembly ---
> > [WARNING] Ignoring project type pom - supportedProjectTypes = [jar,
> bundle]
> > [INFO]
> > [INFO] >>> exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly >>>
> > [INFO]
> > [INFO] <<< exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly <<<
> > [INFO]
> > [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
> > Enter username:
> > xxxxxxx
> > Enter password:
> >
> > What is this user/password for? are those public, or is there any way I
> can
> > skip this part of the process?
> >
> > Regards
> >
> > JL
> >
>

Re: Error building the project: invalid user/password

Posted by Johannes Geppert <jo...@apache.org>.
Try:

mvn install -DskipAssembly

Johannes
Am 25.09.2013 17:47 schrieb "JOSE L MARTINEZ-AVIAL" <jl...@gmail.com>:

> Hi,
>   I just download the project Struts2 and I was trying to do a mvn install.
> In the middle of the process (while building Struts 2 Assembly
> 2.3.16-SNAPSHOT) it asks for an user and a password.
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Struts 2 Assembly 2.3.16-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @
> struts2-assembly ---
> [INFO]
> [INFO] --- maven-bundle-plugin:2.1.0:manifest (bundle-manifest) @
> struts2-assembly ---
> [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
> [INFO]
> [INFO] >>> exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly >>>
> [INFO]
> [INFO] <<< exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly <<<
> [INFO]
> [INFO] --- exec-maven-plugin:1.2:java (cwiki-docs) @ struts2-assembly ---
> Enter username:
> xxxxxxx
> Enter password:
>
> What is this user/password for? are those public, or is there any way I can
> skip this part of the process?
>
> Regards
>
> JL
>