Per Nyfelt
Results
22
comments of
Per Nyfelt
I'll take a look. Probably some structure changes that are not reflected in the pom.xml
Besides removing the org.girod.javafx.svgimage.xml.SVGShapeBuilder, the following addition is needed in the pom.xml on line 36 (between the testSourceDirectory and the plugins elements): ```xml ${project.basedir}/src/test **/*.java ``` This will ensure that...