You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by EJ Ciramella <ej...@upromise.com> on 2007/03/08 17:35:15 UTC

seeing what phase a plugin is bound to

Is there any way to see what lifecycle goal the ear plugin is bound to?

RE: seeing what phase a plugin is bound to

Posted by EJ Ciramella <ej...@upromise.com>.
What about the compile phase, does it try to do anything ear related? 

-----Original Message-----
From: Wayne Fay [mailto:waynefay@gmail.com] 
Sent: Thursday, March 08, 2007 4:30 PM
To: Maven Users List
Subject: Re: seeing what phase a plugin is bound to

I think you must have something misconfigured, EJ...

[INFO] Building myproj-ear
[INFO]    task-segment: [package]
[INFO]
------------------------------------------------------------------------
----
[INFO] [ear:generate-application-xml]
[INFO] [resources:resources]
[INFO] [ear:ear]

During the build of my ear module, the compile phase is completely
skipped. I would check the effective-pom in your ear module, and make
sure you don't have a compile plugin somehow attaching itself etc.

Wayne

On 3/8/07, Wayne Fay <wa...@gmail.com> wrote:
> A good question, which I really cannot answer.
>
> Let me run my EAR project in debug mode and see if anything pops
out...
>
> Wayne
>
> On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> > So why would an ear try and get built during "mvn compile"?
> >
> > -----Original Message-----
> > From: Wayne Fay [mailto:waynefay@gmail.com]
> > Sent: Thursday, March 08, 2007 11:52 AM
> > To: Maven Users List
> > Subject: Re: seeing what phase a plugin is bound to
> >
> > Maven-Ear-Plugin consists of 2 goals:
> > http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html
> >
> > ear:ear is bound to package phase.
> > ear:generate-application-xml is bound to generate-resources phase.
> >
> > Wayne
> >
> > On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> > > Is there any way to see what lifecycle goal the ear plugin is
bound
> > to?
> > >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> >
---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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


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


Re: seeing what phase a plugin is bound to

Posted by Wayne Fay <wa...@gmail.com>.
I think you must have something misconfigured, EJ...

[INFO] Building myproj-ear
[INFO]    task-segment: [package]
[INFO] ----------------------------------------------------------------------------
[INFO] [ear:generate-application-xml]
[INFO] [resources:resources]
[INFO] [ear:ear]

During the build of my ear module, the compile phase is completely
skipped. I would check the effective-pom in your ear module, and make
sure you don't have a compile plugin somehow attaching itself etc.

Wayne

On 3/8/07, Wayne Fay <wa...@gmail.com> wrote:
> A good question, which I really cannot answer.
>
> Let me run my EAR project in debug mode and see if anything pops out...
>
> Wayne
>
> On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> > So why would an ear try and get built during "mvn compile"?
> >
> > -----Original Message-----
> > From: Wayne Fay [mailto:waynefay@gmail.com]
> > Sent: Thursday, March 08, 2007 11:52 AM
> > To: Maven Users List
> > Subject: Re: seeing what phase a plugin is bound to
> >
> > Maven-Ear-Plugin consists of 2 goals:
> > http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html
> >
> > ear:ear is bound to package phase.
> > ear:generate-application-xml is bound to generate-resources phase.
> >
> > Wayne
> >
> > On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> > > Is there any way to see what lifecycle goal the ear plugin is bound
> > to?
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

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


Re: seeing what phase a plugin is bound to

Posted by Wayne Fay <wa...@gmail.com>.
A good question, which I really cannot answer.

Let me run my EAR project in debug mode and see if anything pops out...

Wayne

On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> So why would an ear try and get built during "mvn compile"?
>
> -----Original Message-----
> From: Wayne Fay [mailto:waynefay@gmail.com]
> Sent: Thursday, March 08, 2007 11:52 AM
> To: Maven Users List
> Subject: Re: seeing what phase a plugin is bound to
>
> Maven-Ear-Plugin consists of 2 goals:
> http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html
>
> ear:ear is bound to package phase.
> ear:generate-application-xml is bound to generate-resources phase.
>
> Wayne
>
> On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> > Is there any way to see what lifecycle goal the ear plugin is bound
> to?
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


RE: seeing what phase a plugin is bound to

Posted by EJ Ciramella <ej...@upromise.com>.
So why would an ear try and get built during "mvn compile"? 

-----Original Message-----
From: Wayne Fay [mailto:waynefay@gmail.com] 
Sent: Thursday, March 08, 2007 11:52 AM
To: Maven Users List
Subject: Re: seeing what phase a plugin is bound to

Maven-Ear-Plugin consists of 2 goals:
http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html

ear:ear is bound to package phase.
ear:generate-application-xml is bound to generate-resources phase.

Wayne

On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> Is there any way to see what lifecycle goal the ear plugin is bound
to?
>

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


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


Re: seeing what phase a plugin is bound to

Posted by Wayne Fay <wa...@gmail.com>.
Maven-Ear-Plugin consists of 2 goals:
http://maven.apache.org/plugins/maven-ear-plugin/plugin-info.html

ear:ear is bound to package phase.
ear:generate-application-xml is bound to generate-resources phase.

Wayne

On 3/8/07, EJ Ciramella <ej...@upromise.com> wrote:
> Is there any way to see what lifecycle goal the ear plugin is bound to?
>

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