Extending site.jsl

2004-01-22 Thread Jörg Schaible
Hello,

is it possible to extend the site.jsl that is used by default? I.e. I would not like 
to overwrite it, but import some minor elements?

Regards,
Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Extending site.jsl

2004-01-22 Thread O'Fallon, Paul (MAN-Corporate)
I'm not sure about extending it, but you can edit a copy and set the
maven.xdoc.jsl property for your project.

- Paul 

 -Original Message-
 From: Jörg Schaible [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, January 22, 2004 4:10 AM
 To: Maven Users List
 Subject: Extending site.jsl
 
 Hello,
 
 is it possible to extend the site.jsl that is used by 
 default? I.e. I would not like to overwrite it, but import 
 some minor elements?
 
 Regards,
 Jörg
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Extending site.jsl

2004-01-22 Thread Sean Kelly

I'm not sure about extending it, but you can edit a copy and set the
maven.xdoc.jsl property for your project.
 

Good  idea.  Where's a good place to stash your own site.jsl file?  
src/conf?  xdocs/resources?  Someplace else?

--k

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Extending site.jsl

2004-01-22 Thread O'Fallon, Paul (MAN-Corporate)
My site.jsl is in the root dir of the project, but I'm sure there's a better
place for it... :-)

- Paul 

 -Original Message-
 From: Sean Kelly [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, January 22, 2004 5:49 PM
 To: Maven Users List
 Subject: Re: Extending site.jsl
 
 
 I'm not sure about extending it, but you can edit a copy and set the 
 maven.xdoc.jsl property for your project.
   
 
 Good  idea.  Where's a good place to stash your own site.jsl file?  
 src/conf?  xdocs/resources?  Someplace else?
 
 --k
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Extending site.jsl

2004-01-22 Thread Sean Kelly

My site.jsl is in the root dir of the project, but I'm sure there's a better
place for it... :-)
 

Another caveat is that the value of maven.xdocs.jsl must be a URL, such as:

maven.xdocs.jsl=file:${maven.conf.dir}/mycompany.jsl

(assuming mycompany.jsl is under ${basedir}/conf)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]