Assembly and parent pom

2006-07-05 Thread Martijn Dashorst
All, If you have a project setup where all your projects have a common parent project, and some are dependend on the others, how can you accomodate the downloaders of your assemblies such that they still can build your project using maven if/when they are offline? Example setup: foo foo-parent

Re: Assembly and parent pom

2006-07-05 Thread Barrie Treloar
On 7/6/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: All, If you have a project setup where all your projects have a common parent project, and some are dependend on the others, how can you accomodate the downloaders of your assemblies such that they still can build your project using maven if

RE: Assembly and parent pom

2006-07-06 Thread Jörg Schaible
Martijn Dashorst wrote on Wednesday, July 05, 2006 4:58 PM: > All, > > If you have a project setup where all your projects have a common > parent project, and some are dependend on the others, how can you > accomodate the downloaders of your assemblies such that they still can > build your projec

Re: Re: Assembly and parent pom

2006-07-05 Thread Martijn Dashorst
Barrie, Thanks for the answers. > Example setup: > > foo > foo-parent > 1.0-SNAPSHOT > pom > > > > > foo > foo-parent > 1.0-SNAPSHOT > > bar > jar > > > The first problem is the parent pom. Is the snapshot version of the > parent pom updated when I build the bar project? Mave