Re: Impossible to build ourproject from scratch

2006-10-27 Thread Edwin Punzalan
Hmm... I think this can be fixed by providing those artifacts in a snapshot repository so maven can download them. Emmanuel Lecharny wrote: Hi all, it's actually impossible to build Apache Directory Server project just after a svn co, with a clean maven repo (like a new user will do), for

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Max Cooper
I don't have an answer for you, but our project has the same problem. You have to 'mvn install' a plugin that is part of our project tree before you can build from the top of the project. We tried adding a dependency on the plugin module, in hopes that it would cause maven to build the plugin

Re: Impossible to build ourproject from scratch

2006-10-27 Thread Wendy Smoak
On 10/27/06, Max Cooper [EMAIL PROTECTED] wrote: Does anyone know how to do this? It seems like this would be somewhat common, since many projects may need to build one or more special plugins to support the rest of their builds. More than one project has a separate 'maven' module that