Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.6:unpack-dependencies (unpack-dependencies) on project online-optimisation: Unknown archiver type: No such archiver: 'pom'. -> [Help 1]
Which comes from line
Unpacking C:\Users\Wolff\.m2\repository\com\github\fommil\netlib\all\1.1.2\all-1.1.2.pom to C:\Users\Wolff\Documents\NetBeansProjects\OOGUI\target\classes with includes "" and excludes ""
The empty quotationmarks at the end are normal (i have them for all of the unpacking steps). I think the error lies in specifiying the fommil.netlib-dependency as <type>pom</type> in ArmadilloJavas pom, but i'm only speculating. Unpacking is needed to use ControlsFX for example, so basically not optional.
Using
together with
Results in:
Which comes from line
The empty quotationmarks at the end are normal (i have them for all of the unpacking steps). I think the error lies in specifiying the fommil.netlib-dependency as
<type>pom</type>
in ArmadilloJavas pom, but i'm only speculating. Unpacking is needed to use ControlsFX for example, so basically not optional.