You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Bonner <bk...@gmail.com> on 2005/10/27 16:51:48 UTC

Re: SNAPSHOT problems (please verify maven 2 repository)

Should we be using: http://www.ibiblio.org/maven???

or http://repo1.maven.org/maven2 which redirects to
http://www.ibiblio.org/maven2.

Thanks,

Brian


On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> Snapshots were removed in ibiblio some days ago
> Snapshots delivered by apache projects are now available here :
> http://cvs.apache.org/repository/
> You can setup your maven build to retreive your dependencies from ibiblio and this repository with the property :
> maven.repo.remote=http://www.ibiblio.org/maven;http://cvs.apache.org/repository/
>
> Arnaud
>
>
> > -----Message d'origine-----
> > De : Benedikt Kratz [mailto:B.Kratz@uvt.nl]
> > Envoyé : mercredi 26 octobre 2005 15:53
> > À : users@maven.apache.org
> > Objet : SNAPSHOT problems
> >
> > Hi everyone,
> >
> > I am fairly new to maven, but started using a project that
> > relies on maven, and on Monday I was able to fetch some jar
> > files from the ibiblio repository. Today I wanted to repeat
> > the whole process of getting that project running to make
> > some documentation, but I've noticed that the SNAPSHOT
> > versions are not any longer available.
> >
> > I am using Maven 1.0.2  and I am looking for the SNAPSHOT
> > versions of commons-logging and commons-discovery (e.g.,
> > http://www.ibiblio.org/maven/commons-discovery/jars/). Is
> > this just a temporary glitch (because I am quite sure that
> > the commons-discovery-SNAPSHOT and commons-logging-SNAPSHOT
> > files were on the ibiblio server last Monday) and being
> > solved with the next update (it is not exclusively for
> > logging and discovery), or has something else changed
> > permanently and if so what should we do about that? Or am I
> > doing something else wrong?
> >
> > Thanks for your help,
> >
> > Benedikt
> >
> > p.s., here the dependency part of the project.xml file:
> >
> > <dependency>
> >   <groupId>commons-discovery</groupId>
> >   <artifactId>commons-discovery</artifactId>
> >   <version>SNAPSHOT</version>
> >   <properties>
> >     <module>true</module>
> >   </properties>
> > </dependency>
> >
> > --
> > ------------------------------------------------------------
> > Benedikt Kratz M.Sc.
> > Ph.D. Student
> > Infolab, Department of Information Systems and Management
> > Tilburg University
> > ------------------------------------------------------------
> >
> > ---------------------------------------------------------------------
> > 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: SNAPSHOT problems (please verify maven 2 repository)

Posted by Carlos Sanchez <ca...@apache.org>.
Snapshots were removed from ibiblio for m1 and m2

On 10/27/05, Brian Bonner <bk...@gmail.com> wrote:
> Just wanted to make sure I saw an e-mail from Brett Porter a while
> back saying snapshots came off ibiblio for maven2, didn't realize it
> was for m1, too.
>
> Is the cvs repository you gave then for m1?  is there a different one for m2?
>
> On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > If you are using m2, the main repository is : http://www.ibiblio.org/maven2/
> >
> > Arnaud
> >
> >
> >
> > > -----Message d'origine-----
> > > De : Brian Bonner [mailto:bkbonner@gmail.com]
> > > Envoyé : jeudi 27 octobre 2005 16:52
> > > À : Maven Users List
> > > Objet : Re: SNAPSHOT problems (please verify maven 2 repository)
> > >
> > > Should we be using: http://www.ibiblio.org/maven???
> > >
> > > or http://repo1.maven.org/maven2 which redirects to
> > > http://www.ibiblio.org/maven2.
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > > On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > > > Snapshots were removed in ibiblio some days ago Snapshots
> > > delivered by
> > > > apache projects are now available here :
> > > > http://cvs.apache.org/repository/
> > > > You can setup your maven build to retreive your
> > > dependencies from ibiblio and this repository with the property :
> > > >
> > > maven.repo.remote=http://www.ibiblio.org/maven;http://cvs.apache.org/r
> > > > epository/
> > > >
> > > > Arnaud
> > > >
> > > >
> > > > > -----Message d'origine-----
> > > > > De : Benedikt Kratz [mailto:B.Kratz@uvt.nl] Envoyé : mercredi 26
> > > > > octobre 2005 15:53 À : users@maven.apache.org Objet : SNAPSHOT
> > > > > problems
> > > > >
> > > > > Hi everyone,
> > > > >
> > > > > I am fairly new to maven, but started using a project
> > > that relies on
> > > > > maven, and on Monday I was able to fetch some jar files from the
> > > > > ibiblio repository. Today I wanted to repeat the whole process of
> > > > > getting that project running to make some documentation, but I've
> > > > > noticed that the SNAPSHOT versions are not any longer available.
> > > > >
> > > > > I am using Maven 1.0.2  and I am looking for the SNAPSHOT
> > > versions
> > > > > of commons-logging and commons-discovery (e.g.,
> > > > > http://www.ibiblio.org/maven/commons-discovery/jars/). Is
> > > this just
> > > > > a temporary glitch (because I am quite sure that the
> > > > > commons-discovery-SNAPSHOT and commons-logging-SNAPSHOT
> > > files were
> > > > > on the ibiblio server last Monday) and being solved with the next
> > > > > update (it is not exclusively for logging and discovery), or has
> > > > > something else changed permanently and if so what should
> > > we do about
> > > > > that? Or am I doing something else wrong?
> > > > >
> > > > > Thanks for your help,
> > > > >
> > > > > Benedikt
> > > > >
> > > > > p.s., here the dependency part of the project.xml file:
> > > > >
> > > > > <dependency>
> > > > >   <groupId>commons-discovery</groupId>
> > > > >   <artifactId>commons-discovery</artifactId>
> > > > >   <version>SNAPSHOT</version>
> > > > >   <properties>
> > > > >     <module>true</module>
> > > > >   </properties>
> > > > > </dependency>
> > > > >
> > > > > --
> > > > > ------------------------------------------------------------
> > > > > Benedikt Kratz M.Sc.
> > > > > Ph.D. Student
> > > > > Infolab, Department of Information Systems and Management Tilburg
> > > > > University
> > > > > ------------------------------------------------------------
> > > > >
> > > > >
> > > --------------------------------------------------------------------
> > > > > - 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
> >
> >
>
> ---------------------------------------------------------------------
> 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: SNAPSHOT problems (please verify maven 2 repository)

Posted by Arnaud HERITIER <ah...@gmail.com>.
I'm not sure there's already for m2 a snapshots repository for apache. Jason ?

Arnaud
 

> -----Message d'origine-----
> De : Brian Bonner [mailto:bkbonner@gmail.com] 
> Envoyé : jeudi 27 octobre 2005 21:46
> À : Maven Users List
> Objet : Re: SNAPSHOT problems (please verify maven 2 repository)
> 
> Just wanted to make sure I saw an e-mail from Brett Porter a 
> while back saying snapshots came off ibiblio for maven2, 
> didn't realize it was for m1, too.
> 
> Is the cvs repository you gave then for m1?  is there a 
> different one for m2?
> 
> On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > If you are using m2, the main repository is : 
> > http://www.ibiblio.org/maven2/
> >
> > Arnaud
> >
> >
> >
> > > -----Message d'origine-----
> > > De : Brian Bonner [mailto:bkbonner@gmail.com] Envoyé : jeudi 27 
> > > octobre 2005 16:52 À : Maven Users List Objet : Re: SNAPSHOT 
> > > problems (please verify maven 2 repository)
> > >
> > > Should we be using: http://www.ibiblio.org/maven???
> > >
> > > or http://repo1.maven.org/maven2 which redirects to 
> > > http://www.ibiblio.org/maven2.
> > >
> > > Thanks,
> > >
> > > Brian
> > >
> > >
> > > On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > > > Snapshots were removed in ibiblio some days ago Snapshots
> > > delivered by
> > > > apache projects are now available here :
> > > > http://cvs.apache.org/repository/
> > > > You can setup your maven build to retreive your
> > > dependencies from ibiblio and this repository with the property :
> > > >
> > > 
> maven.repo.remote=http://www.ibiblio.org/maven;http://cvs.apache.org
> > > /r
> > > > epository/
> > > >
> > > > Arnaud
> > > >
> > > >
> > > > > -----Message d'origine-----
> > > > > De : Benedikt Kratz [mailto:B.Kratz@uvt.nl] Envoyé : 
> mercredi 26 
> > > > > octobre 2005 15:53 À : users@maven.apache.org Objet : 
> SNAPSHOT 
> > > > > problems
> > > > >
> > > > > Hi everyone,
> > > > >
> > > > > I am fairly new to maven, but started using a project
> > > that relies on
> > > > > maven, and on Monday I was able to fetch some jar 
> files from the 
> > > > > ibiblio repository. Today I wanted to repeat the 
> whole process 
> > > > > of getting that project running to make some 
> documentation, but 
> > > > > I've noticed that the SNAPSHOT versions are not any 
> longer available.
> > > > >
> > > > > I am using Maven 1.0.2  and I am looking for the SNAPSHOT
> > > versions
> > > > > of commons-logging and commons-discovery (e.g., 
> > > > > http://www.ibiblio.org/maven/commons-discovery/jars/). Is
> > > this just
> > > > > a temporary glitch (because I am quite sure that the 
> > > > > commons-discovery-SNAPSHOT and commons-logging-SNAPSHOT
> > > files were
> > > > > on the ibiblio server last Monday) and being solved with the 
> > > > > next update (it is not exclusively for logging and 
> discovery), 
> > > > > or has something else changed permanently and if so 
> what should
> > > we do about
> > > > > that? Or am I doing something else wrong?
> > > > >
> > > > > Thanks for your help,
> > > > >
> > > > > Benedikt
> > > > >
> > > > > p.s., here the dependency part of the project.xml file:
> > > > >
> > > > > <dependency>
> > > > >   <groupId>commons-discovery</groupId>
> > > > >   <artifactId>commons-discovery</artifactId>
> > > > >   <version>SNAPSHOT</version>
> > > > >   <properties>
> > > > >     <module>true</module>
> > > > >   </properties>
> > > > > </dependency>
> > > > >
> > > > > --
> > > > > ------------------------------------------------------------
> > > > > Benedikt Kratz M.Sc.
> > > > > Ph.D. Student
> > > > > Infolab, Department of Information Systems and Management 
> > > > > Tilburg University
> > > > > ------------------------------------------------------------
> > > > >
> > > > >
> > > 
> --------------------------------------------------------------------
> > > > > - 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
> >
> >
> 
> ---------------------------------------------------------------------
> 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: SNAPSHOT problems (please verify maven 2 repository)

Posted by Brian Bonner <bk...@gmail.com>.
Just wanted to make sure I saw an e-mail from Brett Porter a while
back saying snapshots came off ibiblio for maven2, didn't realize it
was for m1, too.

Is the cvs repository you gave then for m1?  is there a different one for m2?

On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> If you are using m2, the main repository is : http://www.ibiblio.org/maven2/
>
> Arnaud
>
>
>
> > -----Message d'origine-----
> > De : Brian Bonner [mailto:bkbonner@gmail.com]
> > Envoyé : jeudi 27 octobre 2005 16:52
> > À : Maven Users List
> > Objet : Re: SNAPSHOT problems (please verify maven 2 repository)
> >
> > Should we be using: http://www.ibiblio.org/maven???
> >
> > or http://repo1.maven.org/maven2 which redirects to
> > http://www.ibiblio.org/maven2.
> >
> > Thanks,
> >
> > Brian
> >
> >
> > On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > > Snapshots were removed in ibiblio some days ago Snapshots
> > delivered by
> > > apache projects are now available here :
> > > http://cvs.apache.org/repository/
> > > You can setup your maven build to retreive your
> > dependencies from ibiblio and this repository with the property :
> > >
> > maven.repo.remote=http://www.ibiblio.org/maven;http://cvs.apache.org/r
> > > epository/
> > >
> > > Arnaud
> > >
> > >
> > > > -----Message d'origine-----
> > > > De : Benedikt Kratz [mailto:B.Kratz@uvt.nl] Envoyé : mercredi 26
> > > > octobre 2005 15:53 À : users@maven.apache.org Objet : SNAPSHOT
> > > > problems
> > > >
> > > > Hi everyone,
> > > >
> > > > I am fairly new to maven, but started using a project
> > that relies on
> > > > maven, and on Monday I was able to fetch some jar files from the
> > > > ibiblio repository. Today I wanted to repeat the whole process of
> > > > getting that project running to make some documentation, but I've
> > > > noticed that the SNAPSHOT versions are not any longer available.
> > > >
> > > > I am using Maven 1.0.2  and I am looking for the SNAPSHOT
> > versions
> > > > of commons-logging and commons-discovery (e.g.,
> > > > http://www.ibiblio.org/maven/commons-discovery/jars/). Is
> > this just
> > > > a temporary glitch (because I am quite sure that the
> > > > commons-discovery-SNAPSHOT and commons-logging-SNAPSHOT
> > files were
> > > > on the ibiblio server last Monday) and being solved with the next
> > > > update (it is not exclusively for logging and discovery), or has
> > > > something else changed permanently and if so what should
> > we do about
> > > > that? Or am I doing something else wrong?
> > > >
> > > > Thanks for your help,
> > > >
> > > > Benedikt
> > > >
> > > > p.s., here the dependency part of the project.xml file:
> > > >
> > > > <dependency>
> > > >   <groupId>commons-discovery</groupId>
> > > >   <artifactId>commons-discovery</artifactId>
> > > >   <version>SNAPSHOT</version>
> > > >   <properties>
> > > >     <module>true</module>
> > > >   </properties>
> > > > </dependency>
> > > >
> > > > --
> > > > ------------------------------------------------------------
> > > > Benedikt Kratz M.Sc.
> > > > Ph.D. Student
> > > > Infolab, Department of Information Systems and Management Tilburg
> > > > University
> > > > ------------------------------------------------------------
> > > >
> > > >
> > --------------------------------------------------------------------
> > > > - 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
>
>

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


RE: SNAPSHOT problems (please verify maven 2 repository)

Posted by Arnaud HERITIER <ah...@gmail.com>.
If you are using m2, the main repository is : http://www.ibiblio.org/maven2/

Arnaud



> -----Message d'origine-----
> De : Brian Bonner [mailto:bkbonner@gmail.com] 
> Envoyé : jeudi 27 octobre 2005 16:52
> À : Maven Users List
> Objet : Re: SNAPSHOT problems (please verify maven 2 repository)
> 
> Should we be using: http://www.ibiblio.org/maven???
> 
> or http://repo1.maven.org/maven2 which redirects to 
> http://www.ibiblio.org/maven2.
> 
> Thanks,
> 
> Brian
> 
> 
> On 10/27/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> > Snapshots were removed in ibiblio some days ago Snapshots 
> delivered by 
> > apache projects are now available here :
> > http://cvs.apache.org/repository/
> > You can setup your maven build to retreive your 
> dependencies from ibiblio and this repository with the property :
> > 
> maven.repo.remote=http://www.ibiblio.org/maven;http://cvs.apache.org/r
> > epository/
> >
> > Arnaud
> >
> >
> > > -----Message d'origine-----
> > > De : Benedikt Kratz [mailto:B.Kratz@uvt.nl] Envoyé : mercredi 26 
> > > octobre 2005 15:53 À : users@maven.apache.org Objet : SNAPSHOT 
> > > problems
> > >
> > > Hi everyone,
> > >
> > > I am fairly new to maven, but started using a project 
> that relies on 
> > > maven, and on Monday I was able to fetch some jar files from the 
> > > ibiblio repository. Today I wanted to repeat the whole process of 
> > > getting that project running to make some documentation, but I've 
> > > noticed that the SNAPSHOT versions are not any longer available.
> > >
> > > I am using Maven 1.0.2  and I am looking for the SNAPSHOT 
> versions 
> > > of commons-logging and commons-discovery (e.g., 
> > > http://www.ibiblio.org/maven/commons-discovery/jars/). Is 
> this just 
> > > a temporary glitch (because I am quite sure that the 
> > > commons-discovery-SNAPSHOT and commons-logging-SNAPSHOT 
> files were 
> > > on the ibiblio server last Monday) and being solved with the next 
> > > update (it is not exclusively for logging and discovery), or has 
> > > something else changed permanently and if so what should 
> we do about 
> > > that? Or am I doing something else wrong?
> > >
> > > Thanks for your help,
> > >
> > > Benedikt
> > >
> > > p.s., here the dependency part of the project.xml file:
> > >
> > > <dependency>
> > >   <groupId>commons-discovery</groupId>
> > >   <artifactId>commons-discovery</artifactId>
> > >   <version>SNAPSHOT</version>
> > >   <properties>
> > >     <module>true</module>
> > >   </properties>
> > > </dependency>
> > >
> > > --
> > > ------------------------------------------------------------
> > > Benedikt Kratz M.Sc.
> > > Ph.D. Student
> > > Infolab, Department of Information Systems and Management Tilburg 
> > > University
> > > ------------------------------------------------------------
> > >
> > > 
> --------------------------------------------------------------------
> > > - 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