Re: Inheriting resources

2008-04-20 Thread Sebastien ARBOGAST
o a tutorial: > > > http://www.dzone.com/links/how_to_share_resources_across_projects_in_maven.html > > > -Original Message----- > From: Sebastien ARBOGAST [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 17, 2008 4:27 PM > To: Maven Developers List > Subject:

Re: Inheriting resources

2008-04-17 Thread Sebastien ARBOGAST
and this > essentially narrows down to the one you want. (you could also do type=zip > etc and they can be combined) > > > > -Original Message- > From: Sebastien ARBOGAST [mailto:[EMAIL PROTECTED] > > Sent: Thursday, April 17, 2008 3:51 PM > To: Maven Developers List &

Re: Inheriting resources

2008-04-17 Thread Sebastien ARBOGAST
ieve them and put > 'em were you need 'em > > > -Original Message- > From: Sebastien ARBOGAST [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 17, 2008 3:40 PM > To: Maven Developers List; [EMAIL PROTECTED] > Subject: Re: Inheriting resources > >

Re: Inheriting resources

2008-04-17 Thread Sebastien ARBOGAST
n the children we could augment > > the resources model to specify to inherit the resources from the parents > > and the plugin could be smart enough to find them on the disk or from > > the repo. > > > > -Original Message- > > From: Benjamin Bentmann [mai

Re: Inheriting resources

2008-04-13 Thread Sebastien ARBOGAST
ushed out to the wrong environments and such. And the pom.xml contains > > the > > "test" filtered in the test scope for use with unit tests. > > > > So our "base" project will contain the shared resources and the modules > > will > > include

Inheriting resources

2008-04-13 Thread Sebastien ARBOGAST
Hi guys, I've had a comment exchange on my blog with Brian Fox ( http://sebastien-arbogast.com/index.php/2008/04/11/flex-spring-and-blazeds-the-full-stack-part-2/#comment-126) because I would like to find a natural solution to share confirguration files between two modules. In this case, I'm build