[ http://jira.codehaus.org/browse/MSITE-27?page=all ]
Jason van Zyl moved MNG-484 to MSITE-27:
----------------------------------------
Version: (was: 2.0-alpha-3)
Fix Version: (was: 2.0 (RC))
Component: (was: maven-site-plugin)
(was: Artifacts and Repositories)
Workflow: jira (was: Maven)
Key: MSITE-27 (was: MNG-484)
Project: Maven 2.x Site Plugin (was: Maven 2)
> Add ability to deploy a site using non-SSH wagons
> -------------------------------------------------
>
> Key: MSITE-27
> URL: http://jira.codehaus.org/browse/MSITE-27
> Project: Maven 2.x Site Plugin
> Type: Bug
> Reporter: Jason van Zyl
> Assignee: Brett Porter
> 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]