Ao tentar executar o comando scaffold-setup no projeto Auron, no console do Forge numa máquina com as seguintes configurada com Windows 7 64 bits, Eclipse Neon 3, Forge 3.6.1.Final, ocorre o erro reportado a seguir:
[workspace]$ project-new --named auron
SUCCESS Project named 'auron' has been created.
[auron]$ scaffold-setup
INFO Required inputs not satisfied, entering interactive mode
[0] ( ) AngularJS
[1] ( ) Faces
Press to confirm, or +C to cancel. * Scaffold Type: [0-1] 1
? Web Root Path (The web root path where the scaffolding will be placed/accessible from the client browser (default '/').) [/]: /
***ERROR*** Project 'C:\Users\035114110582\workspace\auron' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.auron:auron:1.0.0-SNAPSHOT
[ERROR] Non-resolvable import POM: Failed to resolve POM for org.jboss.spec:jboss-javaee-6.0:3.0.3.Final due to Failure to transfer org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from/to central (https://repo.maven.apache.org/maven2): Error transferring file: Connection timed out: connect from https://repo.maven.apache.org/maven2/org/jboss/spec/jboss-javaee-6.0/3.0.3.Final/jboss-javaee-6.0-3.0.3.Final.pom @ line 19, column 19
***ERROR*** Project 'C:\Users\035114110582\workspace\auron' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.auron:auron:1.0.0-SNAPSHOT
[ERROR] Non-resolvable import POM: Failed to resolve POM for org.jboss.spec:jboss-javaee-6.0:3.0.3.Final due to Failure to transfer org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from/to central (https://repo.maven.apache.org/maven2): Error transferring file: Connection timed out: connect from https://repo.maven.apache.org/maven2/org/jboss/spec/jboss-javaee-6.0/3.0.3.Final/jboss-javaee-6.0-3.0.3.Final.pom @ line 19, column 19
***ERROR*** Project 'C:\Users\035114110582\workspace\auron' has errors
***ERROR*** 1 problem was encountered while building the effective model for org.auron:auron:1.0.0-SNAPSHOT
[ERROR] Non-resolvable import POM: Failed to resolve POM for org.jboss.spec:jboss-javaee-6.0:3.0.3.Final due to Failure to transfer org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.3.Final from/to central (https://repo.maven.apache.org/maven2): Error transferring file: Connection timed out: connect from https://repo.maven.apache.org/maven2/org/jboss/spec/jboss-javaee-6.0/3.0.3.Final/jboss-javaee-6.0-3.0.3.Final.pom @ line 36, column 19
***ERROR*** Error while executing 'Scaffold: Setup'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** No Facet of type [interface org.jboss.forge.addon.javaee.servlet.ServletFacet] is installed.
[auron]$
Como resolver o problema? Obrigada pela ajuda. : )