RE: Re: Eclipse plugin and Eclipse builders

2006-08-31 Thread LaCasse, John
ie Treloar" <[EMAIL PROTECTED]> said: > On 8/23/06, LaCasse, John <[EMAIL PROTECTED]> wrote: >> It appears that running: >> >> >> >> Mvn eclipse:eclipse >> >> >> >> Wipes out any Eclipse builders that had been set up.

Eclipse plugin and Eclipse builders

2006-08-22 Thread LaCasse, John
It appears that running: Mvn eclipse:eclipse Wipes out any Eclipse builders that had been set up. And it doesn't completely remove them it appears to remove everything except the name which renders them useless and for some reason also unremovable. Thanks, Jpl

A number of the Maven plugins about screens are missing their content on apache.

2006-06-28 Thread LaCasse, John
Examples are the war plugin and resource plugins. http://maven.apache.org/plugins/index.html is the site I'm referring to. Jpl

Version tag and properties

2006-05-04 Thread LaCasse, John
Why is it that properties don't get expanded when used inside of a version tag? This seems like a bug to me and is making it impossible to incorporate maven into our build environment because we can't get maven to use a version property from outside, i.e. via an environment variable or something of