They are, I guess I was confused about being able to use some black magic to
reference the files from another module rather than use ../core/src/...
syntax.

Is what I am doing the correct way to share common configuration files?
I does mean that I have to have the current project and any dependencies
checked out, since I need access to file. And that binary dependency doesn't
work in this case for deployment.

I'll give it a go.
Thanks

> -----Original Message-----
> From: dan tran [mailto:[EMAIL PROTECTED]
> Sent: Monday, 30 January 2006 5:02 PM
> To: Maven Users List
> Subject: Re: [m2.0.2] assembly across modules?
> 
> You modules are not in the same build tree?
> 
> -D
> 
> 
> On 1/29/06, Treloar, Barrie (SAPOL) <[EMAIL PROTECTED]>
> wrote:
> >
> > Across modules?
> > i.e. in not in the current project space.
> >
> > > -----Original Message-----
> > > From: dan tran [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, 30 January 2006 4:08 PM
> > > To: Maven Users List
> > > Subject: Re: [m2.0.2] assembly across modules?
> > >
> > > You can use Assembly FileSet and FileItem to copy files from any where
> > to
> > > your
> > > final assembly archive.
> > >
> > > -D
> > >
> > >
> > > On 1/29/06, Treloar, Barrie (SAPOL) <[EMAIL PROTECTED]>
> > > wrote:
> > > >
> > > > If I have three modules: core, standalone, webapp and the core
> module
> > > > contains property files for configuration.
> > > >
> > > > Is it possible to access the property files from core when
> assembling
> > > the
> > > > standalone module?
> > > > The same question will arise when I assemble webapp as I want to
> reuse
> > > the
> > > > configuration files that are common.
> > > >
> > > > Thanks
> > > > Barrie
> > > >
> > > > --------------------------------------------------------------------
> -
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >

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

Reply via email to