﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16558	Github plugins not available on any maven repository	anonymous	team	"I'm trying to use this plugin as a dependency to another one via manifest `plugin-requires = todo` attribute.

I added in gradle.properties:

> plugin.requires = utilsplugin2;todoplugin

However when compiling (via gradle josm plugin (https://github.com/floscher/gradle-josm-plugin)) todo plugin cannot be found on any of these URLs:


{{{

A problem occurred configuring root project 'josm-scripting-plugin'.
> Could not resolve all files for configuration ':detachedConfiguration2'.
   > Could not find org.openstreetmap.josm.plugins:todoplugin:SNAPSHOT.
     Searched in the following locations:
       - https://repo.maven.apache.org/maven2/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.pom
       - https://repo.maven.apache.org/maven2/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.jar
       - https://josm.openstreetmap.de/nexus/content/repositories/releases/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.pom
       - https://josm.openstreetmap.de/nexus/content/repositories/releases/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/ivy.jar
       - https://josm.openstreetmap.de/download/ivy-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/ivy-snapshot-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/Archiv/ivy-snapshot-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/todoplugin.jar
       - https://josm.openstreetmap.de/download/todoplugin-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/todoplugin-snapshot-SNAPSHOT.jar
       - https://josm.openstreetmap.de/download/Archiv/todoplugin-snapshot-SNAPSHOT.jar
       - https://josm.openstreetmap.de/nexus/content/repositories/snapshots/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.pom
       - https://josm.openstreetmap.de/nexus/content/repositories/snapshots/org/openstreetmap/josm/plugins/todoplugin/SNAPSHOT/todoplugin-SNAPSHOT.jar
       - https://svn.openstreetmap.org/applications/editors/josm/dist/ivy.jar
       - https://svn.openstreetmap.org/applications/editors/josm/dist/todoplugin.jar
     Required by:
         project :


}}}

"	defect	closed	normal		Plugin		wontfix	github maven nexus gradle-josm-plugin	floscher
