From: <Joe...@El...> - 2005-05-09 08:44:23
|
Hi Geoffry, as addition to Andy's comments see below: Andy Jefferson wrote on Sunday, May 08, 2005 9:02 PM: > On Sunday 08 May 2005 19:49, Geoffrey wrote: >> I 've tried a >> maven plugin:repository-deploy >=20 > To any particular repository ? >=20 > maven-plugins has its own area for plugins in its web space :- ssh to > SourceForge, and cd to > "/home/groups/m/ma/maven-plugins/htdocs/repository/maven-plugi ns" > (or just set the repository based on that). Thats where you put the > plugins and IBiblio will rsync with it=20 The project.properties in the root defines the repo for all = maven-plugins. See the comment in that file and add your data to your = local build.properties (I use the one in my home). On Linux you might = also overwrite the protocol from scp to scpexe to use your running = ssh-agent. >=20 >> I am also updating the xdocs. Who can deploy the site once is't done? >=20 > You. ssh to SourceForge, and cd to > "/home/groups/m/ma/maven-plugins/htdocs/ You might add to your POM (don't know why it is different in the parent = POM): = <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/${pom.artifactId}/<= /siteDirectory> Now you can use site:deploy - J=F6rg |