maven-assembly-plugin and ar archives
Posted
by kayahr
on Stack Overflow
See other posts from Stack Overflow
or by kayahr
Published on 2010-04-18T18:03:08Z
Indexed on
2010/04/18
18:13 UTC
Read the original article
Hit count: 452
maven-2
In my maven project I want to assemble an ipkg file (This is like a Debian Package but for embedded systems). For this I need to create AR archives with the assembly plugin. In the plugin documentation I found this: "and any other format that the ArchiveManager has been configured for". But I can't find out how to "configure" the "ArchiveManager". How can I do this? Or better: Maybe someone already did this and I can use an already existing plugin?
© Stack Overflow or respective owner