diff --git a/ gcube/extra-resources/WEB-INF/plugin.properties b/ gcube/extra-resources/META-INF/plugin.properties similarity index 100% rename from gcube/extra-resources/WEB-INF/plugin.properties rename to gcube/extra-resources/META-INF/plugin.properties diff --git a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin new file mode 100644 index 0000000..709219b --- /dev/null +++ b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.Plugin @@ -0,0 +1 @@ +org.gcube.vremanagement.helloworld.HelloWorldPlugin \ No newline at end of file diff --git a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration b/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration deleted file mode 100644 index 89faa71..0000000 --- a/src/main/resources/META-INF/services/org.gcube.vremanagement.executor.plugin.PluginDeclaration +++ /dev/null @@ -1 +0,0 @@ -org.gcube.vremanagement.helloworld.HelloWorldPluginDeclaration \ No newline at end of file