I am trying to do a maven build on a matisse/Swing project.
The compile fails saying it can’t find org.jdesktop.layout which is in swing-layout-1.0.3.jar. This jar is listed as a referenced library.
I am using the JavaEE 5.0 JDK for the compiler in Maven since it seems to need a jdk.
The MyEclipse run’s work just fine.
I tried this on a trivial project started as Maven after it failed on one I converted.
Any thoughts on how I can get the Maven compile to look for the referenced libraries?
TIA,
Maurice