You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anatol Pomozov <an...@gmail.com> on 2005/07/28 16:56:52 UTC

[M2] Maven2 build failed

Hi, all.

I tried to build maven2 from sources (svn up && ./m2-bootstrap-all.sh)
and got following error. Could you help me to solve it??


.....{SKIP PREVIOUS LOG}...
[INFO] ----------------------------------------------------------------------------
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Deploy Plugin
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
[INFO] [plugin:descriptor]
[INFO] [resources:resources]
[INFO] maven-artifact-manager: using locally installed snapshot
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] Main Error:
  Unable to read the metadata file
  org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar

from the specified remote repositories:
  http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
Path to dependency:
        1) org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
        2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT



Root error:
  Unrecognised tag: 'logo' (position: START_TAG seen ...</url>\r\n   
<logo>... @15:11)
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
[INFO] Final Memory: 8M/21M
[INFO] ----------------------------------------------------------------------------

-- 
anatol

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [M2] Maven2 build failed

Posted by Kenney Westerhof <fo...@neonics.com>.
On Thu, 28 Jul 2005, Anatol Pomozov wrote:

This is because of a wrong POM on ibiblio.. (actually, because the <logo>
tag in the pom is deprecated). It'll be fixed but it can take some time.

If you want to go ahead, find that pom in your local repository:

~/.m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-4/wagon-provider-api-1.0-alpha-4.pom

and remove the <logo> tag there.

There are more 'logo' errors that can be resolved similarly.

-- Kenney

> Hi, all.
>
> I tried to build maven2 from sources (svn up && ./m2-bootstrap-all.sh)
> and got following error. Could you help me to solve it??
>
>
> .....{SKIP PREVIOUS LOG}...
> [INFO] ----------------------------------------------------------------------------
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Maven Deploy Plugin
> [INFO] ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
> [INFO] [plugin:descriptor]
> [INFO] [resources:resources]
> [INFO] maven-artifact-manager: using locally installed snapshot
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Main Error:
>   Unable to read the metadata file
>   org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar
>
> from the specified remote repositories:
>   http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
> Path to dependency:
>         1) org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
>         2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT
>
>
>
> Root error:
>   Unrecognised tag: 'logo' (position: START_TAG seen ...</url>\r\n
> <logo>... @15:11)
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
> [INFO] Final Memory: 8M/21M
> [INFO] ----------------------------------------------------------------------------
>
> --
> anatol
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [M2] Maven2 build failed

Posted by Brett Porter <br...@gmail.com>.
Try again with the latest SVN - it should check for an updated to the wagon POM.

If not, remove that from your local repository - it has been corrected
server side.

- Brett

On 7/29/05, Anatol Pomozov <an...@gmail.com> wrote:
> Hi, all.
> 
> I tried to build maven2 from sources (svn up && ./m2-bootstrap-all.sh)
> and got following error. Could you help me to solve it??
> 
> 
> .....{SKIP PREVIOUS LOG}...
> [INFO] ----------------------------------------------------------------------------
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Maven Deploy Plugin
> [INFO] ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /opt/develop/osf-projects/apache.org/maven/maven2/maven-plugins/maven-deploy-plugin/target
> [INFO] [plugin:descriptor]
> [INFO] [resources:resources]
> [INFO] maven-artifact-manager: using locally installed snapshot
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Main Error:
>   Unable to read the metadata file
>   org.apache.maven.wagon:wagon-provider-api:1.0-alpha-4:jar
> 
> from the specified remote repositories:
>   http://repo1.maven.org/maven2, http://snapshots.maven.codehaus.org/maven2
> Path to dependency:
>         1) org.apache.maven.plugins:maven-deploy-plugin:maven-plugin:2.0-beta-1-SNAPSHOT
>         2) org.apache.maven:maven-artifact-manager:jar:2.0-beta-1-SNAPSHOT
> 
> 
> 
> Root error:
>   Unrecognised tag: 'logo' (position: START_TAG seen ...</url>\r\n
> <logo>... @15:11)
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Thu Jul 28 17:56:45 EEST 2005
> [INFO] Final Memory: 8M/21M
> [INFO] ----------------------------------------------------------------------------
> 
> --
> anatol
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org