Re: Issue with assembly plugin executions and phase binding (prepare-package)

2009-12-15 Thread JeremieB
In fact, my solution does not work at all ... My package is correctly generated with wanted files generated by antrun inside of it, but I believe as I use goal assembly instead of single, the related tar.gz is not attached and so not deployed. I see the following logs : [WARNING] Removing:

Re: Issue with assembly plugin executions and phase binding (prepare-package)

2009-12-15 Thread JeremieB
SOLVED Ok I understood my mistake ... The error was normal, as it was bound to a phase before package, my assembly wasn't able to found the jar file generated during ... package. So the error, not related to directory-single. So I could simply remove the error by doing the following bindings in

Issue with assembly plugin executions and phase binding (prepare-package)

2009-12-02 Thread Jeremie BOUSQUET
Hello, I have some questions about assembly and inheritance... Purpose is to generate a tar.gz archive, containing a text file with the list of checksums of the tar.gz content (excluding the checksums file itself of course). So the wanted order of execution would be : - call assembly plugin with