You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Charles Moulliard <cm...@gmail.com> on 2009/05/15 09:14:29 UTC

Something has changed in the ServiceMix 4 repo

Hi,

I try to build ServiceMix 4 but it seems that a parent.pom is missing.

D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features>mvn clean
install -Dtest=false  -s "C:\Documents and
Settings\Charlesm.STREAMLINED\.m2\settings.xml"
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://repository.ops4j.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://download.java.net/maven/1//org.apache.servicemix/poms/servicemix-pom-2.pom
Downloading:
http://download.java.net/maven/2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://repository.jboss.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://s3.amazonaws.com/maven.springframework.org/milestone/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
Downloading:
http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT

Reason: Cannot find parent: org.apache.servicemix:servicemix-pom for
project: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT for
project org.apache.servicemix
.features:features:pom:4.1.0-SNAPSHOT


[INFO]
------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
org.apache.servicemix:servicemix-pom for project:
org.apache.servicemix.features:features:pom:4.1.0-

Something has changed in the repo ??????

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com

Re: Something has changed in the ServiceMix 4 repo

Posted by Charles Moulliard <cm...@gmail.com>.
I can open the link from my browser.

That's my fault. I work at home and I forget to switch my maven settings
(home is different from work)

Regards,

Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com


On Fri, May 15, 2009 at 9:26 AM, Freeman Fang <fr...@gmail.com>wrote:

> Hi,
> The error shows your maven can't download the parent pom
> servicemix-pom-2.pom.
> But I can build it from my linux box. And I check the link
> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom,
> it works for me.
> Can you open this link from your browser? Is it a temporary network problem
> ?
> Freeman
>
>
> Charles Moulliard wrote:
>
>> Hi,
>>
>> I try to build ServiceMix 4 but it seems that a parent.pom is missing.
>>
>> D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features>mvn clean
>> install -Dtest=false  -s "C:\Documents and
>> Settings\Charlesm.STREAMLINED\.m2\settings.xml"
>> [INFO] Scanning for projects...
>> Downloading:
>>
>> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://repository.ops4j.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://download.java.net/maven/1//org.apache.servicemix/poms/servicemix-pom-2.pom
>> Downloading:
>>
>> http://download.java.net/maven/2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://repository.jboss.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://s3.amazonaws.com/maven.springframework.org/milestone/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> Downloading:
>>
>> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] FATAL ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error building POM (may not be this project's POM).
>>
>>
>> Project ID: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT
>>
>> Reason: Cannot find parent: org.apache.servicemix:servicemix-pom for
>> project: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT for
>> project org.apache.servicemix
>> .features:features:pom:4.1.0-SNAPSHOT
>>
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Trace
>> org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
>> org.apache.servicemix:servicemix-pom for project:
>> org.apache.servicemix.features:features:pom:4.1.0-
>>
>> Something has changed in the repo ??????
>>
>> Regards,
>>
>> Charles Moulliard
>> Senior Enterprise Architect
>> Apache Camel Committer
>>
>> *****************************
>> blog : http://cmoulliard.blogspot.com
>>
>>
>>
>
>
> --
> Freeman Fang
> ------------------------
> Open Source SOA: http://fusesource.com
>
>

Re: Something has changed in the ServiceMix 4 repo

Posted by Freeman Fang <fr...@gmail.com>.
Hi,
The error shows your maven can't download the parent pom 
servicemix-pom-2.pom.
But I can build it from my linux box. And I check the link 
http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom, 
it works for me.
Can you open this link from your browser? Is it a temporary network 
problem ?
Freeman

Charles Moulliard wrote:
> Hi,
>
> I try to build ServiceMix 4 but it seems that a parent.pom is missing.
>
> D:\Dvlpt\Java\workspace-ganymede\apache-smx4-source\features>mvn clean
> install -Dtest=false  -s "C:\Documents and
> Settings\Charlesm.STREAMLINED\.m2\settings.xml"
> [INFO] Scanning for projects...
> Downloading:
> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://repository.ops4j.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://download.java.net/maven/1//org.apache.servicemix/poms/servicemix-pom-2.pom
> Downloading:
> http://download.java.net/maven/2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://repository.jboss.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://s3.amazonaws.com/maven.springframework.org/milestone/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> Downloading:
> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-pom/2/servicemix-pom-2.pom
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT
>
> Reason: Cannot find parent: org.apache.servicemix:servicemix-pom for
> project: org.apache.servicemix.features:features:pom:4.1.0-SNAPSHOT for
> project org.apache.servicemix
> .features:features:pom:4.1.0-SNAPSHOT
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
> org.apache.servicemix:servicemix-pom for project:
> org.apache.servicemix.features:features:pom:4.1.0-
>
> Something has changed in the repo ??????
>
> Regards,
>
> Charles Moulliard
> Senior Enterprise Architect
> Apache Camel Committer
>
> *****************************
> blog : http://cmoulliard.blogspot.com
>
>   


-- 
Freeman Fang
------------------------
Open Source SOA: http://fusesource.com