Index: /applications/editors/josm/plugins/openjfx/build.xml
===================================================================
--- /applications/editors/josm/plugins/openjfx/build.xml	(revision 34624)
+++ /applications/editors/josm/plugins/openjfx/build.xml	(revision 34625)
@@ -80,4 +80,14 @@
             </restrict>
         </jar>
+        <echo>Adding Monocle artifacts...</echo>
+        <jar destfile="${plugin.jar}" update="true" duplicate="preserve" level="9">
+            <restrict>
+                <archives>
+                    <zips>
+                        <fileset dir="${plugin.lib.dir}" includes="*-monocle*.jar"/>
+                    </zips>
+                </archives>
+            </restrict>
+        </jar>
     </target>
 </project>
Index: /applications/editors/josm/plugins/openjfx/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/openjfx/ivy.xml	(revision 34624)
+++ /applications/editors/josm/plugins/openjfx/ivy.xml	(revision 34625)
@@ -5,4 +5,5 @@
 	</configurations>
 	<dependencies>
+        <dependency org="org.testfx" name="openjfx-monocle" rev="jdk-11+23"/>
         <dependency org="org.openjfx" name="javafx-swing" rev="11-ea+25">
             <artifact name="javafx-swing" type="jar" m:classifier="linux"/>
