Hi, I'd like to include some binaries (a Java service wrapper called Tanuki) in my assemblies that I make for several platforms (like win32, win64, linux32, linux64 etc.). Each platform has its own assembly, and requires a different set of binaries (win32, win64 etc. respectively). All the assemblies are built as part of one Maven project called "assemblies". The Tanuki binaries are deployed as artifacts to my repository, under the same group and artifact ID, but with different classifiers.
Do I have to make these binary artifacts a dependency of the project to be able to include them in the assemblies? This does not seem to be a nice solution, as I'd have to add a lot of filtering in the assembly descriptors to bundle only the required binaries with each assembly. I'd much more like a solution like what the dependency plugin has in its unpack and copy goals, i.e. to just specify some <artifactItems> that need to be copied/unpacked to directories in the assemblies. Can I do this with the current assembly plugin? If not, is there such a feature planned? Regards, Lóránt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
