euh as there isn't any distributionManagement-> site this will go no where
Maybe do as I have done for the maven plugin see http://tomcat.apache.org/maven-plugin.html so versionned documentation is published. http://tomcat.apache.org/maven-plugin-${project.version} Pom content: <site> <id>apache.website</id> <url>${distributionSiteUrl}</url> </site> with <distributionSiteUrl>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl> I use a property for testing purpose. Doing something like -DdistributionSiteUrl=scp://people.apache.org/home/jboynes/public_html/taglib As it you can see it in live http://people.apache.org/~jboynes/taglib HTH, -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy 2012/3/1 Jeremy Boynes <jboy...@apache.org>: > Is there any information lying around on how to update the taglibs site? > > Is taglibs-parent/site.xml actually used or is everything in the site module? > > What's the process for publishing? Where does it deploy to? Is a vote needed > before push? Do we want to preview changes online or is a review based on > local build enough? > > Thanks > Jeremy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org