Re: [POLL] Why switch to Maven?

2006-09-04 Thread Jason van Zyl
On 29 Aug 06, at 1:55 PM 29 Aug 06, Eric Redmond wrote: Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If you use Maven: what helped you make the decision? If

RE: [POLL] Why switch to Maven?

2006-09-03 Thread William Ferguson
I think a good solution to the problem would be more frequent milestone builds (both core and plugins), and a publicly available road map, giving people a good indication of when they can expect to see what released. +1 to that. If Maven could help provide greater visibility on when the

Re: [POLL] Why switch to Maven?

2006-09-01 Thread Ralph Pöllath
On 31.08.2006, at 23:27, ArneD wrote: After all, if can't trust your team to stick to approved versions of artifacts how can you trust them to write your precious business code? I think it's not a question of mistrusting people, but a question of how can you help people to avoid mistakes.

SV: [POLL] Why switch to Maven?

2006-09-01 Thread Simon Kepp Nielsen
Venisse [mailto:[EMAIL PROTECTED] Sendt: 30. august 2006 11:43 Til: Maven Users List Emne: Re: [POLL] Why switch to Maven? Jan Vissers a écrit : Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc

Re: [POLL] Why switch to Maven?

2006-09-01 Thread Arnaud HERITIER
without copying or disclosing. -Oprindelig meddelelse- Fra: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sendt: 30. august 2006 22:57 Til: Maven Users List Emne: Re: [POLL] Why switch to Maven? You're right but I would like to add that when we deploy a snapshot we also deploy a timestamp version

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
to get tools mixed up with production software. Anyway, Maven is a great piece of software, full of great ideas. But some things still need to be improved before Maven has chances to achieve a wide acceptance. Arne -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Eric Redmond
://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6078097 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [POLL] Why switch to Maven?

2006-08-31 Thread EJ Ciramella
Especially in large companies, it is often unacceptable to let users download artefacts directly from an Internet repository, even not through a proxy. I agree wholeheartedly - this was one of our biggest stumbling blocks and one of the reasons we opted NOT to use a proxy and simply have an

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
environment succesfully in the end, and it works quite well. Regards, Arne -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6084903 Sent from the Maven - Users forum at Nabble.com

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Barrie Treloar
In the company that I helped setting up a Maven-based build environment, a public site like ibiblio.org is considered a potentially unsafe source. Like it or not. Only JARs that have been approved internally may be used for production. (BTW, this was within finance industry which is partly quite

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Tamás Cservenák
On 8/31/06, ArneD [EMAIL PROTECTED] wrote: ... Afterwards you can disconnect the proxy from Internet, or use the proxy's cache as your internal plugin repository. (Keeping the proxy alive and connected to the Internet might be unacceptable because you want to evaluate new plugins before you

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
example, one might just not be aware of the fact that Xerces is not in the company repository, but only in the plugin repository. Regards, Arne -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6088427 Sent from the Maven - Users forum at Nabble.com

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
that don't know how to support NTLM. Possible, but unnecessarily complicated, and far away from out-of-the-box. Regards, Arne -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6088629 Sent from the Maven - Users forum at Nabble.com

RE: [POLL] Why switch to Maven?

2006-08-30 Thread Sharma, Jaikumar
, -Original Message- From: Jan Vissers [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 11:07 AM To: Maven Users List Subject: Re: [POLL] Why switch to Maven? I'm reading a lot of we need about x weeks to convert to maven, the learning curve is steep, it is messy but it works

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Stefan Magnus Landrø
I've been reading through a lot of the replies to the Poll this morning. It seems to me that we need a tool the does the following to be more productive with maven: * Locates remote repositories, and potentially adds them to settings.xml or pom.xml * Let's us upload 3rd party libraries to

Re: [POLL] Why switch to Maven?

2006-08-30 Thread christophe blin
Note : I already switched to maven2. My main problem at the moment is the lack of documentation : * Lack of good documentation = indeed this is a problem (especially for some plugins and for the hacking of custom phase) * I have to build native/non-Java code = it is also a problem I encounter : I

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Graham Leggett
On Wed, August 30, 2006 7:37 am, Jan Vissers wrote: I'm reading a lot of we need about x weeks to convert to maven, the learning curve is steep, it is messy but it works, if it cannot be done we can use ant... More and more I'm getting the feeling that ANT still isn't such a bad idea for

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Jan Vissers
Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc / etc, because I already know how to do that, you go and do what you do best, work on the primary code. I would like this approach very much, but... have

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Emmanuel Venisse
Jan Vissers a écrit : Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc / etc, because I already know how to do that, you go and do what you do best, work on the primary code. I would like this

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Graham Leggett
Jan Vissers wrote: Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc / etc, because I already know how to do that, you go and do what you do best, work on the primary code. I would like this approach

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Pierre-Yves Saumont
I switched to Maven 2 because I was tired of Ant. When one looks at a good Java project, one can find its way easyly because there are well known architecturing and coding standards. There are no such things with Ant. I remember trying to find my way in Ant scripts calling other Ant scripts,

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Ralph Pöllath
On 30.08.2006, at 11:43, Emmanuel Venisse wrote: Jan Vissers a écrit : Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc / etc, because I already know how to do that, you go and do what you do

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Wilfred Springer
With all people being unsatisfied with the Maven documentation, it sounds like an excellent opportunity for a new open source project; it would allow lots of people to scratch their itch. And the cool thing is, we could create the book entirely using Maven and the Docbkx Maven Plugin

Re: Re: [POLL] Why switch to Maven?

2006-08-30 Thread Torsten Curdt
Ok ...well, then let me also sum up my pain points with maven2 over here. o It updates itself and you might end up having different behaviours across different installation. This should be fixable by an appropriate release handling. SNAPSHOT dependencies should not be allowed for a release

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Wim Deblauwe
I would like this approach very much, but... have you tried to publish javadocs/jxr/surefire/pmd... etc for a multimodule project in an aggregated fashion? It's implemented in snapshot version of javadocs/jxr plugins I'm currently still on Maven 1, but I see this also as a Maven 2

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Eric Redmond
On 8/30/06, Pierre-Yves Saumont [EMAIL PROTECTED] wrote: I switched to Maven 2 because I was tired of Ant. When one looks at a good Java project, one can find its way easyly because there are well known architecturing and coding standards. There are no such things with Ant. I remember trying

Re: Re: [POLL] Why switch to Maven?

2006-08-30 Thread Attila Mezei-Horvati
Date: Tue, 29 Aug 2006 17:20:07 -0500 From: Eric Redmond [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Subject: Re: [POLL] Why switch to Maven? On 8/29/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: At my company we used ant to do the build files. We decided

SV: [POLL] Why switch to Maven?

2006-08-30 Thread Simon Kepp Nielsen
notify the sender by replying the e-mail and delete the message without copying or disclosing. -Oprindelig meddelelse- Fra: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sendt: 30. august 2006 11:43 Til: Maven Users List Emne: Re: [POLL] Why switch to Maven? Jan Vissers a écrit : Maven's

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Mykel Alvis
Preface: I make my living doing build management, and I have chosen m2 as the java build tool that I propose. Another issue I seem to have with Maven is the difficulty in locating (and the quality) of public repositories. I know of several (central, codehaus, apache incubator, jboss,

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Arnaud HERITIER
11:43 Til: Maven Users List Emne: Re: [POLL] Why switch to Maven? Jan Vissers a écrit : Maven's key strength is to say don't worry about trying to build a jar / war / ear / sync with eclipse / autorun tests / publish javadocs / etc / etc, because I already know how to do that, you go and do

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Jimisola Laursen
: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6068869 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Eric Redmond
://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6068869 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Eric Redmond

Re: [POLL] Why switch to Maven?

2006-08-30 Thread Jimisola Laursen
://docs.codehaus.org/display/MAVENUSER? I doubt I'll find time during the week, but I could start to structure it (the FAQ) up during the weekend. Regards, Jimisola -- View this message in context: http://www.nabble.com/-POLL--Why-switch-to-Maven--tf2185174.html#a6069566 Sent from the Maven - Users forum

[POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If you use Maven: what helped you make the decision? If you don't: why did you avoid it? Here are some that I have

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
Sorry, I forgot to mention, I'm focusing soley on Maven 2.x On 8/29/06, Eric Redmond [EMAIL PROTECTED] wrote: Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If

RE: [POLL] Why switch to Maven?

2006-08-29 Thread Heck, Joe
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Redmond Sent: Tuesday, August 29, 2006 10:55 AM To: Maven Users List Subject: [POLL] Why switch to Maven? Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
2:10 PM To: Maven Users List Subject: RE: [POLL] Why switch to Maven? This might be under your category of lack of good documentation: the tool really doesn't help you determine what's happening. The error messages are obscure, and there is now easy way to determine what is even easily

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
? -Original Message- From: Heck, Joe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 2:10 PM To: Maven Users List Subject: RE: [POLL] Why switch to Maven? This might be under your category of lack of good documentation: the tool really doesn't help you determine what's happening

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Jan Vissers
The really bad documentation is already mentioned, and rightly so! Also, I feel for multi module projects (every meaningful JEE project) the reporting part is really awful. There is no consistency in the reporting plugins. Maven to me (still) looks like a great tool for single module

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Jan Vissers
Maven to me (still) looks like a great tool for single module applications/libraries - but not so much for big(ger) multi module apps. -- When reporting is concerned. Jan Vissers wrote: The really bad documentation is already mentioned, and rightly so! Also, I feel for multi module projects

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
PROTECTED] Sent: Tuesday, August 29, 2006 4:18 PM To: Maven Users List Subject: Re: [POLL] Why switch to Maven? On 8/29/06, EJ Ciramella [EMAIL PROTECTED] wrote: I second the horrible online documentation and add to that slow, unreliable support via the mailing list. I feel like m2 is great

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Arnaud Bailly
* Lack of good documentation. Rightfully at top of the list. Mergere's book was helpful, as was Peopleware tutorial. There is a lack for a comprehensive article on maven's concepts. It may sound like easy criticism but documentation in source code is also somewhat scarce. * Community

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
-Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 5:05 PM To: Maven Users List Subject: Re: [POLL] Why switch to Maven? * Lack of good documentation. Rightfully at top of the list. Mergere's book was helpful, as was Peopleware tutorial

RE: [POLL] Why switch to Maven?

2006-08-29 Thread Attila Mezei-Horvati
: [POLL] Why switch to Maven? Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If you use Maven: what helped you make the decision? If you don't: why did you

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
convert existing projects into Maven. Well, I hope I didn't hurt feelings. It was not my intention. I am still trying to make maven work... :) Attila Sent: Tuesday, August 29, 2006 10:55 AM To: Maven Users List Subject: [POLL] Why switch to Maven? Hi all Maven users! I'm beginning a study

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Russ Tremain
I am a proponent of Maven 2. We have converted a large, ant based build system, first to Maven 1.1, and now to Maven 2. There are many flaws. There are many bugs. Plugin configuration documentation is especially poor. Configuration of plugins is inconsistent. Etc., etc. The maven 2

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Rune Flobakk
Eric Redmond wrote: I've began brainstorming on my little private wiki, if you care to peek: http://www.propellors.net/wiki/index.php?title=Maven_Recipes Thanks for this link! Saved for future reference :) Rune - To

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Brett Porter
That's quite cool, and along the lines of what we discussed setting up as the cookbook which would be blended into the site in the doc discussions back in June on the dev@ list (I've reposted some links for that recently if folks are interested in helping out with docs).

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Tamás Cservenák
Hi, i wanted to join the crowd :) Maven1 was like some kind of magic to me back then, a sort of deus ex machina. A smart ant (?). No convention over configuration stuff yelled, it was messy but it worked. It was kinda nothing is unsolvable but you got finally a huuge maven.xml -- and sure death.

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Scott Battaglia
I've just converted an application (JA-SIG CAS) from Maven 1 to Maven 2 in a relatively short period of time (maybe about 2 days) and I'm completely enjoying my new Maven 2 experience :-) Now, of course, I ran into the same documentation/plug-in configuration issues that everyone else

Re: [POLL] Why switch to Maven?

2006-08-29 Thread RedBugz Software
On 8/29/06, Eric Redmond [EMAIL PROTECTED] wrote: Here are some that I have heard in the past: * Lack of good documentation. * Community unwilling to help me with my problems. * Not industry supported or mainstream enough. * I don't like conforming to the Maven project layout. * My project is

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Barrie Treloar
On 8/30/06, Russ Tremain [EMAIL PROTECTED] wrote: I am a proponent of Maven 2. [del] So bottom line is: Maven 2 solves the dependency problem, and works now, even for complex projects. The rest of the maven strong points (standard build lifecycle, standard source layout, etc.) are helpful,

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Dion Gillard
How about the uneasy transition for Maven 1.x projects. On 8/30/06, Eric Redmond [EMAIL PROTECTED] wrote: Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If you

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Jan Vissers
I'm reading a lot of we need about x weeks to convert to maven, the learning curve is steep, it is messy but it works, if it cannot be done we can use ant... More and more I'm getting the feeling that ANT still isn't such a bad idea for building software. You can do a lot of the convention