Write less code.

"Anyone can solve a problem in 1,000,000 lines of code. The challenge
is to do it with 10,000."



On Wed, Aug 12, 2009 at 3:45 PM, Brian Fox<bri...@infinity.nu> wrote:
> If you aren't using a repository manager, then using one can save a
> good chunk of time.
>
> On Wed, Aug 12, 2009 at 1:45 PM, Jonathan
> Woods<jonathan.wo...@scintillance.com> wrote:
>> Couple of simple ideas: not 'clean'ing unless you need to; and skipping
>> tests when it's safe to do so:
>>
>> mvn Dmaven.test.skip=true (or -DskipTests=true)
>>
>>> -----Original Message-----
>>> From: Roger Pack [mailto:rogerdpa...@gmail.com]
>>> Sent: 12 August 2009 18:17
>>> To: users@maven.apache.org
>>> Subject: speedier builds possible?
>>>
>>> Hi. I was wondering if there are any industry standard ways
>>> of speeding up a maven build, like in a project with a single
>>> parent and multiple children modules
>>>
>>> "only building dependencies that have changed since the last
>>> svn commit"
>>> or
>>> "building things in parallel where possible"
>>> Or anything else.
>>> Anybody know of much on that topic?
>>> Thanks!
>>> -r
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to