You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Agata Chrobak <mi...@gmail.com> on 2012/04/20 09:08:31 UTC

unavailable repos - what to do?

hi!

i started work with maven like month ago, but still don't get it sometimes..:/

i have the following problem: i need to download repos form:

http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml

but it seems to unavailable - what to do in such a case? please help!
i really need it today morning..

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


Re: unavailable repos - what to do?

Posted by Agata Chrobak <mi...@gmail.com>.
hi!

i already resolved my problem.. i just changed maven3 to maven2 and
now everything is working

W dniu 20 kwietnia 2012 15:25 użytkownik Ron Wheeler
<rw...@artifact-software.com> napisał:
> What are you trying to do?
>
> What repo software are you running?
>
> Ron
>
>
> On 20/04/2012 3:08 AM, Agata Chrobak wrote:
>>
>> hi!
>>
>> i started work with maven like month ago, but still don't get it
>> sometimes..:/
>>
>> i have the following problem: i need to download repos form:
>>
>>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>>
>> but it seems to unavailable - what to do in such a case? please help!
>> i really need it today morning..
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwheeler@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102
>
>
>
>
> ---------------------------------------------------------------------
> 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


Re: unavailable repos - what to do?

Posted by Ron Wheeler <rw...@artifact-software.com>.
What are you trying to do?

What repo software are you running?

Ron

On 20/04/2012 3:08 AM, Agata Chrobak wrote:
> hi!
>
> i started work with maven like month ago, but still don't get it sometimes..:/
>
> i have the following problem: i need to download repos form:
>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>
> but it seems to unavailable - what to do in such a case? please help!
> i really need it today morning..
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


-- 
Ron Wheeler
President
Artifact Software Inc
email: rwheeler@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102



Re: unavailable repos - what to do?

Posted by Agata Chrobak <mi...@gmail.com>.
no it isn't:/

W dniu 20 kwietnia 2012 11:49 użytkownik martin.eisengardt
<ma...@googlemail.com> napisał:
> Is the repository part of your pom.xml or your settings? Then try to
> comment it as long as it does not work.
>
> 2012/4/20 Agata Chrobak <mi...@gmail.com>
>
>> i changed it, butstill does not work
>>
>> W dniu 20 kwietnia 2012 10:49 użytkownik martin.eisengardt
>> <ma...@googlemail.com> napisał:
>> > Check the group id in the install-file command.
>> > It should be the standard commons-httpclient so the group should be
>> called
>> > "commons-httpclient" too.
>> >
>> > 2012/4/20 Agata Chrobak <mi...@gmail.com>
>> >
>> >> W dniu 20 kwietnia 2012 09:26 użytkownik martin.eisengardt
>> >> <ma...@googlemail.com> napisał:
>> >> > This one should be available in official maven repository (maven
>> >> central):
>> >> >
>> http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient
>> >>
>> >> thanks for quick replay
>> >> ok, so i downloaded it from this location and put
>> >>
>> >> mvn install:install-file -Dfile=commons-httpclient-3.1.jar
>> >> -Dversion=3.1 -Dpackaging=jar -DgroupId=com.cedarsoft.maven
>> >> -DartifactId=commons-httpclient
>> >>
>> >> and i got the success, but when i want to do mvn install maven still
>> >> looking for this site
>> >>
>> >>
>> >>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>> >>
>> >> what wrong i did?
>> >>
>> >> >
>> >> > Generally spoken: If a maven repository is not available you cannot do
>> >> > anything.
>> >> > As long as you do not host a mirror or have downloaded it on any
>> computer
>> >> > the dependency will not be available.
>> >> i get it..
>> >> >
>> >> > For workarounds you should look if the dependency is available from
>> >> another
>> >> > location. If the project is available as download from elsewhere you
>> can
>> >> > choose to manually install it (see mvn install:install-file goal).
>> >> >
>> >> >
>> >> > On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com>
>> >> wrote:
>> >> >
>> >> >> hi!
>> >> >>
>> >> >> i started work with maven like month ago, but still don't get it
>> >> >> sometimes..:/
>> >> >>
>> >> >> i have the following problem: i need to download repos form:
>> >> >>
>> >> >>
>> >> >>
>> >>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>> >> >>
>> >> >> but it seems to unavailable - what to do in such a case? please help!
>> >> >> i really need it today morning..
>> >> >>
>> >> >> ---------------------------------------------------------------------
>> >> >> 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
>> >>
>> >>
>>
>> ---------------------------------------------------------------------
>> 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


