Just looked at the site plugin. There is a chance we could use mvn
site:stage for this task:
http://maven.apache.org/plugins/maven-site-plugin/usage.html

One can stage with:
mvn site:stage-deploy -DstagingDirectory=C:\fullsite
-DstagingSiteURL=scp://www.mycompany.com/www/project/

or with:

<site>
      <id>stagingSite </id>
      <name>Apache Staging Website</name>
      <url>scp://path_to_staging_area/compress/</url>
</site>

If no objections, I will try to use the commandline version of
site:stage-deploy tomorrow. If that works we could add such a section
in the project poms

Regards,
Christian
> But I still need to stage the site. I understand now that
> release:perform should do it in the old way. Any ideas how we do it
> now? I could build it with mvn site and upload it to my apache
> webspace at people... but...
>
> Regards,
> Christian
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to