Does not seem to be possible with unpack dependencies. One option would be to use unpack-dep with the flag that tell to unpack each dependency in a separate folder and then use the assembly, specifying the folders in the proper order. The drawback is that you must list each dependency and inherited dependency
Jeff On Wed, Nov 28, 2012 at 4:19 PM, Xavier NOPRE <[email protected]> wrote: > Hi all, > > My project is depending on many ZIP resources. > > With "maven-dependency-plugin" and its "unpack-dependencies", I kown how to > unpack each dependency. > > But (for different reasons I cannot explain here), I have to unpack the > dependencies in a specific order (*). > > Is it possible to unpack in a specific order, or is it possible to manage > the dependencies order ? > > Thanks, > > Xavier > > > > (*) there are some files with the same names, and I have to overwrite some > files from one dependency with other from another dependency .... > -- Jeff MAURY "Legacy code" often differs from its suggested alternative by actually working and scaling. - Bjarne Stroustrup http://www.jeffmaury.com http://riadiscuss.jeffmaury.com http://www.twitter.com/jeffmaury
