Re: How to deploy generated maven site to Tomcat server?
Thanks for your reply
>I have a special profile "release", in which the following snippet is
>activated. It adds the site to a "docs" folder of the web application.
>The snippet isn't activated by default, because generating the site is
>slow.
But what if I haven't web application. I only have a simple project from which I want to generate
his web site(not in test phase but only executing site:site and it creates my projects web site success) and deploy it to tomcat( We haven't SCP protocol enabled server yet. )
Can we enable scp protocol for tomcat? OR
Is there any plugin to make generated site as war and deploy it to tomcat?
Thanks,
Arsen