I have a maven artifacts in Zip format that contains necessary jars to compile my project.
I tried using unpack-dependencies goal but seems like Mavan does not pick jars as dependencies.
Is it doable to use jars withing a zip artifact to compile the project?
These jars are not associated its own group id or artifact id