I have tried to follow the changes in https://cwiki.apache.org/confluence/display/CLOUDSTACK/Plug-ins%2C+Modules%2C+and+Extensions in addition to the directions I found at http://ianduffy.ie/cloudstack/CreatingAPlugin.pdf
I added a resources folder with the structure: /resources/META-INF/cloudstack/plugin Then in the last folder I have a module.properties and a spring-plugin-context.xml The resulting jar is located in my class path for client project. I added it as a dependency to the client pom and Eclipse shows it as resolved. However, CloudMonkey does not see the new API. Does anyone have any ideas for things I should be checking or changing? Thank you for your time, Matt