Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 74888 invoked from network); 7 Sep 2006 02:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 02:16:05 -0000 Received: (qmail 35940 invoked by uid 500); 7 Sep 2006 02:15:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 35897 invoked by uid 500); 7 Sep 2006 02:15:57 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 35885 invoked by uid 99); 7 Sep 2006 02:15:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 19:15:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [202.22.244.17] (HELO smtp17.taifook.net) (202.22.244.17) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 19:15:45 -0700 Received: by smtp17.taifook.net (Postfix, from userid 100) id B0380CF5CE; Thu, 7 Sep 2006 10:14:41 +0800 (HKT) Received: from owa2003.tfprod.taifook.com (unknown [152.101.19.108]) by smtp17.taifook.net (Postfix) with ESMTP id 9F29DCF5CD for ; Thu, 7 Sep 2006 10:14:41 +0800 (HKT) Received: from tfsmail02.tfprod.taifook.com ([192.168.96.152]) by owa2003.tfprod.taifook.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 7 Sep 2006 10:14:41 +0800 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Re: Is maven good to small projects X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Thu, 7 Sep 2006 10:14:39 +0800 Message-ID: <81379337A8B96E469F2D880CD54D24720200FC3F@tfsmail02.tfprod.taifook.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Re: Is maven good to small projects Thread-Index: AcbRrCAriScvfxKgQHuUWHEsUudYzwAdchIA From: "Adrian Shum" To: "Maven Users List" X-OriginalArrivalTime: 07 Sep 2006 02:14:41.0738 (UTC) FILETIME=[60DC5AA0:01C6D223] X-Copyrighted-Material: Please visit http://www1.taifook.com/english/disclaimers_dpp.jsp#dpp X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Well, though I tends to agree on the Maven's directory layout, I am not going to 'fight' for it now :)=20 Just wanna to point out that your reasoning behind your=20 statement "it's not necessary to use Maven in simply projects" is weak and fragile. Whether one wanna adopt standard directory layout is unrelated to the simplicity of the project. Contradictarily, such reasoning prohibits "large, complex" projects to adopt Maven instead. Therefore I don't really see a valid point in your reasons to support your statement on "Maven is (mostly) only necessary to large scale project" Cheers, Adrian -----Original Message----- From: Sha Jiang [mailto:jiangshachina@gmail.com] Sent: Wednesday, September 06, 2006 8:00 PM To: Maven Users List Subject: Re: Re: Is maven good to small projects Hello, Maven's standard direcotry layout may not be accepted by everyone. Because of my favourite, I don't like the layout, however it is fit for = much matters. To much legacy, we have to adapt to customized layout, and have to = increase the POMs' complexity. Of course, nothing can be tasted well by everyone. a cup of Java, cheers! Sha Jiang 2006/9/6, Dave Hoffer : > > Maven2 is very good at small and large projects. > > My only complaint with maven2 is that it seems not quite ready [2.0.4] = in > some areas...if you need those 'not-quite-ready' areas you are in for = some > work as you will need to build and install snapshots of various = plugins. > > ...Just my two cents. > > -dh > > -----Original Message----- > From: Sha Jiang [mailto:jiangshachina@gmail.com] > Sent: Wednesday, September 06, 2006 4:52 AM > To: Maven Users List > Subject: Re: Re: Is maven good to small projects > > Hi, > Generally, I only use Eclipse. If there are serveral developers or = many > moduels , Ant and CruiseControl can be considered. > I only think we don't consider Maven first in a small project. > Of course, I must say that I don't recognize Maven several days = before. > I may be confused by Maven's "complex" mechanism, Ant can be used more > freely :) > My words are from a newbie's eyes. I'm learning the tool and its soul, = and > will use it in a real project. > > a cup of Java, cheers! > Sha Jiang > > 2006/9/6, Stefan Magnus Landr=F8 : > > > > I totally disagree with you, Sha! > > > > From my experience, even small projects, with just a few = dependencies, > > benefit from using maven. > > > > What are your alternatives? Can any other build system match maven's > > ability to produce: > > > > - a project layout > > - eclipse project > > - easy continuous integration > > - javadoc > > etc etc..... > > > > "Sha Jiang" skrev 05.09.2006 14:06:27: > > > > > Hello, > > > Maven can adapt various projects. But in my eyes, it's not = necessary > to > > use > > > Maven in simply projects. In fact, most projects don't use Maven. > > > Small project may not include many modules, and there are few the > > > developers. Then using Maven makes a bigger complexity and = redundancy > > > possibly. > > > > > > a cup of Java, cheers! > > > Sha Jiang > > > > > > 2006/9/5, Alexander Sack : > > > > > > > > What do you mean? Can you explain why you think it wouldn't be? > > > > > > > > My biggest draw to Maven right now is the dependency management = and > > > > inheritance capabilities. Especially in a Java EE centric world > where > > you > > > > have the concept of client side jars, runtime dependent = libraries, > as > > well > > > > as provided/platform libraries. Its hard to manage this with = just > > > > ANT. Add > > > > Eclipse, and things become even more complicated. > > > > > > > > Bottom line is its not the number of people on the project that > > determines > > > > Maven's usefulness, its the project itself. > > > > > > > > -aps > > > > > > > > On 9/5/06, Dudu wrote: > > > > > > > > > > Is maven good to small teams, like two programmers? > > > > > > > > > > > > > > > > > > > > > > -- > > > > "What lies behind us and what lies in front of us is of little > concern > > to > > > > what lies within us." -Ralph Waldo Emerson > > > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > This email is confidential. If you are not the intended recipient, please delete it from your system and notify the sender immediately. Any unauthorized use, disclosure, dissemination or copying of this email is prohibited. Taifook Securities Group, its group companies and their content providers ("Parties") shall not be responsible for the accuracy or completeness of this email or its attachment, if any, which could contain virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive late. The Parites do not accept liability for any damage caused by this email. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org