Index: /applications/editors/josm/plugins/pom.xml
===================================================================
--- /applications/editors/josm/plugins/pom.xml	(revision 36441)
+++ /applications/editors/josm/plugins/pom.xml	(revision 36442)
@@ -26,4 +26,5 @@
     <plugin.test.src.dir>${plugin.test.dir}/unit</plugin.test.src.dir>
     <plugin.src.dir>src</plugin.src.dir>
+    <plugin.version>${project.version}</plugin.version>
     <!-- most plugins default to resource directories in root, e.g. ./data, ./images, ./resources -->
     <plugin.resources.dir>${project.basedir}</plugin.resources.dir>
@@ -134,5 +135,5 @@
     <module>namemanager</module>
     <module>NanoLog</module>
-    <module>native-password-manager</module>
+    <module>native_password_manager</module>
     <module>o5m</module>
     <module>opendata/modules</module>
@@ -397,5 +398,5 @@
                 <!-- For full documentation, see https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins#ThemanifestfileforaJOSMplugin -->
                 <Plugin-Mainversion>${plugin.main.version}</Plugin-Mainversion>
-                <Plugin-Version>${project.version}</Plugin-Version>
+                <Plugin-Version>${plugin.version}</Plugin-Version>
                 <Plugin-Class>${plugin.class}</Plugin-Class>
                 <Plugin-Description>${plugin.description}</Plugin-Description>
@@ -561,4 +562,9 @@
     </profile>
     <profile>
+      <id>kendzi3d</id>
+      <activation><file><exists>kendzi3d/pom.xml</exists></file></activation>
+      <modules><module>kendzi3d</module></modules>
+    </profile>
+    <profile>
       <id>Mapillary</id>
       <activation><file><exists>Mapillary/pom.xml</exists></file><jdk>[17,]</jdk></activation>
