Vedr.: Re: deploying without deploying - how do I turn off deployment ofpom(oranyother default maven goal in a phase)?

2007-12-04 Thread mrox
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

deploying without deploying - how do I turn off deployment of pom (or anyother default maven goal in a phase)?

2007-12-03 Thread mrox
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

RE: Improving Maven Site Docs (was maven is hard)

2007-10-03 Thread mrox
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

Vedr.: Re: FTP plugin for deploying a directory, _not_ an artifact

2007-09-28 Thread mrox
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

FTP plugin for deploying a directory, _not_ an artifact

2007-09-25 Thread mrox
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