[ http://jira.codehaus.org/browse/MNG-484?page=comments#action_47386 ]
Binyan commented on MNG-484: ---------------------------- If the patch is considered good, can this be move to beta-3 as it would be very helpful to have it sooner than later. > Add ability to deploy a site using non-SSH wagons > ------------------------------------------------- > > Key: MNG-484 > URL: http://jira.codehaus.org/browse/MNG-484 > Project: Maven 2 > Type: Bug > Components: maven-site-plugin > Versions: 2.0-alpha-3 > Reporter: Jason van Zyl > Assignee: Brett Porter > Fix For: 2.0-beta-4 > Attachments: site-file.patch > > > Should be able to deploy a site to a directory. I was using the following: > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>tutorial</groupId> > <artifactId>tutorial-site</artifactId> > <version>1.0-alpha-1-SNAPSHOT</version> > <name>Tutorial</name> > <url>http://maven.apache.org/maven2</url> > <inceptionYear>2001</inceptionYear> > <distributionManagement> > <site> > <id>website</id> > > <url>file:///home/jvanzyl/install/continuum-1.0-alpha-2/apps/continuum/webapp</url> > </site> > </distributionManagement> > </project> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]