You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Stadelmann Josef <jo...@axa-winterthur.ch> on 2011/09/12 11:42:00 UTC

[rampart-1.6.0] BUILD ERROR

I am using 

$ mvn -U -Drelease clean install 

on a subversion checked out ./tags/v1.6.0 rampart source kit and run
into the following BUILD ERROR

 

Is that normal, or how do I properly build rampart with
apache-maven-2.2.1 on a Windows Vista System

 

Josef

 

[INFO] [jar:jar {execution: default-jar}]

[INFO] Building jar:
E:\asf\axis\axis2\java\rampart\tags\v1.6.0\modules\rampart-integration\t
arget\rampart-integration-1.6.0.jar

[INFO] [install:install {execution: default-install}]

[INFO] Installing
E:\asf\axis\axis2\java\rampart\tags\v1.6.0\modules\rampart-integration\t
arget\rampart-integration-1.6.0.jar to
E:\Users\C770817\.m2\repository\org\apache\rampart\rampart-integration\1
.6.0\rampart-integration-1.6.0.jar

[INFO]
------------------------------------------------------------------------

[INFO] Building Rampart - Documentation

[INFO]    task-segment: [clean, install]

[INFO]
------------------------------------------------------------------------

[INFO] [clean:clean {execution: default-clean}]

[INFO] Deleting
E:\asf\axis\axis2\java\rampart\tags\v1.6.0\modules\documentation\target

[INFO] [remote-resources:process {execution: default}]

[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]

[INFO] [install:install {execution: default-install}]

[INFO] Installing
E:\asf\axis\axis2\java\rampart\tags\v1.6.0\modules\documentation\pom.xml
to
E:\Users\C770817\.m2\repository\org\apache\rampart\rampart-documentaion\
1.6.0\rampart-documentaion-1.6.0.pom

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-inf
o-reports-plugin/2.1.2/maven-project-info-reports-plugin-2.1.2.pom

[WARNING] Unable to get resource
'org.apache.maven.plugins:maven-project-info-reports-plugin:pom:2.1.2'
from repository central (http://repo1.maven.org/maven2): Error
transferring file: Server redirected too many  times (20)

Downloading:
http://shibboleth.internet2.edu/downloads/maven2//org/apache/maven/plugi
ns/maven-project-info-reports-plugin/2.1.2/maven-project-info-reports-pl
ugin-2.1.2.pom

[WARNING] Unable to get resource
'org.apache.maven.plugins:maven-project-info-reports-plugin:pom:2.1.2'
from repository open-saml
(http://shibboleth.internet2.edu/downloads/maven2/): Error transferring
file: Server redirected too many  times (20)

Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-project-inf
o-reports-plugin/2.1.2/maven-project-info-reports-plugin-2.1.2.pom

[WARNING] Unable to get resource
'org.apache.maven.plugins:maven-project-info-reports-plugin:pom:2.1.2'
from repository central (http://repo1.maven.org/maven2): Error
transferring file: Server redirected too many  times (20)

[INFO]
------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] Error building POM (may not be this project's POM).

 

 

Project ID: org.apache.maven.plugins:maven-project-info-reports-plugin

 

Reason: POM 'org.apache.maven.plugins:maven-project-info-reports-plugin'
not found in repository: Unable to download the artifact from any
repository

 

  org.apache.maven.plugins:maven-project-info-reports-plugin:pom:2.1.2

 

from the specified remote repositories:

  apache.snapshots (http://repository.apache.org/snapshots),

  central (http://repo1.maven.org/maven2),

  open-saml (http://shibboleth.internet2.edu/downloads/maven2/)

 

for project org.apache.maven.plugins:maven-project-info-reports-plugin

 

 

[INFO]
------------------------------------------------------------------------

[INFO] For more information, run Maven with the -e switch

[INFO]
------------------------------------------------------------------------

[INFO] Total time: 4 minutes 29 seconds

[INFO] Finished at: Mon Sep 12 11:33:49 CEST 2011

[INFO] Final Memory: 67M/495M

[INFO]
------------------------------------------------------------------------

'cmd' is not recognized as an internal or external command,

operable program or batch file.

E:\asf\axis\axis2\java\rampart\tags\v1.6.0>

 

MAVEN_HOME=E:\Users\C770817\SW-UMGEBUNG\apache-maven-2.2.1

MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1024m -Xms512m
-Dhttp.auth.preference=Basic

 

This worked very well to build axis2-1.6.0 but fails now with
rampart-1.6.0

 

Any clues and hints wellcome

Josef