Re: Pagkaging in a faster way

2006-08-23 Thread Raphaël Piéroni

So you can try to call the specific goal of packaging
jar:jar for a jar packaging.
war:war for war packaging (IIRC)

Raphaël

2006/8/23, Vinicius Carvalho <[EMAIL PROTECTED]>:


I know it sounds silly, but I'm using maven ide that already compiles
everything I need :) so when packaging all I need is to pack
everything :)

Regards

On 8/23/06, Andrew Kreps <[EMAIL PROTECTED]> wrote:
> That would be very useful in the case that you're either making
> changes to the packaging without changing code, or packaging static
> content, for example.  Personally, I use the compile phase as a reason
> to grab another cup of tea.
>
> On 8/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> > You want to package w/o compiling?  That seems kinda silly doesn't it?
> >  To skip testing, use "mvn -Dmaven.test.skip=true".
> >
> > Matt
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho

I know it sounds silly, but I'm using maven ide that already compiles
everything I need :) so when packaging all I need is to pack
everything :)

Regards

On 8/23/06, Andrew Kreps <[EMAIL PROTECTED]> wrote:

That would be very useful in the case that you're either making
changes to the packaging without changing code, or packaging static
content, for example.  Personally, I use the compile phase as a reason
to grab another cup of tea.

On 8/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:
> You want to package w/o compiling?  That seems kinda silly doesn't it?
>  To skip testing, use "mvn -Dmaven.test.skip=true".
>
> Matt
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Pagkaging in a faster way

2006-08-23 Thread Andrew Kreps

That would be very useful in the case that you're either making
changes to the packaging without changing code, or packaging static
content, for example.  Personally, I use the compile phase as a reason
to grab another cup of tea.

On 8/23/06, Matt Raible <[EMAIL PROTECTED]> wrote:

You want to package w/o compiling?  That seems kinda silly doesn't it?
 To skip testing, use "mvn -Dmaven.test.skip=true".

Matt



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Pagkaging in a faster way

2006-08-23 Thread Matt Raible

You want to package w/o compiling?  That seems kinda silly doesn't it?
To skip testing, use "mvn -Dmaven.test.skip=true".

Matt

On 8/23/06, Vinicius Carvalho <[EMAIL PROTECTED]> wrote:

Hello there! Is it possible to run mvn package and skip compile and
test phases? When I need to pack new stuff that don't need to be
tested/compiled, its taking too long.

Best Regards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Pagkaging in a faster way

2006-08-23 Thread Vinicius Carvalho

Hello there! Is it possible to run mvn package and skip compile and
test phases? When I need to pack new stuff that don't need to be
tested/compiled, its taking too long.

Best Regards

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]