From: <di...@mu...> - 2004-02-17 02:57:12
|
The page http://maven-plugins.sourceforge.net/installing.html mentions setting maven.repo.remote to the maven-plugins site. AFAICT, this is plain wrong, and I'd like to change it. Is this ok? -- dIon Gillard, Multitask Consulting |
From: Andy J. <an...@aj...> - 2004-02-17 06:20:42
|
On Tuesday 17 Feb 2004 02:57, di...@mu... wrote: > The page http://maven-plugins.sourceforge.net/installing.html mentions > setting maven.repo.remote to the maven-plugins site. > > AFAICT, this is plain wrong, and I'd like to change it. Dion, Well some time back I added a maven/plugins directory to the maven-plugins website so that people could download these plugins from our site. To do this, they need to add it to the maven.repo.remote - and people have been using it. Whether it was spelt correctly is another matter, but it needs to be there. What you have on the website at the moment no longer mentions it ... it just mentions downloading the dbunit plugin ... presumably from ibiblio. Our plugins arent on Ibiblio since the majority of us do not have access and it takes ages to get them on their using other means. -- Andy |
From: Andy J. <an...@aj...> - 2004-02-17 06:25:01
|
> What you have on the website at the moment no longer mentions it ... it > just mentions downloading the dbunit plugin ... presumably from ibiblio. > Our plugins arent on Ibiblio since the majority of us do not have access > and it takes ages to get them on their using other means. In addition, the current website does not now contain the latest plugin I added a week ago ... "xmlresume", contributed by David Carr. It was on the website until yesterday. Can we please make sure that we always do a full "CVS get" and then build the whole website before publishing it. -- Andy |
From: <di...@mu...> - 2004-02-17 06:49:26
|
mav...@li... wrote on 17/02/2004 05:20:50 PM: > > > What you have on the website at the moment no longer mentions it ... it > > just mentions downloading the dbunit plugin ... presumably from ibiblio. > > Our plugins arent on Ibiblio since the majority of us do not have access > > and it takes ages to get them on their using other means. > > In addition, the current website does not now contain the latest plugin I > added a week ago ... "xmlresume", contributed by David Carr. It was on the > website until yesterday. Can we please make sure that we always do a full > "CVS get" and then build the whole website before publishing it. I'll re-grab the code from CVS again. I thought I was up to date... Seems to be a weird issue with Eclipse. It simply wasn't seeing the extra directories. cvs update was having no effect either. I rechecked out the source code, and am redeploying the site. -- dIon Gillard, Multitask Consulting |
From: Andy J. <an...@aj...> - 2004-02-17 07:06:33
|
> I rechecked out the source code, and am redeploying the site. Thanks Dion. Looks much better now. -- Andy |
From: <di...@mu...> - 2004-02-17 06:37:03
|
mav...@li... wrote on 17/02/2004 05:16:25 PM: > On Tuesday 17 Feb 2004 02:57, di...@mu... wrote: > > The page http://maven-plugins.sourceforge.net/installing.html mentions > > setting maven.repo.remote to the maven-plugins site. > > > > AFAICT, this is plain wrong, and I'd like to change it. > > Dion, > > Well some time back I added a maven/plugins directory to the maven-plugins > website so that people could download these plugins from our site. To do > this, they need to add it to the maven.repo.remote - and people have been > using it. Whether it was spelt correctly is another matter, but it needs to > be there. Got it. It was spelt incorrectly. It needs to use *our* groupId (maven-plugins) rather than maven. I've symlinked /maven/maven-plugins/plugins to /maven/plugins and updated the docs. This should get around it for the people trying to use it at the moment. > What you have on the website at the moment no longer mentions it ... it just > mentions downloading the dbunit plugin ... presumably from ibiblio. Our > plugins arent on Ibiblio since the majority of us do not have access and it > takes ages to get them on their using other means. Yep, fixed that too. There was a typo on the examples as well (groupID instead of groupId). I'll re-update the site. Let me know if there's anything that needs fixing. -- dIon Gillard, Multitask Consulting |