Where to put external css file for mvn jetty:run?

2008-02-23 Thread MYoung

I use the Quickstart mvn archetype to generate my project, then use mvn
jetty:run to run the project.

In my template, I have:

head
titleMy Project/title
link rel=stylesheet type=text/css href=css/aquastyle.css
/head

Where should aquastyle.css be in my source so mvn jetty:run can place in
the right place for Wicket when I run my project?

-- 
View this message in context: 
http://www.nabble.com/Where-to-put-external-css-file-for-mvn-jetty%3Arun--tp15657334p15657334.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Where to put external css file for mvn jetty:run?

2008-02-23 Thread MYoung

Never mind.  I figured it out.  Put css/aquastyle.css next to WEB-INF in the
source.
-- 
View this message in context: 
http://www.nabble.com/Where-to-put-external-css-file-for-mvn-jetty%3Arun--tp15657334p15657629.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Where to put external css file for mvn jetty:run?

2008-02-23 Thread Martin Funk
Hi MYoung,

I'd say it should read:

src/main/webapp/css/aquastyle.css

in your maven project directory.

fm

2008/2/23, MYoung [EMAIL PROTECTED]:


 I use the Quickstart mvn archetype to generate my project, then use mvn
 jetty:run to run the project.

 In my template, I have:

 head
 titleMy Project/title
 link rel=stylesheet type=text/css href=css/aquastyle.css
 /head

 Where should aquastyle.css be in my source so mvn jetty:run can place in
 the right place for Wicket when I run my project?


 --
 View this message in context:
 http://www.nabble.com/Where-to-put-external-css-file-for-mvn-jetty%3Arun--tp15657334p15657334.html
 Sent from the Wicket - User mailing list archive at Nabble.com.


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