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 "Timony, Michael" <Mi...@FMR.COM> on 2007/03/05 17:44:00 UTC

RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from the repository

Doing a fresh build of 2.1 with a fresh repository and still seeing this
error message. This is using Maven 2.

I'm e-mailing to the Dev list instead of the Users list where this
e-mail chain started in early Feb, as I feel this is a Development
issue.

Mick Timony


-----Original Message-----
From: Timony, Michael 
Sent: Tuesday, February 06, 2007 1:21 PM
To: Javier padron; Jetspeed Users List
Subject: RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'
from the repository

Same here, only solution I've found is to create my own dummy pom files:


[INFO] Using default encoding to copy filtered resources.
Downloading:
http://www.bluesunrise.com/maven2/mockrunner/mockrunner/0.2.7/mockrunner
-0.2.7.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m2
(http://www.bluesunrise.com/maven2)
Downloading:
http://repo1.maven.org/maven2/mockrunner/mockrunner/0.2.7/mockrunner-0.2
.7.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://www.bluesunrise.com/maven/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m1
(http://www.bluesunrise.com/maven)
Downloading:
http://dist.codehaus.org/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository org.codehaus
(http://dist.codehaus.org)
Downloading:
http://www.ibiblio.org/maven2/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository org.apache
(http://www.ibiblio.org/maven2) [WARNING] 
        Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
overriding broader scope 'runtime'
        given by a dependency. If this is not intended, modify or remove
the local scope.

Downloading:
http://www.bluesunrise.com/maven2/lucene/lucene-core/2.0.0/lucene-core-2
.0.0.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m2
(http://www.bluesunrise.com/maven2)
Downloading:
http://repo1.maven.org/maven2/lucene/lucene-core/2.0.0/lucene-core-2.0.0
.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://www.bluesunrise.com/maven/lucene/poms/lucene-core-2.0.0.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m1
(http://www.bluesunrise.com/maven)
Downloading: http://dist.codehaus.org/lucene/poms/lucene-core-2.0.0.pom
[WARNING] Unable to get resource from repository org.codehaus
(http://dist.codehaus.org)
Downloading:
http://www.ibiblio.org/maven2/lucene/poms/lucene-core-2.0.0.pom

Mick Timony


-----Original Message-----
From:	Javier padron [mailto:jpadron@nartexsoft.com]
Sent:	Mon 2/5/2007 12:47 PM
To:	Jetspeed Users List
Cc:	
Subject:	RE: BUILD ERROR: Error getting POM for
'mockrunner:mockrunner' from the repository

Hello, I have the same problem ! :s
 

-----Original Message-----
From: evi [mailto:evi@evi.pri.ee]
Sent: Monday, February 05, 2007 4:56 PM
To: 'Jetspeed Users List'
Subject: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from
the repository

Hello!

Can anybody advise how to get over of error getting POM (mockrunner)
from repositories?

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


Project ID: mockrunner:mockrunner

Reason: Error getting POM for 'mockrunner:mockrunner' from the
repository:
Error
 transferring file   mockrunner:mockrunner:pom:0.2.7

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  org.apache (http://www.ibiblio.org/maven2),
  com.bluesunrise.m1 (http://www.bluesunrise.com/maven),
  com.bluesunrise.m2 (http://www.bluesunrise.com/maven2),
  org.codehaus (http://dist.codehaus.org)

Thanks in advance,
Evi


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





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


Re: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from the repository

Posted by Mikko Wuokko <mi...@evtek.fi>.
Hi.

This relates to the issue I posted a few weeks ago. There is no 
mockrunner-0.2.7.pom in the repos, but the 0.3.1 does. At that moment 
you didn't want to upgrade the versions, but maybe now.

For the second one, the ehcache, there are few dependencies on the 
etc/build.xml file (jetspeed and others) which won't download properly. 
The antrun plugin seems to download ONLY from central repo and there was 
no 2.1-dev versions (mayby it will now with the 2.1 version). Note, that 
this is (I think) only affecting when your local repository is emptied 
(or never existed in first place). Anyway the jetspeed dependencies 
seemed to go by executing first the mvn and THEN the mvn -P tomcat, but 
the others still remained. They seemed to work fine if they were placed 
in the etc/pom.xml as dependencies. I mailed the deps to you David, I 
think, but that didn't have the new ehcache dep in it, so that should be 
added there.

But if the real reason for the error really was, that the pom file could 
not be downloaded, I'm puzzled as the missing poms should only produce 
warnings.

That came quite a long one again :D

-Mikko

David Sean Taylor wrote:
> You can't send attachments to this list
> Send it directly to me and I will upload it, thanks
> 
> On Mar 5, 2007, at 10:56 AM, Timony, Michael wrote:
> 
>>  ehcache-1.2.4.pom missing also. I've attached the 2 POM files I've
>> created/modified to allow my build to continue. These could be added to
>> the repository at bluesunrise?
>>
>>
>> populate-seed-data:
>>      [echo] called seed data with directory /tmp/CUSTOM_PORTAL1/dtf/etc
>>    [delete] Deleting directory /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
>>     [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
>>     [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
>>      [copy] Copying 1 file to
>> /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
>>      [copy] Copying /tmp/CUSTOM_PORTAL1/dtf/etc/sql/j2-seed.xml to
>> /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data/j2-seed.xml
>>      [echo] Running Jetspeed Seed Importer with -b
>> /tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//boot/ -c
>> /tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//
>>      [echo]  IN SEED establishing dependency to
>> org.apache.pluto.version=1.0.1
>>      [echo]     portlet-api.version=1.0
>>      [echo]     org.apache.jetspeed.deploy.version=2.1
>>      [echo]
>> org.apache.jetspeed.deploy.groupid=org.apache.portals.jetspeed-2
>> Downloading: ehcache/ehcache/1.2.4/ehcache-1.2.4.pom
>>
>>
>> -----Original Message-----
>> From: Timony, Michael
>> Sent: Monday, March 05, 2007 11:44 AM
>> To: 'Jetspeed Developers List'
>> Subject: RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'
>> from the repository
>>
>> Doing a fresh build of 2.1 with a fresh repository and still seeing this
>> error message. This is using Maven 2.
>>
>> I'm e-mailing to the Dev list instead of the Users list where this
>> e-mail chain started in early Feb, as I feel this is a Development
>> issue.
>>
>> Mick Timony
>>
>>
>> -----Original Message-----
>> From: Timony, Michael
>> Sent: Tuesday, February 06, 2007 1:21 PM
>> To: Javier padron; Jetspeed Users List
>> Subject: RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'
>> from the repository
>>
>> Same here, only solution I've found is to create my own dummy pom files:
>>
>>
>> [INFO] Using default encoding to copy filtered resources.
>> Downloading:
>> http://www.bluesunrise.com/maven2/mockrunner/mockrunner/0.2.7/mockrunner
>> -0.2.7.pom
>> [WARNING] Unable to get resource from repository com.bluesunrise.m2
>> (http://www.bluesunrise.com/maven2)
>> Downloading:
>> http://repo1.maven.org/maven2/mockrunner/mockrunner/0.2.7/mockrunner-0.2
>> .7.pom
>> [WARNING] Unable to get resource from repository central
>> (http://repo1.maven.org/maven2)
>> Downloading:
>> http://www.bluesunrise.com/maven/mockrunner/poms/mockrunner-0.2.7.pom
>> [WARNING] Unable to get resource from repository com.bluesunrise.m1
>> (http://www.bluesunrise.com/maven)
>> Downloading:
>> http://dist.codehaus.org/mockrunner/poms/mockrunner-0.2.7.pom
>> [WARNING] Unable to get resource from repository org.codehaus
>> (http://dist.codehaus.org)
>> Downloading:
>> http://www.ibiblio.org/maven2/mockrunner/poms/mockrunner-0.2.7.pom
>> [WARNING] Unable to get resource from repository org.apache
>> (http://www.ibiblio.org/maven2) [WARNING]
>>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
>> overriding broader scope 'runtime'
>>         given by a dependency. If this is not intended, modify or remove
>> the local scope.
>>
>> Downloading:
>> http://www.bluesunrise.com/maven2/lucene/lucene-core/2.0.0/lucene-core-2
>> .0.0.pom
>> [WARNING] Unable to get resource from repository com.bluesunrise.m2
>> (http://www.bluesunrise.com/maven2)
>> Downloading:
>> http://repo1.maven.org/maven2/lucene/lucene-core/2.0.0/lucene-core-2.0.0
>> .pom
>> [WARNING] Unable to get resource from repository central
>> (http://repo1.maven.org/maven2)
>> Downloading:
>> http://www.bluesunrise.com/maven/lucene/poms/lucene-core-2.0.0.pom
>> [WARNING] Unable to get resource from repository com.bluesunrise.m1
>> (http://www.bluesunrise.com/maven)
>> Downloading: http://dist.codehaus.org/lucene/poms/lucene-core-2.0.0.pom
>> [WARNING] Unable to get resource from repository org.codehaus
>> (http://dist.codehaus.org)
>> Downloading:
>> http://www.ibiblio.org/maven2/lucene/poms/lucene-core-2.0.0.pom
>>
>> Mick Timony
>>
>>
>> -----Original Message-----
>> From:    Javier padron [mailto:jpadron@nartexsoft.com]
>> Sent:    Mon 2/5/2007 12:47 PM
>> To:    Jetspeed Users List
>> Cc:   
>> Subject:    RE: BUILD ERROR: Error getting POM for
>> 'mockrunner:mockrunner' from the repository
>>
>> Hello, I have the same problem ! :s
>>
>>
>> -----Original Message-----
>> From: evi [mailto:evi@evi.pri.ee]
>> Sent: Monday, February 05, 2007 4:56 PM
>> To: 'Jetspeed Users List'
>> Subject: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from
>> the repository
>>
>> Hello!
>>
>> Can anybody advise how to get over of error getting POM (mockrunner)
>> from repositories?
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>>
>>
>> Project ID: mockrunner:mockrunner
>>
>> Reason: Error getting POM for 'mockrunner:mockrunner' from the
>> repository:
>> Error
>>  transferring file   mockrunner:mockrunner:pom:0.2.7
>>
>> from the specified remote repositories:
>>   central (http://repo1.maven.org/maven2),
>>   org.apache (http://www.ibiblio.org/maven2),
>>   com.bluesunrise.m1 (http://www.bluesunrise.com/maven),
>>   com.bluesunrise.m2 (http://www.bluesunrise.com/maven2),
>>   org.codehaus (http://dist.codehaus.org)
>>
>> Thanks in advance,
>> Evi
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 
> --David Sean Taylor
> Bluesunrise Software
> david@bluesunrise.com
> [office] +01 707 773-4646
> [mobile] +01 707 529 9194
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
> 

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


Re: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from the repository

Posted by David Sean Taylor <da...@bluesunrise.com>.
You can't send attachments to this list
Send it directly to me and I will upload it, thanks

On Mar 5, 2007, at 10:56 AM, Timony, Michael wrote:

>  ehcache-1.2.4.pom missing also. I've attached the 2 POM files I've
> created/modified to allow my build to continue. These could be  
> added to
> the repository at bluesunrise?
>
>
> populate-seed-data:
>      [echo] called seed data with directory /tmp/CUSTOM_PORTAL1/dtf/ 
> etc
>    [delete] Deleting directory /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
>     [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
>     [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
>      [copy] Copying 1 file to
> /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
>      [copy] Copying /tmp/CUSTOM_PORTAL1/dtf/etc/sql/j2-seed.xml to
> /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data/j2-seed.xml
>      [echo] Running Jetspeed Seed Importer with -b
> /tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//boot/ -c
> /tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//
>      [echo]  IN SEED establishing dependency to
> org.apache.pluto.version=1.0.1
>      [echo]     portlet-api.version=1.0
>      [echo]     org.apache.jetspeed.deploy.version=2.1
>      [echo]
> org.apache.jetspeed.deploy.groupid=org.apache.portals.jetspeed-2
> Downloading: ehcache/ehcache/1.2.4/ehcache-1.2.4.pom
>
>
> -----Original Message-----
> From: Timony, Michael
> Sent: Monday, March 05, 2007 11:44 AM
> To: 'Jetspeed Developers List'
> Subject: RE: BUILD ERROR: Error getting POM for  
> 'mockrunner:mockrunner'
> from the repository
>
> Doing a fresh build of 2.1 with a fresh repository and still seeing  
> this
> error message. This is using Maven 2.
>
> I'm e-mailing to the Dev list instead of the Users list where this
> e-mail chain started in early Feb, as I feel this is a Development
> issue.
>
> Mick Timony
>
>
> -----Original Message-----
> From: Timony, Michael
> Sent: Tuesday, February 06, 2007 1:21 PM
> To: Javier padron; Jetspeed Users List
> Subject: RE: BUILD ERROR: Error getting POM for  
> 'mockrunner:mockrunner'
> from the repository
>
> Same here, only solution I've found is to create my own dummy pom  
> files:
>
>
> [INFO] Using default encoding to copy filtered resources.
> Downloading:
> http://www.bluesunrise.com/maven2/mockrunner/mockrunner/0.2.7/ 
> mockrunner
> -0.2.7.pom
> [WARNING] Unable to get resource from repository com.bluesunrise.m2
> (http://www.bluesunrise.com/maven2)
> Downloading:
> http://repo1.maven.org/maven2/mockrunner/mockrunner/0.2.7/ 
> mockrunner-0.2
> .7.pom
> [WARNING] Unable to get resource from repository central
> (http://repo1.maven.org/maven2)
> Downloading:
> http://www.bluesunrise.com/maven/mockrunner/poms/mockrunner-0.2.7.pom
> [WARNING] Unable to get resource from repository com.bluesunrise.m1
> (http://www.bluesunrise.com/maven)
> Downloading:
> http://dist.codehaus.org/mockrunner/poms/mockrunner-0.2.7.pom
> [WARNING] Unable to get resource from repository org.codehaus
> (http://dist.codehaus.org)
> Downloading:
> http://www.ibiblio.org/maven2/mockrunner/poms/mockrunner-0.2.7.pom
> [WARNING] Unable to get resource from repository org.apache
> (http://www.ibiblio.org/maven2) [WARNING]
>         Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
> overriding broader scope 'runtime'
>         given by a dependency. If this is not intended, modify or  
> remove
> the local scope.
>
> Downloading:
> http://www.bluesunrise.com/maven2/lucene/lucene-core/2.0.0/lucene- 
> core-2
> .0.0.pom
> [WARNING] Unable to get resource from repository com.bluesunrise.m2
> (http://www.bluesunrise.com/maven2)
> Downloading:
> http://repo1.maven.org/maven2/lucene/lucene-core/2.0.0/lucene- 
> core-2.0.0
> .pom
> [WARNING] Unable to get resource from repository central
> (http://repo1.maven.org/maven2)
> Downloading:
> http://www.bluesunrise.com/maven/lucene/poms/lucene-core-2.0.0.pom
> [WARNING] Unable to get resource from repository com.bluesunrise.m1
> (http://www.bluesunrise.com/maven)
> Downloading: http://dist.codehaus.org/lucene/poms/lucene- 
> core-2.0.0.pom
> [WARNING] Unable to get resource from repository org.codehaus
> (http://dist.codehaus.org)
> Downloading:
> http://www.ibiblio.org/maven2/lucene/poms/lucene-core-2.0.0.pom
>
> Mick Timony
>
>
> -----Original Message-----
> From:	Javier padron [mailto:jpadron@nartexsoft.com]
> Sent:	Mon 2/5/2007 12:47 PM
> To:	Jetspeed Users List
> Cc:	
> Subject:	RE: BUILD ERROR: Error getting POM for
> 'mockrunner:mockrunner' from the repository
>
> Hello, I have the same problem ! :s
>
>
> -----Original Message-----
> From: evi [mailto:evi@evi.pri.ee]
> Sent: Monday, February 05, 2007 4:56 PM
> To: 'Jetspeed Users List'
> Subject: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'  
> from
> the repository
>
> Hello!
>
> Can anybody advise how to get over of error getting POM (mockrunner)
> from repositories?
>
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD ERROR
> [INFO]
> ---------------------------------------------------------------------- 
> --
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: mockrunner:mockrunner
>
> Reason: Error getting POM for 'mockrunner:mockrunner' from the
> repository:
> Error
>  transferring file   mockrunner:mockrunner:pom:0.2.7
>
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   org.apache (http://www.ibiblio.org/maven2),
>   com.bluesunrise.m1 (http://www.bluesunrise.com/maven),
>   com.bluesunrise.m2 (http://www.bluesunrise.com/maven2),
>   org.codehaus (http://dist.codehaus.org)
>
> Thanks in advance,
> Evi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-dev-help@portals.apache.org

-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773-4646
[mobile] +01 707 529 9194



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


RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from the repository

Posted by "Timony, Michael" <Mi...@FMR.COM>.
 ehcache-1.2.4.pom missing also. I've attached the 2 POM files I've
created/modified to allow my build to continue. These could be added to
the repository at bluesunrise?


populate-seed-data:
     [echo] called seed data with directory /tmp/CUSTOM_PORTAL1/dtf/etc
   [delete] Deleting directory /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
    [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed
    [mkdir] Created dir: /tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
     [copy] Copying 1 file to
/tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data
     [copy] Copying /tmp/CUSTOM_PORTAL1/dtf/etc/sql/j2-seed.xml to
/tmp/CUSTOM_PORTAL1/dtf/etc/target/seed/data/j2-seed.xml
     [echo] Running Jetspeed Seed Importer with -b
/tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//boot/ -c
/tmp/CUSTOM_PORTAL1/dtf/etc/serializer/assembly//
     [echo]  IN SEED establishing dependency to
org.apache.pluto.version=1.0.1
     [echo]     portlet-api.version=1.0
     [echo]     org.apache.jetspeed.deploy.version=2.1
     [echo]
org.apache.jetspeed.deploy.groupid=org.apache.portals.jetspeed-2
Downloading: ehcache/ehcache/1.2.4/ehcache-1.2.4.pom


-----Original Message-----
From: Timony, Michael 
Sent: Monday, March 05, 2007 11:44 AM
To: 'Jetspeed Developers List'
Subject: RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'
from the repository

Doing a fresh build of 2.1 with a fresh repository and still seeing this
error message. This is using Maven 2.

I'm e-mailing to the Dev list instead of the Users list where this
e-mail chain started in early Feb, as I feel this is a Development
issue.

Mick Timony


-----Original Message-----
From: Timony, Michael
Sent: Tuesday, February 06, 2007 1:21 PM
To: Javier padron; Jetspeed Users List
Subject: RE: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner'
from the repository

Same here, only solution I've found is to create my own dummy pom files:


[INFO] Using default encoding to copy filtered resources.
Downloading:
http://www.bluesunrise.com/maven2/mockrunner/mockrunner/0.2.7/mockrunner
-0.2.7.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m2
(http://www.bluesunrise.com/maven2)
Downloading:
http://repo1.maven.org/maven2/mockrunner/mockrunner/0.2.7/mockrunner-0.2
.7.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://www.bluesunrise.com/maven/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m1
(http://www.bluesunrise.com/maven)
Downloading:
http://dist.codehaus.org/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository org.codehaus
(http://dist.codehaus.org)
Downloading:
http://www.ibiblio.org/maven2/mockrunner/poms/mockrunner-0.2.7.pom
[WARNING] Unable to get resource from repository org.apache
(http://www.ibiblio.org/maven2) [WARNING] 
        Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
overriding broader scope 'runtime'
        given by a dependency. If this is not intended, modify or remove
the local scope.

Downloading:
http://www.bluesunrise.com/maven2/lucene/lucene-core/2.0.0/lucene-core-2
.0.0.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m2
(http://www.bluesunrise.com/maven2)
Downloading:
http://repo1.maven.org/maven2/lucene/lucene-core/2.0.0/lucene-core-2.0.0
.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://www.bluesunrise.com/maven/lucene/poms/lucene-core-2.0.0.pom
[WARNING] Unable to get resource from repository com.bluesunrise.m1
(http://www.bluesunrise.com/maven)
Downloading: http://dist.codehaus.org/lucene/poms/lucene-core-2.0.0.pom
[WARNING] Unable to get resource from repository org.codehaus
(http://dist.codehaus.org)
Downloading:
http://www.ibiblio.org/maven2/lucene/poms/lucene-core-2.0.0.pom

Mick Timony


-----Original Message-----
From:	Javier padron [mailto:jpadron@nartexsoft.com]
Sent:	Mon 2/5/2007 12:47 PM
To:	Jetspeed Users List
Cc:	
Subject:	RE: BUILD ERROR: Error getting POM for
'mockrunner:mockrunner' from the repository

Hello, I have the same problem ! :s
 

-----Original Message-----
From: evi [mailto:evi@evi.pri.ee]
Sent: Monday, February 05, 2007 4:56 PM
To: 'Jetspeed Users List'
Subject: BUILD ERROR: Error getting POM for 'mockrunner:mockrunner' from
the repository

Hello!

Can anybody advise how to get over of error getting POM (mockrunner)
from repositories?

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


Project ID: mockrunner:mockrunner

Reason: Error getting POM for 'mockrunner:mockrunner' from the
repository:
Error
 transferring file   mockrunner:mockrunner:pom:0.2.7

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  org.apache (http://www.ibiblio.org/maven2),
  com.bluesunrise.m1 (http://www.bluesunrise.com/maven),
  com.bluesunrise.m2 (http://www.bluesunrise.com/maven2),
  org.codehaus (http://dist.codehaus.org)

Thanks in advance,
Evi


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