On Sep 4, 2006, at 7:53 AM, Andy Piper wrote:

I got something similar until I did a clean and then rebuild. Unfortunately clean does not work from scratch (complains about sdo plugin). I had to do

mvn install
mvn clean
mvn install

to get a full build

:(

This is a maven issue because we are building the plugins as part of the build. If you do a fresh checkout and try to clean it won't work because the plugins don't exist yet. This will go away when we publish the plugins in a repo as maven will be able to download the 'latest' published version from the repo and use it in the 'clean' build; that version will get overridden when you do the first 'install' build.

--
Jeremy


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

Reply via email to