You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by Thomas Termin <tt...@blue-elephant-systems.com> on 2008/09/09 15:21:37 UTC

build error

How could I resolve that?

[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.cxf
ArtifactId: cxf-codegen-plugin
Version: 2.1.2-SNAPSHOT

Reason: Unable to download the artifact from any repository

  org.apache.cxf:cxf-codegen-plugin:pom:2.1.2-SNAPSHOT

from the specified remote repositories:
  servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
  java.net (http://download.java.net/maven/1),
  codehaus (http://repository.codehaus.org),
  apache-incubating
(http://people.apache.org/repo/m2-incubating-repository),
  apache-releases
(http://people.apache.org/repo/m2-ibiblio-rsync-repository),
  central (http://repo1.maven.org/maven2),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)

-- 
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@blue-elephant-systems.com

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: build error

Posted by Thomas Termin <tt...@blue-elephant-systems.com>.
Guillaume Nodet wrote:
> Can you check in the main pom if you have a reference to
> 2.1.2-SNAPSHOT as a property and change it maybe ?
Yes. Will fix it.
> 
> On Tue, Sep 9, 2008 at 4:12 PM, Thomas Termin
> <tt...@blue-elephant-systems.com> wrote:
> 
>>It happens during smx3 trunk build
>>
>>Guillaume Nodet wrote:
>>
>>>CXF 2.1.2 has been released some time ago, so you should not have a
>>>snapshot dependency on it.  Where does it come from ?
>>>
>>>On Tue, Sep 9, 2008 at 3:21 PM, Thomas Termin
>>><tt...@blue-elephant-systems.com> wrote:
>>>
>>>
>>>>How could I resolve that?
>>>>
>>>>[ERROR] BUILD ERROR
>>>>[INFO]
>>>>------------------------------------------------------------------------
>>>>[INFO] Failed to resolve artifact.
>>>>
>>>>GroupId: org.apache.cxf
>>>>ArtifactId: cxf-codegen-plugin
>>>>Version: 2.1.2-SNAPSHOT
>>>>
>>>>Reason: Unable to download the artifact from any repository
>>>>
>>>>org.apache.cxf:cxf-codegen-plugin:pom:2.1.2-SNAPSHOT
>>>>
>>>
>>>>from the specified remote repositories:
>>>
>>>>servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
>>>>java.net (http://download.java.net/maven/1),
>>>>codehaus (http://repository.codehaus.org),
>>>>apache-incubating
>>>>(http://people.apache.org/repo/m2-incubating-repository),
>>>>apache-releases
>>>>(http://people.apache.org/repo/m2-ibiblio-rsync-repository),
>>>>central (http://repo1.maven.org/maven2),
>>>>apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>>>>apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>>>>apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
>>>>
>>>>--
>>>>Thomas Termin
>>>>_______________________________
>>>>blue elephant systems GmbH
>>>>Wollgrasweg 49
>>>>D-70599 Stuttgart
>>>>
>>>>Tel    :  (+49) 0711 - 45 10 17 676
>>>>Fax    :  (+49) 0711 - 45 10 17 573
>>>>WWW    :  http://www.blue-elephant-systems.com
>>>>Email  :  Thomas.Termin@blue-elephant-systems.com
>>>>
>>>>blue elephant systems GmbH
>>>>Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
>>>>Registergericht : Amtsgericht Stuttgart, HRB 24106
>>>>Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>>>>
>>>>
>>>
>>>
>>>
>>>
>>
>>--
>>Thomas Termin
>>_______________________________
>>blue elephant systems GmbH
>>Wollgrasweg 49
>>D-70599 Stuttgart
>>
>>Tel    :  (+49) 0711 - 45 10 17 676
>>Fax    :  (+49) 0711 - 45 10 17 573
>>WWW    :  http://www.blue-elephant-systems.com
>>Email  :  Thomas.Termin@blue-elephant-systems.com
>>
>>blue elephant systems GmbH
>>Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
>>Registergericht : Amtsgericht Stuttgart, HRB 24106
>>Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>>
>>
> 
> 
> 
> 


-- 
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@blue-elephant-systems.com

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: build error

Posted by Guillaume Nodet <gn...@gmail.com>.
Can you check in the main pom if you have a reference to
2.1.2-SNAPSHOT as a property and change it maybe ?

On Tue, Sep 9, 2008 at 4:12 PM, Thomas Termin
<tt...@blue-elephant-systems.com> wrote:
> It happens during smx3 trunk build
>
> Guillaume Nodet wrote:
>> CXF 2.1.2 has been released some time ago, so you should not have a
>> snapshot dependency on it.  Where does it come from ?
>>
>> On Tue, Sep 9, 2008 at 3:21 PM, Thomas Termin
>> <tt...@blue-elephant-systems.com> wrote:
>>
>>>How could I resolve that?
>>>
>>>[ERROR] BUILD ERROR
>>>[INFO]
>>>------------------------------------------------------------------------
>>>[INFO] Failed to resolve artifact.
>>>
>>>GroupId: org.apache.cxf
>>>ArtifactId: cxf-codegen-plugin
>>>Version: 2.1.2-SNAPSHOT
>>>
>>>Reason: Unable to download the artifact from any repository
>>>
>>> org.apache.cxf:cxf-codegen-plugin:pom:2.1.2-SNAPSHOT
>>>
>>>from the specified remote repositories:
>>> servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
>>> java.net (http://download.java.net/maven/1),
>>> codehaus (http://repository.codehaus.org),
>>> apache-incubating
>>>(http://people.apache.org/repo/m2-incubating-repository),
>>> apache-releases
>>>(http://people.apache.org/repo/m2-ibiblio-rsync-repository),
>>> central (http://repo1.maven.org/maven2),
>>> apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>>> apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>>> apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
>>>
>>>--
>>>Thomas Termin
>>>_______________________________
>>>blue elephant systems GmbH
>>>Wollgrasweg 49
>>>D-70599 Stuttgart
>>>
>>>Tel    :  (+49) 0711 - 45 10 17 676
>>>Fax    :  (+49) 0711 - 45 10 17 573
>>>WWW    :  http://www.blue-elephant-systems.com
>>>Email  :  Thomas.Termin@blue-elephant-systems.com
>>>
>>>blue elephant systems GmbH
>>>Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
>>>Registergericht : Amtsgericht Stuttgart, HRB 24106
>>>Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>>>
>>>
>>
>>
>>
>>
>
>
> --
> Thomas Termin
> _______________________________
> blue elephant systems GmbH
> Wollgrasweg 49
> D-70599 Stuttgart
>
> Tel    :  (+49) 0711 - 45 10 17 676
> Fax    :  (+49) 0711 - 45 10 17 573
> WWW    :  http://www.blue-elephant-systems.com
> Email  :  Thomas.Termin@blue-elephant-systems.com
>
> blue elephant systems GmbH
> Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
> Registergericht : Amtsgericht Stuttgart, HRB 24106
> Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: build error

Posted by Thomas Termin <tt...@blue-elephant-systems.com>.
It happens during smx3 trunk build

Guillaume Nodet wrote:
> CXF 2.1.2 has been released some time ago, so you should not have a
> snapshot dependency on it.  Where does it come from ?
> 
> On Tue, Sep 9, 2008 at 3:21 PM, Thomas Termin
> <tt...@blue-elephant-systems.com> wrote:
> 
>>How could I resolve that?
>>
>>[ERROR] BUILD ERROR
>>[INFO]
>>------------------------------------------------------------------------
>>[INFO] Failed to resolve artifact.
>>
>>GroupId: org.apache.cxf
>>ArtifactId: cxf-codegen-plugin
>>Version: 2.1.2-SNAPSHOT
>>
>>Reason: Unable to download the artifact from any repository
>>
>> org.apache.cxf:cxf-codegen-plugin:pom:2.1.2-SNAPSHOT
>>
>>from the specified remote repositories:
>> servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
>> java.net (http://download.java.net/maven/1),
>> codehaus (http://repository.codehaus.org),
>> apache-incubating
>>(http://people.apache.org/repo/m2-incubating-repository),
>> apache-releases
>>(http://people.apache.org/repo/m2-ibiblio-rsync-repository),
>> central (http://repo1.maven.org/maven2),
>> apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>> apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>> apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
>>
>>--
>>Thomas Termin
>>_______________________________
>>blue elephant systems GmbH
>>Wollgrasweg 49
>>D-70599 Stuttgart
>>
>>Tel    :  (+49) 0711 - 45 10 17 676
>>Fax    :  (+49) 0711 - 45 10 17 573
>>WWW    :  http://www.blue-elephant-systems.com
>>Email  :  Thomas.Termin@blue-elephant-systems.com
>>
>>blue elephant systems GmbH
>>Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
>>Registergericht : Amtsgericht Stuttgart, HRB 24106
>>Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>>
>>
> 
> 
> 
> 


-- 
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  Thomas.Termin@blue-elephant-systems.com

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle


Re: build error

Posted by Guillaume Nodet <gn...@gmail.com>.
CXF 2.1.2 has been released some time ago, so you should not have a
snapshot dependency on it.  Where does it come from ?

On Tue, Sep 9, 2008 at 3:21 PM, Thomas Termin
<tt...@blue-elephant-systems.com> wrote:
> How could I resolve that?
>
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.cxf
> ArtifactId: cxf-codegen-plugin
> Version: 2.1.2-SNAPSHOT
>
> Reason: Unable to download the artifact from any repository
>
>  org.apache.cxf:cxf-codegen-plugin:pom:2.1.2-SNAPSHOT
>
> from the specified remote repositories:
>  servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
>  java.net (http://download.java.net/maven/1),
>  codehaus (http://repository.codehaus.org),
>  apache-incubating
> (http://people.apache.org/repo/m2-incubating-repository),
>  apache-releases
> (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
>  central (http://repo1.maven.org/maven2),
>  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>  apache.incubating (http://people.apache.org/repo/m2-incubating-repository)
>
> --
> Thomas Termin
> _______________________________
> blue elephant systems GmbH
> Wollgrasweg 49
> D-70599 Stuttgart
>
> Tel    :  (+49) 0711 - 45 10 17 676
> Fax    :  (+49) 0711 - 45 10 17 573
> WWW    :  http://www.blue-elephant-systems.com
> Email  :  Thomas.Termin@blue-elephant-systems.com
>
> blue elephant systems GmbH
> Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
> Registergericht : Amtsgericht Stuttgart, HRB 24106
> Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/