Re: Overriding inheritance from parent POM?

2009-01-26 Thread Wayne Fay
> They're currently commented out, because when I type 'mvn install' in
> the parent's path, it tries to make .tar.gz files for all the child
> modules with these same assembly descriptors.  That fails, of course,
> because the relative paths are all wrong.

Adding this to the parent plugin configuration should do it:
false

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Overriding inheritance from parent POM?

2009-01-26 Thread Trevor Strohman
I have a multi-module project with some assembly descriptors in the parent POM:
   
http://code.google.com/p/galagosearch/source/browse/tags/galagosearch-1.0/pom.xml

They're currently commented out, because when I type 'mvn install' in
the parent's path, it tries to make .tar.gz files for all the child
modules with these same assembly descriptors.  That fails, of course,
because the relative paths are all wrong.

Any ideas on how to fix this?

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org