Changes between Version 115 and Version 116 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2025-01-28T21:28:38+01:00 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v115 v116 5 5 This page gives a short introduction for developers how to create, deploy and develop plugins for JOSM. 6 6 7 The following instructions show the most widely used setup for Plugins (Ant build, versioned in [source:osm/applications/editors/josm/plugins/ SVN]). An alternative option is using Gradle, see [https://gitlab.com/floscher/gradle-josm-plugin#getting-started the code repository of gradle-josm-plugin] for documentation about that option.7 The following instructions show the most widely used setup for Plugins (Ant build, versioned in [source:osm/applications/editors/josm/plugins/ SVN]). An alternative option is using Maven, which is available for most plugins as second build system. 8 8 You can choose either method to build, depending on what you prefer, even setting up both build systems on one project is possible. However if you want to put your plugin into the SVN repo for JOSM plugins, it's generally preferred to use the Ant build described below. 9 9