You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason van Zyl (JIRA)" <ji...@codehaus.org> on 2005/06/18 00:18:59 UTC

[jira] Commented: (MNG-484) When deploying a site to a file:/// URL the user is warned about SSH credentials

    [ http://jira.codehaus.org/browse/MNG-484?page=comments#action_41528 ] 

Jason van Zyl commented on MNG-484:
-----------------------------------

Right, I see that it's still the Scp specific stuff, which is my doing. Needs to use the general deploy mechanism.

> 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-alpha-3

>
>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org