From: <Ste...@em...> - 2004-12-03 14:51:52
|
hello, Thanks to andy for giving me the opportunity to integrate the maven-plugi= n=20 developper team ! WSo i am trying to release a new version of the kodo plugin, but i don't = know how ! I already made some changes to the CVS repo, but how to generate the new = site's=20 docs? and the plugin's jar ? I made a mistake too, sorry, in the CVS tree : I make a kodo directory (empty) in parent directory, and i don't know how= to=20 remove it.... Regards, St=E9phane Bouchet |
From: Andy J. <an...@aj...> - 2004-12-03 15:15:35
|
Stephane, > WSo i am trying to release a new version of the kodo plugin, but i don't > know how ! You need to create the plugin jar (see below). You then need to "scp" it across to the website ... there's a maven directory on there. There's a doc somewhere that defines this ... probably in the archives of this list. > I already made some changes to the CVS repo, but how to generate the new > site's docs? and the plugin's jar ? maven clean plugin will create the plugin maven site (from the kodo directory) will create its docs. You then need to copy those across to SourceForge area. The details of how to do that are on SourceForge somewhere. Can't remember the exact location. You need to scp the docs across to /home/groups/m/ma/maven-plugins/htdocs/kodo and then ssh to sourceforge and cd to the same location and unzip them. Then you need to do a "chmod 664 *" on the files you've added so others can change them. Something like that anyway :-) > I made a mistake too, sorry, in the CVS tree : > I make a kodo directory (empty) in parent directory, and i don't know how > to remove it.... It's CVS so you can add things but you can't just delete things ;-) For future reference, to do it on SourceForge you go to http://www.sf.net and at the bottom is a link "Site Support" and you select that. You can then submit a support request. I've just submitted one to remove that directory. -- Andy |
From: Brett P. <bre...@gm...> - 2004-12-03 20:18:29
|
after modifying the last two properties in http://cvs.sourceforge.net/viewcvs.py/maven-plugins/maven-plugins/project.properties?rev=1.10&view=markup You should be able to use plugin:repository-deploy to release the plugin You should already be able to use site:deploy to release the site if you have ssh setup correctly. Cheers, Brett On Fri, 3 Dec 2004 15:15:24 +0000, Andy Jefferson <an...@aj...> wrote: > Stephane, > > > WSo i am trying to release a new version of the kodo plugin, but i don't > > know how ! > > You need to create the plugin jar (see below). You then need to "scp" it > across to the website ... there's a maven directory on there. There's a doc > somewhere that defines this ... probably in the archives of this list. > > > I already made some changes to the CVS repo, but how to generate the new > > site's docs? and the plugin's jar ? > > maven clean plugin > will create the plugin > > maven site (from the kodo directory) > will create its docs. You then need to copy those across to SourceForge area. > The details of how to do that are on SourceForge somewhere. Can't remember > the exact location. You need to scp the docs across to > /home/groups/m/ma/maven-plugins/htdocs/kodo > and then ssh to sourceforge and cd to the same location and unzip them. Then > you need to do a "chmod 664 *" on the files you've added so others can change > them. Something like that anyway :-) > > > I made a mistake too, sorry, in the CVS tree : > > I make a kodo directory (empty) in parent directory, and i don't know how > > to remove it.... > > It's CVS so you can add things but you can't just delete things ;-) > For future reference, to do it on SourceForge you go to http://www.sf.net and > at the bottom is a link "Site Support" and you select that. You can then > submit a support request. I've just submitted one to remove that directory. > > -- > Andy > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |