You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Subhash Chandran <su...@gmail.com> on 2006/04/04 04:31:51 UTC

Project Documents - Where To Place?

I have my project documents in .odt format. I need them to be available when
the site is generated. But I find commiting it inside src/site/resources - a
bit odd. That is not the most likely place to find project documents using
intuition.

--
Regards,
Subhash Chandran S

Cross platform OpenSource Java based file encryption software:
http://www.WizTools.org/project/WizCrypt/

Re: Project Documents - Where To Place?

Posted by Nicolas De Loof <ni...@capgemini.com>.
I'm wrinting my doc in XHTML using openoffice, and used (using 
html2xdoc) to intergate it in maven site.
Is there any html2xdoc doxia module, or anything similar ?
Plugin matrix says about html2xdoc "Could easily make an html parser for 
Doxia", where to find some doc about doxia modules ?

Nico.

Geoffrey De Smet a écrit :
> Under src/site/resources unless you are planning to write a doxia 
> module  (!= a maven plugin) which processes src/site/odt. For example 
> that doxia module could copy the .odt file and generate a .doc and 
> .pdf file meanwhile too.
>
> Subhash Chandran wrote:
>> I have my project documents in .odt format. I need them to be 
>> available when
>> the site is generated. But I find commiting it inside 
>> src/site/resources - a
>> bit odd. That is not the most likely place to find project documents 
>> using
>> intuition.
>>
>> -- 
>> Regards,
>> Subhash Chandran S
>>
>> Cross platform OpenSource Java based file encryption software:
>> http://www.WizTools.org/project/WizCrypt/
>>
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Project Documents - Where To Place?

Posted by Geoffrey De Smet <ge...@gmail.com>.
Under src/site/resources unless you are planning to write a doxia module 
  (!= a maven plugin) which processes src/site/odt. For example that 
doxia module could copy the .odt file and generate a .doc and .pdf file 
meanwhile too.

Subhash Chandran wrote:
> I have my project documents in .odt format. I need them to be available when
> the site is generated. But I find commiting it inside src/site/resources - a
> bit odd. That is not the most likely place to find project documents using
> intuition.
> 
> --
> Regards,
> Subhash Chandran S
> 
> Cross platform OpenSource Java based file encryption software:
> http://www.WizTools.org/project/WizCrypt/
> 

-- 
With kind regards,
Geoffrey De Smet


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Project Documents - Where To Place?

Posted by Arnaud Bailly <ab...@norsys.fr>.
Documents should usually be placed in src/site subdirectories to
become available at site generation phase. You can place links to your
documents in src/site/site.xml file. 

BTW, what is .odt format ?

regards,
-- 
Arnaud Bailly, Dr. - Ingénieur de Recherche 
NORSYS 
1, rue de la Cense des Raines
ZAC du Moulin
59710 ENNEVELIN
Tel : (33) 3 28 76 56 76
Mob : (33) 6 17 12 19 78
Fax : (33) 3 28 76 57 00
Web : http://www.norsys.fr


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org