RE: prepare-package phase doesn't exist?

2007-01-30 Thread Bashar Abdul Jawad
OK, I just saw it on Jira:

http://jira.codehaus.org/browse/MNG-2097?page=com.atlassian.jira.plugin.syst
em.issuetabpanels:comment-tabpanel#action_63375

Bashar



-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 30, 2007 2:52 PM
To: Maven Users List
Subject: Re: prepare-package phase doesn't exist?

Apologies, I should have marked that in the documentation. Actually, it's
2.1+.

On 31/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:
> 2.0.4
>
> The version on Maven's homepage (http://maven.apache.org/) is also still
> 2.0.4.
>
> Bashar
>
> -Original Message-
> From: Mark Hobson [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 30, 2007 2:42 PM
> To: Maven Users List
> Subject: Re: prepare-package phase doesn't exist?
>
> On 30/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:
> > Maven documentation mentions a prepare-package phase on
> >
>
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht
> > ml
> ...
> > Also any plug-in execution bind to that phase never gets executed. Any
> > ideas?
>
> This was introduced in 2.0.5 - what version of maven are you running?
>
> Mark
>
> -
> 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]
>
>


-- 
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

-
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: prepare-package phase doesn't exist?

2007-01-30 Thread Brett Porter

Apologies, I should have marked that in the documentation. Actually, it's 2.1+.

On 31/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:

2.0.4

The version on Maven's homepage (http://maven.apache.org/) is also still
2.0.4.

Bashar

-Original Message-
From: Mark Hobson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 30, 2007 2:42 PM
To: Maven Users List
Subject: Re: prepare-package phase doesn't exist?

On 30/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:
> Maven documentation mentions a prepare-package phase on
>
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht
> ml
...
> Also any plug-in execution bind to that phase never gets executed. Any
> ideas?

This was introduced in 2.0.5 - what version of maven are you running?

Mark

-
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]





--
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

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



RE: prepare-package phase doesn't exist?

2007-01-30 Thread Bashar Abdul Jawad
2.0.4

The version on Maven's homepage (http://maven.apache.org/) is also still
2.0.4.

Bashar

-Original Message-
From: Mark Hobson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 30, 2007 2:42 PM
To: Maven Users List
Subject: Re: prepare-package phase doesn't exist?

On 30/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:
> Maven documentation mentions a prepare-package phase on
>
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht
> ml
...
> Also any plug-in execution bind to that phase never gets executed. Any
> ideas?

This was introduced in 2.0.5 - what version of maven are you running?

Mark

-
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: prepare-package phase doesn't exist?

2007-01-30 Thread Mark Hobson

On 30/01/07, Bashar Abdul Jawad <[EMAIL PROTECTED]> wrote:

Maven documentation mentions a prepare-package phase on
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht
ml

...

Also any plug-in execution bind to that phase never gets executed. Any
ideas?


This was introduced in 2.0.5 - what version of maven are you running?

Mark

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



prepare-package phase doesn't exist?

2007-01-30 Thread Bashar Abdul Jawad
Hi,

 

Maven documentation mentions a prepare-package phase on
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.ht
ml

 

However this phase doesn't seem to exist when running mvn prepare-package. I
get the error:

 

 

>mvn prepare-package

[INFO] Scanning for projects...

[INFO]


[ERROR] BUILD FAILURE

[INFO]


[INFO] Invalid task 'prepare-package': you must specify a valid lifecycle
phase,

 or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVer

sion:goal

[INFO]


[INFO] For more information, run Maven with the -e switch

[INFO]


[INFO] Total time: < 1 second

[INFO] Finished at: Tue Jan 30 10:22:56 MST 2007

[INFO] Final Memory: 1M/2M

[INFO]


 

 

Also any plug-in execution bind to that phase never gets executed. Any
ideas?

 

 

Bashar