Anders Hammar wrote:
> 
> When you execute
> mvn gwt:run
> you're not executing the maven lifecycle - just that goal of the gwt
> plugin.
> Thus, the plugin bindings you've specified are not executed. Try
> mvn install
> instead.
> 

No, as I mentioned in my original post, the gwt:run goal causes the compile
phase to execute, meaning that the properties plugin does execute. You can
see it in the output I included. I'm thinking that maybe running it in this
way, the gwt plugin is executed somehow "outside" of the lifecycle that the
compile phase is executed in.
-- 
View this message in context: 
http://old.nabble.com/Property-loaded-by-plugin-not-available-to-gwt%3Arun-tp27227122p27251689.html
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