The multi-module project is for a PowerBuilder project.
Module 1 is building a ZIP file containing lots of resources (GIFs etc.)
taken from "somewhere" (e. g. from a CIFS drive, a Maven repo, whatever
place the designers store them) which are used by other modules (sibling
modules but also stand alone modules in other projects).
Module 2...n are building EXE files. The EXE linker wants to pack some of
the GIFs from the ZIP into the EXE. For that it must unzip the ZIP to a
place where the linker is aware of -- hence, the dependency "unpack".

I do not see what is "strange" or a "misunderstanding"? How shall this work
without pack and unpack?



--
View this message in context: 
http://maven.40175.n5.nabble.com/multi-module-phases-sequence-tp5789365p5789409.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to