Re: unavailable repos - what to do?

Posted by "martin.eisengardt" <ma...@googlemail.com>.
Is the repository part of your pom.xml or your settings? Then try to
comment it as long as it does not work.

2012/4/20 Agata Chrobak <mi...@gmail.com>

> i changed it, butstill does not work
>
> W dniu 20 kwietnia 2012 10:49 użytkownik martin.eisengardt
> <ma...@googlemail.com> napisał:
> > Check the group id in the install-file command.
> > It should be the standard commons-httpclient so the group should be
> called
> > "commons-httpclient" too.
> >
> > 2012/4/20 Agata Chrobak <mi...@gmail.com>
> >
> >> W dniu 20 kwietnia 2012 09:26 użytkownik martin.eisengardt
> >> <ma...@googlemail.com> napisał:
> >> > This one should be available in official maven repository (maven
> >> central):
> >> >
> http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient
> >>
> >> thanks for quick replay
> >> ok, so i downloaded it from this location and put
> >>
> >> mvn install:install-file -Dfile=commons-httpclient-3.1.jar
> >> -Dversion=3.1 -Dpackaging=jar -DgroupId=com.cedarsoft.maven
> >> -DartifactId=commons-httpclient
> >>
> >> and i got the success, but when i want to do mvn install maven still
> >> looking for this site
> >>
> >>
> >>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
> >>
> >> what wrong i did?
> >>
> >> >
> >> > Generally spoken: If a maven repository is not available you cannot do
> >> > anything.
> >> > As long as you do not host a mirror or have downloaded it on any
> computer
> >> > the dependency will not be available.
> >> i get it..
> >> >
> >> > For workarounds you should look if the dependency is available from
> >> another
> >> > location. If the project is available as download from elsewhere you
> can
> >> > choose to manually install it (see mvn install:install-file goal).
> >> >
> >> >
> >> > On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com>
> >> wrote:
> >> >
> >> >> hi!
> >> >>
> >> >> i started work with maven like month ago, but still don't get it
> >> >> sometimes..:/
> >> >>
> >> >> i have the following problem: i need to download repos form:
> >> >>
> >> >>
> >> >>
> >>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
> >> >>
> >> >> but it seems to unavailable - what to do in such a case? please help!
> >> >> i really need it today morning..
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> 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
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: unavailable repos - what to do?

Posted by Agata Chrobak <mi...@gmail.com>.
i changed it, butstill does not work

W dniu 20 kwietnia 2012 10:49 użytkownik martin.eisengardt
<ma...@googlemail.com> napisał:
> Check the group id in the install-file command.
> It should be the standard commons-httpclient so the group should be called
> "commons-httpclient" too.
>
> 2012/4/20 Agata Chrobak <mi...@gmail.com>
>
>> W dniu 20 kwietnia 2012 09:26 użytkownik martin.eisengardt
>> <ma...@googlemail.com> napisał:
>> > This one should be available in official maven repository (maven
>> central):
>> > http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient
>>
>> thanks for quick replay
>> ok, so i downloaded it from this location and put
>>
>> mvn install:install-file -Dfile=commons-httpclient-3.1.jar
>> -Dversion=3.1 -Dpackaging=jar -DgroupId=com.cedarsoft.maven
>> -DartifactId=commons-httpclient
>>
>> and i got the success, but when i want to do mvn install maven still
>> looking for this site
>>
>>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>>
>> what wrong i did?
>>
>> >
>> > Generally spoken: If a maven repository is not available you cannot do
>> > anything.
>> > As long as you do not host a mirror or have downloaded it on any computer
>> > the dependency will not be available.
>> i get it..
>> >
>> > For workarounds you should look if the dependency is available from
>> another
>> > location. If the project is available as download from elsewhere you can
>> > choose to manually install it (see mvn install:install-file goal).
>> >
>> >
>> > On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com>
>> wrote:
>> >
>> >> hi!
>> >>
>> >> i started work with maven like month ago, but still don't get it
>> >> sometimes..:/
>> >>
>> >> i have the following problem: i need to download repos form:
>> >>
>> >>
>> >>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>> >>
>> >> but it seems to unavailable - what to do in such a case? please help!
>> >> i really need it today morning..
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>>
>>

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


