Hi Brandon,

As far as I know, there's no way that the default goals bound in the Maven
lifecycle phases will not be executed. So even if you set "mvn
webstart:jnlp" as the default goal for a module, it will still execute
"install".

Dawn


Brandon Goodin wrote:
> 
> Hey All,
> 
> This may be a dumb question. But, I have a aggregate pom with three
> modules. One of the modules makes use of the webstart plugin. The
> webstart plugin fails when using 'mvn install'. It is necessary for me
> to call 'mvn webstart:jnlp' when building this module without calling
> 'install'. When building from the aggregate pom, how do i get the
> webstart project to build using 'webstart:jnlp' instead of 'install'.
> The other two modules work fine using the install. I tried setting
> <defaultGoal>webstart:jnlp</defaultGoal> in the webstart module. It
> does call the appropriate webstart:jnlp but then fails after it
> completes the goal because it still attempts to call install right
> after.
> 
> Thanks
> Brandon
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Multimodule-Build-tf2713584s177.html#a7573801
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to