Changes between Version 115 and Version 116 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2025-01-28T21:28:38+01:00 (6 months ago)
Author:
stoecker
Comment:

Drop gradle, add maven.

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v115 v116  
    55This page gives a short introduction for developers how to create, deploy and develop plugins for JOSM.
    66
    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.
     7The 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.
    88You 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.
    99