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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> wrote: > So why would an ear try and get built during "mvn compile"? > > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > 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 <[EMAIL PROTECTED]> wrote: > > Is there any way to see what lifecycle goal the ear plugin is bound > to? > > > > --------------------------------------------------------------------- > 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] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
