Re: Examples of multi-module site generation?

2009-07-12 Thread Roman Kournjaev
Hi Dave I dont think you are the only person that does not want to know the absolute URL of your pages, I think that absolutely OK. :-) Here is what i have that actually works sometimes and generates a parent link from the child projects. What you will have to do is to point the maven site plugin

Re: maven spring eclipse and properties/spring config

2009-07-12 Thread Brett Randall
Hi Justin, What is the license? http://www.box-spring.org/license.html doesn't yet list one . Brett Edelson, Justin wrote: This is getting a little off-topic, but I feel obliged to mention that we recently open sourced our generalized solution for dealing with the problem of environmental

Online Poll for Maven Cookbook

2009-07-12 Thread Peter Horlock
Hi guys, in case you haven't voted which Maven book you want to see more of next, you can do it here: http://www.doodle.com/p42ebutub2zx4kb4 Thanks, Peter

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-12 Thread 白鹏
+ Error stacktraces are turned on. Apache Maven 2.1.0 (r755702; 2009-03-19 03:10:27+0800) Java version: 1.6.0_05 Java home: C:\Program Files\Java\jdk1.6.0_05\jre Default locale: zh_CN, platform encoding: GBK OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows" at sun.reflect.Nativ

Examples of multi-module site generation?

2009-07-12 Thread David C. Hicks
Can anyone point me to anything that actually works? I've tried every example I can find via Google (what few there are), and I cannot get the modules to generate a link back to the parent project. Breadcrumbs don't seem to behave, either. Maybe I'm an oddball and the only person who doesn't kno

Re: Hi,guys! I am a new one in Maven. I try to run maven .but get the error message .

2009-07-12 Thread Wayne Fay
> C:\DOCUME~1\ADMINI~1>mvn archetype:create -DgroupId=com.mycompany.app > -DartifactId=my-app > FATAL ERROR: Unable to start the embedded plexus container Try "mvn -X archetype:..." to turn on debug mode and look for more information than you've provided here. The Fatal Error you've got here is ju

Re: hi,it is just a testmail.

2009-07-12 Thread Wayne Fay
Gmail can be a bit odd with email lists like this. If you're unsure if your email made it to the group, go to Nabble.com and look at the Maven Users list to see if your email came through. This is the second email I've seen from you today, so hopefully that answers your question. Wayne On Sun, J

Re: Dependency Report searching outside repositories?

2009-07-12 Thread David C. Hicks
Thanks, Benson. Mohan - those configuration changes didn't seem to have any effect at all on my project. It's really only a pain, right now, because I'm trying to "tweak" the site. I make a small change and to see if it has the effect I want I have a 12 minute build time. It's a bit frustrating