You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/23 07:05:28 UTC

[jira] Updated: (MNG-484) Add ability to deploy a site using non-SSH wagons

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

Brett Porter updated MNG-484:
-----------------------------

    Fix Version:     (was: 2.0-beta-2)
                 2.0-beta-3
      Component: maven-site-plugin

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