You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Vladimir Figurov <VF...@asia-soft.kz> on 2009/11/23 08:27:11 UTC

mvn building hello portal - failed

Hi

I try build my custom portal from jetspeed 2.2.0
I use a "step-by-step" from 
http://portals.apache.org/jetspeed-2/buildguide/jetspeed-archetype.html
I have a mvn -version: 2.1.0
I have a Error on step:

 >mvn jetspeed:mvn -Dtarget=all

...
...
[INFO] 
------------------------------------------------------------------------
[INFO] Building hello portal
[INFO]    task-segment: [clean, install]
[INFO] 
------------------------------------------------------------------------
Downloading: 
http://repo1.maven.org/maven2/org/apache/portals/jetspeed-2/jetspeed-deploy-maven-plugin/2.2.0/jetspeed-deploy-maven-plugin-2.2.0.pom
[WARNING] Unable to get resource 
'org.apache.portals.jetspeed-2:jetspeed-deploy-maven-plugin:pom:2.2.0' 
from repository central (http://repo1.maven.org/maven2): Error 
transferring file: Connection timed out: connect
Downloading: 
http://bluesunrise.com/maven2/org/apache/portals/jetspeed-2/jetspeed-deploy-maven-plugin/2.2.0/jetspeed-deploy-maven-plugin-2.2.0.pom
[WARNING] Unable to get resource 
'org.apache.portals.jetspeed-2:jetspeed-deploy-maven-plugin:pom:2.2.0' 
from repository bluesunrise (http://bluesunrise.com/maven2): Error 
transferring file: Connection timed out: connect
Downloading: 
http://repo1.maven.org/maven2/org/apache/portals/jetspeed-2/jetspeed-deploy-maven-plugin/2.2.0/jetspeed-deploy-maven-plugin-2.2.0.pom
[WARNING] Unable to get resource 
'org.apache.portals.jetspeed-2:jetspeed-deploy-maven-plugin:pom:2.2.0' 
from repository central (http://repo1.maven.org/maven2): Error 
transferring file: Connection timed out: connect
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.portals.jetspeed-2
ArtifactId: jetspeed-deploy-maven-plugin
Version: 2.2.0

Reason: Unable to download the artifact from any repository

  org.apache.portals.jetspeed-2:jetspeed-deploy-maven-plugin:pom:2.2.0

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  bluesunrise (http://bluesunrise.com/maven2)





-- 
Vladimir


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: mvn building hello portal - failed

Posted by Ate Douma <at...@douma.nu>.
Hi Vladimir,

Two comments below on this:

Vladimir Figurov wrote:
> Hi
> 
> I try build my custom portal from jetspeed 2.2.0
> I use a "step-by-step" from 
> http://portals.apache.org/jetspeed-2/buildguide/jetspeed-archetype.html
> I have a mvn -version: 2.1.0
The Jetspeed 2.2.0 release didn't yet support Maven 2.1.0, you'll need to use either Maven 2.0.9 or Maven 2.0.10
This has been fixed recently in trunk, see http://issues.apache.org/jira/browse/JS2-1064.

> I have a Error on step:
> 
>  >mvn jetspeed:mvn -Dtarget=all
> [WARNING] Unable to get resource 
> 'org.apache.portals.jetspeed-2:jetspeed-deploy-maven-plugin:pom:2.2.0' 
> from repository central (http://repo1.maven.org/maven2): Error 
> transferring file: Connection timed out: connect
As the message above clearly indicates, the build "error" is caused by a connection time out.
I suggest trying again, it might already be cleared up by now.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org