From: Brett P. <bre...@gm...> - 2004-10-15 11:50:00
|
Hi all, I've made the following changes for maven-plugins at sourceforge: - moved http://maven-plugins.sf.net/maven/maven-plugins to /repository/maven-plugins (old one is symlinked) - copied http://maven-plugins.sf.net/maven/findbugs to /repository/findbugs (I'm assuming this is the distribution point for findbugs as it is newer than ibiblio. If this is not correct, we should remove this directory from maven-plugins) - left other files as is - am setting up an automated sync of http://maven-plugins.sf.net/repository to ibiblio - have set up properties so that jar:deploy will deploy to the new repository only (you need to specify some properties in your own build.properties: see the root project.properties file) Still to be done: - remove the http://maven-plugins.sf.net/maven/ directory altogether - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox empty directory (andy_jefferson - you need to do this) Anyone using -Dmaven.repo.remote=http://maven-plugins.sf.net/maven/ should shortly be able to remove it. Regards, Brett |
From: Eric P. <ep...@up...> - 2004-10-15 12:39:43
|
That is great news! Thanks for the housekeeping. As far as the findbugs stuff goes, they do versions pretty frequently. I've talked to them about hosting their repo in a Maven friendly fashion, but it hasn't happened yet, so I've been putting them up on maven-plugins.sf.net. However, with this symlink being done, should I no longer deploy findbugs jars into the maven-plugins repo? B/c then they will find their way onto ibiblio. Instead of going through the normal upload request cycle? Eric > -----Original Message----- > From: Brett Porter [mailto:bre...@gm...] > Sent: Friday, October 15, 2004 12:47 PM > To: mav...@li...; Maven Users List; > and...@us... > Subject: repository and deployments > > > Hi all, > > I've made the following changes for maven-plugins at sourceforge: > - moved http://maven-plugins.sf.net/maven/maven-plugins to > /repository/maven-plugins (old one is symlinked) > - copied http://maven-plugins.sf.net/maven/findbugs to > /repository/findbugs (I'm assuming this is the distribution point for > findbugs as it is newer than ibiblio. If this is not correct, we > should remove this directory from maven-plugins) > - left other files as is > - am setting up an automated sync of > http://maven-plugins.sf.net/repository to ibiblio > - have set up properties so that jar:deploy will deploy to the new > repository only (you need to specify some properties in your own > build.properties: see the root project.properties file) > > Still to be done: > - remove the http://maven-plugins.sf.net/maven/ directory altogether > - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox > empty directory (andy_jefferson - you need to do this) > > Anyone using -Dmaven.repo.remote=http://maven-plugins.sf.net/maven/ > should shortly be able to remove it. > > Regards, > Brett > > --------------------------------------------------------------------- > To unsubscribe, e-mail: use...@ma... > For additional commands, e-mail: use...@ma... |
From: Brett P. <bre...@gm...> - 2004-10-15 12:47:29
|
I think it's best that they go through the normal upload cycle. This happens very quickly now. - Brett On Fri, 15 Oct 2004 13:39:35 +0100, Eric Pugh <ep...@up...> wrote: > That is great news! Thanks for the housekeeping. As far as the findbugs > stuff goes, they do versions pretty frequently. I've talked to them about > hosting their repo in a Maven friendly fashion, but it hasn't happened yet, > so I've been putting them up on maven-plugins.sf.net. > > However, with this symlink being done, should I no longer deploy findbugs > jars into the maven-plugins repo? B/c then they will find their way onto > ibiblio. Instead of going through the normal upload request cycle? > > Eric > > > > > -----Original Message----- > > From: Brett Porter [mailto:bre...@gm...] > > Sent: Friday, October 15, 2004 12:47 PM > > To: mav...@li...; Maven Users List; > > and...@us... > > Subject: repository and deployments > > > > > > Hi all, > > > > I've made the following changes for maven-plugins at sourceforge: > > - moved http://maven-plugins.sf.net/maven/maven-plugins to > > /repository/maven-plugins (old one is symlinked) > > - copied http://maven-plugins.sf.net/maven/findbugs to > > /repository/findbugs (I'm assuming this is the distribution point for > > findbugs as it is newer than ibiblio. If this is not correct, we > > should remove this directory from maven-plugins) > > - left other files as is > > - am setting up an automated sync of > > http://maven-plugins.sf.net/repository to ibiblio > > - have set up properties so that jar:deploy will deploy to the new > > repository only (you need to specify some properties in your own > > build.properties: see the root project.properties file) > > > > Still to be done: > > - remove the http://maven-plugins.sf.net/maven/ directory altogether > > - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox > > empty directory (andy_jefferson - you need to do this) > > > > Anyone using -Dmaven.repo.remote=http://maven-plugins.sf.net/maven/ > > should shortly be able to remove it. > > > > Regards, > > Brett > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: use...@ma... > > For additional commands, e-mail: use...@ma... > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Andy J. <and...@us...> - 2004-10-15 18:17:43
|
> Still to be done: > - remove the http://maven-plugins.sf.net/maven/ directory altogether > - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox > empty directory (andy_jefferson - you need to do this) I've removed the "jpox" directory. I've also removed all under the "maven" directory that I can but "dep4b" and "ludovicc" need to remove their directories (that are under there) as well . -- Andy |
From: Brett P. <bre...@gm...> - 2004-10-15 22:53:39
|
Thanks. The sync is now up and running every four hours. It's currently using my account, but we'll probably add a user specifically for that project in the future. - Brett On Fri, 15 Oct 2004 19:16:00 +0100, Andy Jefferson <and...@us...> wrote: > > Still to be done: > > - remove the http://maven-plugins.sf.net/maven/ directory altogether > > - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox > > empty directory (andy_jefferson - you need to do this) > > I've removed the "jpox" directory. I've also removed all under the "maven" > directory that I can but "dep4b" and "ludovicc" need to remove their > directories (that are under there) as well . > > -- > Andy > |
From: Eric P. <ep...@up...> - 2004-10-16 12:33:43
|
I have removed mine! I am going to be doing an update to 0.8.5 of findbugs sometime this week, that will give me a chance to try out the new process > -----Original Message----- > From: mav...@li... > [mailto:mav...@li...]On Behalf Of > Brett Porter > Sent: Friday, October 15, 2004 11:54 PM > To: Andy Jefferson > Cc: mav...@li... > Subject: Re: [Maven-plugins-developer] repository and deployments > > > Thanks. > > The sync is now up and running every four hours. It's currently using > my account, but we'll probably add a user specifically for that > project in the future. > > - Brett > > > On Fri, 15 Oct 2004 19:16:00 +0100, Andy Jefferson > <and...@us...> wrote: > > > Still to be done: > > > - remove the http://maven-plugins.sf.net/maven/ directory altogether > > > - remove the http://maven-plugins.sf.net/repository/maven-plugins/jpox > > > empty directory (andy_jefferson - you need to do this) > > > > I've removed the "jpox" directory. I've also removed all under > the "maven" > > directory that I can but "dep4b" and "ludovicc" need to remove their > > directories (that are under there) as well . > > > > -- > > Andy > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to > find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |