You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Norbert Sándor <de...@erinors.com> on 2006/12/11 22:02:29 UTC

4.1.1 build problem

I get the following error when I try to build 4.1.1 from head. Am I the 
only one? :)

Regards:
Norbi


[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-plugins
Version: 4

Reason: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-plugins:pom:4

from the specified remote repositories:
  codehaus.org (http://snapshots.repository.codehaus.org),
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  tapestry.javaforge (http://howardlewisship.com/repository),
  openqa (http://maven.openqa.org/)


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


Re: 4.1.1 build problem

Posted by Andreas Andreou <an...@di.uoa.gr>.
Norbert Sándor wrote:
> Nice conversation with myself :)

indeed!
Anyway, you should  try
mvn -U install
in such cases... It usually fixes such stuff

>
> I replaced
>
>  <parent>
>    <artifactId>maven-plugins</artifactId>
>    <groupId>org.apache.maven.plugins</groupId>
>    <version>4</version>
>  </parent>
>
> with
>
>  <parent>
>    <artifactId>maven-plugins</artifactId>
>    <groupId>org.apache.maven.plugins</groupId>
>    <version>4-SNAPSHOT</version>
>  </parent>
>
> in maven-source-plugin's pom, and it seems to work...
>
> Regards,
> Norbi
>
>
> Norbert Sándor írta:
>> As I see it is caused by the maven-source-plugin...
>> Anyone any ideas how to solve this?
>>
>> thx
>> N.
>>
>> Norbert Sándor írta:
>>> I get the following error when I try to build 4.1.1 from head. Am I
>>> the only one? :)
>>>
>>> Regards:
>>> Norbi
>>>
>>>
>>> [INFO] Failed to resolve artifact.
>>>
>>> GroupId: org.apache.maven.plugins
>>> ArtifactId: maven-plugins
>>> Version: 4
>>>
>>> Reason: Unable to download the artifact from any repository
>>>
>>>  org.apache.maven.plugins:maven-plugins:pom:4
>>>
>>> from the specified remote repositories:
>>>  codehaus.org (http://snapshots.repository.codehaus.org),
>>>  central (http://repo1.maven.org/maven2),
>>>  apache.snapshots
>>> (http://people.apache.org/repo/m2-snapshot-repository),
>>>  tapestry.javaforge (http://howardlewisship.com/repository),
>>>  openqa (http://maven.openqa.org/)
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

-- 
Andreas Andreou - andyhot@apache.org - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting


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


Re: 4.1.1 build problem

Posted by Norbert Sándor <de...@erinors.com>.
Nice conversation with myself :)

I replaced

  <parent>
    <artifactId>maven-plugins</artifactId>
    <groupId>org.apache.maven.plugins</groupId>
    <version>4</version>
  </parent>

with

  <parent>
    <artifactId>maven-plugins</artifactId>
    <groupId>org.apache.maven.plugins</groupId>
    <version>4-SNAPSHOT</version>
  </parent>

in maven-source-plugin's pom, and it seems to work...

Regards,
Norbi


Norbert Sándor írta:
> As I see it is caused by the maven-source-plugin...
> Anyone any ideas how to solve this?
>
> thx
> N.
>
> Norbert Sándor írta:
>> I get the following error when I try to build 4.1.1 from head. Am I 
>> the only one? :)
>>
>> Regards:
>> Norbi
>>
>>
>> [INFO] Failed to resolve artifact.
>>
>> GroupId: org.apache.maven.plugins
>> ArtifactId: maven-plugins
>> Version: 4
>>
>> Reason: Unable to download the artifact from any repository
>>
>>  org.apache.maven.plugins:maven-plugins:pom:4
>>
>> from the specified remote repositories:
>>  codehaus.org (http://snapshots.repository.codehaus.org),
>>  central (http://repo1.maven.org/maven2),
>>  apache.snapshots 
>> (http://people.apache.org/repo/m2-snapshot-repository),
>>  tapestry.javaforge (http://howardlewisship.com/repository),
>>  openqa (http://maven.openqa.org/)
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>
>

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


Re: 4.1.1 build problem

Posted by Norbert Sándor <de...@erinors.com>.
As I see it is caused by the maven-source-plugin...
Anyone any ideas how to solve this?

thx
N.

Norbert Sándor írta:
> I get the following error when I try to build 4.1.1 from head. Am I 
> the only one? :)
>
> Regards:
> Norbi
>
>
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.maven.plugins
> ArtifactId: maven-plugins
> Version: 4
>
> Reason: Unable to download the artifact from any repository
>
>  org.apache.maven.plugins:maven-plugins:pom:4
>
> from the specified remote repositories:
>  codehaus.org (http://snapshots.repository.codehaus.org),
>  central (http://repo1.maven.org/maven2),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  tapestry.javaforge (http://howardlewisship.com/repository),
>  openqa (http://maven.openqa.org/)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>
>

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