Re: unavailable repos - what to do?

Posted by "martin.eisengardt" <ma...@googlemail.com>.
Check the group id in the install-file command.
It should be the standard commons-httpclient so the group should be called
"commons-httpclient" too.

2012/4/20 Agata Chrobak <mi...@gmail.com>

> W dniu 20 kwietnia 2012 09:26 użytkownik martin.eisengardt
> <ma...@googlemail.com> napisał:
> > This one should be available in official maven repository (maven
> central):
> > http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient
>
> thanks for quick replay
> ok, so i downloaded it from this location and put
>
> mvn install:install-file -Dfile=commons-httpclient-3.1.jar
> -Dversion=3.1 -Dpackaging=jar -DgroupId=com.cedarsoft.maven
> -DartifactId=commons-httpclient
>
> and i got the success, but when i want to do mvn install maven still
> looking for this site
>
>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>
> what wrong i did?
>
> >
> > Generally spoken: If a maven repository is not available you cannot do
> > anything.
> > As long as you do not host a mirror or have downloaded it on any computer
> > the dependency will not be available.
> i get it..
> >
> > For workarounds you should look if the dependency is available from
> another
> > location. If the project is available as download from elsewhere you can
> > choose to manually install it (see mvn install:install-file goal).
> >
> >
> > On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com>
> wrote:
> >
> >> hi!
> >>
> >> i started work with maven like month ago, but still don't get it
> >> sometimes..:/
> >>
> >> i have the following problem: i need to download repos form:
> >>
> >>
> >>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
> >>
> >> but it seems to unavailable - what to do in such a case? please help!
> >> i really need it today morning..
> >>
> >> ---------------------------------------------------------------------
> >> 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
>
>

Re: unavailable repos - what to do?

Posted by Agata Chrobak <mi...@gmail.com>.
W dniu 20 kwietnia 2012 09:26 użytkownik martin.eisengardt
<ma...@googlemail.com> napisał:
> This one should be available in official maven repository (maven central):
> http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient

thanks for quick replay
ok, so i downloaded it from this location and put

mvn install:install-file -Dfile=commons-httpclient-3.1.jar
-Dversion=3.1 -Dpackaging=jar -DgroupId=com.cedarsoft.maven
-DartifactId=commons-httpclient

and i got the success, but when i want to do mvn install maven still
looking for this site

 http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml

what wrong i did?

>
> Generally spoken: If a maven repository is not available you cannot do
> anything.
> As long as you do not host a mirror or have downloaded it on any computer
> the dependency will not be available.
i get it..
>
> For workarounds you should look if the dependency is available from another
> location. If the project is available as download from elsewhere you can
> choose to manually install it (see mvn install:install-file goal).
>
>
> On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com> wrote:
>
>> hi!
>>
>> i started work with maven like month ago, but still don't get it
>> sometimes..:/
>>
>> i have the following problem: i need to download repos form:
>>
>>
>> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>>
>> but it seems to unavailable - what to do in such a case? please help!
>> i really need it today morning..
>>
>> ---------------------------------------------------------------------
>> 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


Re: unavailable repos - what to do?

Posted by "martin.eisengardt" <ma...@googlemail.com>.
This one should be available in official maven repository (maven central):
http://mvnrepository.com/artifact/commons-httpclient/commons-httpclient

Generally spoken: If a maven repository is not available you cannot do
anything.
As long as you do not host a mirror or have downloaded it on any computer
the dependency will not be available.

For workarounds you should look if the dependency is available from another
location. If the project is available as download from elsewhere you can
choose to manually install it (see mvn install:install-file goal).


On Fri, Apr 20, 2012 at 9:08 AM, Agata Chrobak <mi...@gmail.com> wrote:

> hi!
>
> i started work with maven like month ago, but still don't get it
> sometimes..:/
>
> i have the following problem: i need to download repos form:
>
>
> http://maven.cedarsoft.com/content/repositories/thirdparty/commons-httpclient/commons-httpclient/maven-metadata.xml
>
> but it seems to unavailable - what to do in such a case? please help!
> i really need it today morning..
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>