Hi Martin,
it didn't work. Thanks anyway for your help. I'll have a look at
using the site lifecycle now... but I have a feeling I will have a similar
problem, as I don't want site:site to run
br,
Michael
Martin Hoeller <[EMAIL PROTECTED]> skrev den 04-12-2007 14:16:10:
> Hi Michae
Hi,
We have some documentation which is sufficiently code-like (html built
with xslt), that it needs to be built and deployed to a web server via a
maven module.
I have got it working via FTP using the antrun plugin. No problems
there
The build of the documentation happens in the install
There are two things that the maven site documentation should accomplish
1. Top level view: what were they thinking when maven was designed
- What use cases does it attempt to solve, (with only core
plugins)
- What are the standards followed
- What maven does not try to
Thanks for the help guys ... scp is not an option for me, but at least I
was able to confirm my suspicion that this currently is not an easy thing
to do with Maven.
This would definitely be a feature wish for maven, that would help in the
ant/maven comparison stakes. I'm just sorry I haven't g
Hi,
I need to be able to deploy an entire directory to an ftp server.
Is anyone working on such a plugin?
The only solutions I have googled so far use ant run, and include som
creativity to include a dependency which ant needs. This seems very ugly.
Either that or they use maven1
I can und