RE: order of the unpacking from \"unpack-dependencys\"

2011-05-12 Thread David Bräutigam
Hi I have the following unpack goal: unpack-modules verify unpack-dependencies ${basedir}/target/dist_tmp/classes ${project.groupId} classes

RE: order of the unpacking from "unpack-dependencys"

2011-05-12 Thread EJ Ciramella
bject: order of the unpacking from "unpack-dependencys" Hello,, i have the following strange problem with the "unpack-dependencys" in my pom. What i want is to unpack the scripts i need in the deploy directory. The problem is that i have multiple modules with the same scripts. T

Re: order of the unpacking from "unpack-dependencys"

2011-05-12 Thread Michael Haefele
Or use maybe use both. Put an in for the unpack-dependencies mojo to exclude all scripts and then use an in the unpack mojo for just the scripts you actually want from the proper artifact. Over-writing in the right order seems like the sort of thing that will eventually come back to cause headac

Re: order of the unpacking from "unpack-dependencys"

2011-05-12 Thread Asmann, Roland
Hi, You could perhaps try the "unpack" goal... You do have to add all the dependencies again, but that one should take the order in which the artifacts are listed. Roland On 12-05-11 15:52, David Bräutigam wrote: > Hello,, > > i have the following strange problem with the "unpack-dependencys"

order of the unpacking from "unpack-dependencys"

2011-05-12 Thread David Bräutigam
Hello,, i have the following strange problem with the "unpack-dependencys" in my pom. What i want is to unpack the scripts i need in the deploy directory. The problem is that i have multiple modules with the same scripts. Therefor to have a correct result they must be overwritten in the right orde