Le 24/11/2015 14:17, Andreas Tille a écrit : >> As you can see there is no entry in the maven-repo for the miglayout >> artifact, only the -core, -ideutil, -swing & -swg JARs. >> >> The miglayout-parent artifact is the only one not matching a JAR by the same >> name, so I suspect it's for miglayout.jar.
Actually miglayout-parent is just the parent pom defining common dependencies and settings for the submodules. No jar is attached to this artifactId and adding a rule to use it is unlikely to work. You should use miglayout-swing or miglayout-swg instead. Emmanuel Bourg

