[ http://jira.codehaus.org/browse/MNG-484?page=all ]
Brett Porter updated MNG-484: ----------------------------- Fix Version: (was: 2.0-alpha-3) 2.0-beta-1 won't have time for this until the next release. you can workaround by ssh'ing to localhost > When deploying a site to a file:/// URL the user is warned about SSH > credentials > -------------------------------------------------------------------------------- > > Key: MNG-484 > URL: http://jira.codehaus.org/browse/MNG-484 > Project: Maven 2 > Type: Bug > Versions: 2.0-alpha-3 > Reporter: Jason van Zyl > Fix For: 2.0-beta-1 > > > 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]