Re: Inheriting resources

2008-04-22 Thread david
On Thu, 17 Apr 2008, Sebastien ARBOGAST wrote: I've been trying to make it work with assembly plugin but configuration is quite heavy. I manage to archive my configuration files in a zip file, but then how do I configure the other modules to unpack the archive (just this one) to the right direct

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 Brian E. Fox
I made this into 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 Sorry to

RE: Inheriting resources

2008-04-17 Thread Brian E. Fox
Sure, I will send one tonight. -Original Message- From: Sebastien ARBOGAST [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 4:27 PM To: Maven Developers List Subject: Re: Inheriting resources Sorry to ask but could you provide me with an example please? Because I just don'

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 Brian E. Fox
: Maven Developers List Subject: Re: Inheriting resources But how can I choose specifically this one and not unpack all the other dependencies in the same place. I didn't find any configuration showing that level of granularity. 2008/4/17, Brian E. Fox <[EMAIL PROTECTED]>: >

Re: Inheriting resources

2008-04-17 Thread VELO
[EMAIL PROTECTED] > > Sent: Thursday, April 17, 2008 3:40 PM > > To: Maven Developers List; [EMAIL PROTECTED] > > Subject: Re: Inheriting resources > > > > I've been trying to make it work with assembly plugin but configuration > is > > quite heavy. I m

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 Brian E. Fox
You can use dependency:unpack/unpack-dependencies to retrieve 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

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-14 Thread VELO
Bentmann [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 13, 2008 6:06 AM > To: Maven Developers List > Subject: Re: Inheriting resources > > Sebastien ARBOGAST wrote: > > I would like to find a natural solution to share confirguration > > files between two modules. [...]

RE: Inheriting resources

2008-04-14 Thread Brian E. Fox
herit 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 [mailto:[EMAIL PROTECTED] Sent: Sunday, April 13, 2008 6:06 AM To: Maven Developers List Subject: Re: Inheriting resources Seba

Re: Inheriting resources

2008-04-13 Thread VELO
I like this Idea Some resources packaging. If its not possible, we can create a simple mojo on flex-mojos, only to handle configurations. What you think? VELO On Sun, Apr 13, 2008 at 3:49 PM, Sebastien ARBOGAST < [EMAIL PROTECTED]> wrote: > Now I think I understand what you mean by "some

Re: Inheriting resources

2008-04-13 Thread Sebastien ARBOGAST
Now I think I understand what you mean by "something similar". The main problem I see with using the assembly plugin is the amount of configuration needed for packaging and depackaging of resources to work. Indeed, if it was possible to specify an dependency as overlaid instead of included, this wo

Re: Inheriting resources

2008-04-13 Thread Tim O'Brien
Even though we happen to all be developers, this discussion may be more appropriate on the users list. Sebastien, have you looked at the overlay feature of the WAR plugin? http://maven.apache.org/plugins/maven-war-plugin/examples/war-overlay.html Are you proposing that a similar idea be ge

Re: Inheriting resources

2008-04-13 Thread Sejal Patel
Hi Sebastien, you are right that this is a common problem and has no clean solution. Partly because of this limitation, at my job I've instituted some rules as part of the project standards. Any "resources" instead of being placed in the src/main/resources are now placed in src/main/packages and I'

Re: Inheriting resources

2008-04-13 Thread Benjamin Bentmann
Sebastien ARBOGAST wrote: I would like to find a natural solution to share confirguration files between two modules. [...] For now, the only solution I've found is to duplicate those files in src/main/resources for each module. Brian suggested that I could put those files in a third module to pac

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