Re: Can I bypass the whole Maven build part?!

2006-10-09 Thread Manfred Moser
SomeDude wrote: I am very new to Maven and from the introductory reading that I have done I am starting to understand that if I were to use it in our projects I would have to replace our current build process. Here are my problems: 1) Boss wants me to see if Maven can be useful for us in the

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Siegfried Goeschl
Hi SomeDude, Not sure if SomeDude is really your name ... I did such a thing for Maven 1 ... +) you can explicitely define which reports should be generated - some of them use source code whereas some other use class files (JDepend) +) best you start with a minimal report section +) you

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Geoffrey De Smet
I would give you a good chance to get some reports working. Never call mvn compile or mvn install, just call mvn site (or mvn clean site). Use the build element to set your destandarized src directories etc. Use the reports element to set and configure the reports you want, start with one

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread SomeDude
Great thank you so much Siegfried. SomeDude is not my real name of course :) I just need to be anonymous for when I ask maybe-not-so-smart-questions. I am almost done with chapter 1 from Maven a Developer's Notebook and then I will start trying out your advice. Thank you again :) Siegfried

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Siegfried Goeschl
Hi SomeDude, I'm using Siegfried Goeschl for the maybe-not-so-smart-questions and it works quite well ... :-) Cheers, Siegfried Goeschl SomeDude wrote: Great thank you so much Siegfried. SomeDude is not my real name of course :) I just need to be anonymous for when I ask

RE: Can I bypass the whole Maven build part?!

2006-10-05 Thread Ryan Slobojan
: Re: Can I bypass the whole Maven build part?! Great thank you so much Siegfried. SomeDude is not my real name of course :) I just need to be anonymous for when I ask maybe-not-so-smart-questions. I am almost done with chapter 1 from Maven a Developer's Notebook and then I will start trying out

RE: Can I bypass the whole Maven build part?!

2006-10-05 Thread SomeDude
, SomeOtherDude -Original Message- From: SomeDude [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:19 AM To: users@maven.apache.org Subject: Re: Can I bypass the whole Maven build part?! Great thank you so much Siegfried. SomeDude is not my real name of course

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread Wayne Fay
Hi Sam, Please realize that Maven a Dev's Notebook is specific to Maven1. In general, the comments you received in this thread were specific to Maven2 ie mvn site etc. In this mail list, we assume M2 unless you specify M1. The book you will want to read for M2 is Better Builds With Maven and it

[OT] RE: Can I bypass the whole Maven build part?!

2006-10-05 Thread Ryan Slobojan
you are. ;) Thanks, SomeOtherDude -Original Message- From: SomeDude [mailto:[EMAIL PROTECTED] Sent: Thursday, October 05, 2006 8:19 AM To: users@maven.apache.org Subject: Re: Can I bypass the whole Maven build part?! Great thank you so much Siegfried. SomeDude is not my real

Re: Can I bypass the whole Maven build part?!

2006-10-05 Thread SomeDude
I just downloaded the book. I have been looking for good M2 resource for a while. This should really help. Thank you so much. Sam Wayne Fay wrote: Hi Sam, Please realize that Maven a Dev's Notebook is specific to Maven1. In general, the comments you received in