Skip to:
When creating a plugin project using src/java for the source root, plugin.xml must be in the root.
When creating a plugin project using the default src/main/java structure, the plugin.xml must be in the src folder.
This is because the openfire-plugin-assembly specifically looks for this file two directories above.
Make the building more flexible, without breaking existing plugins.
When creating a plugin project using src/java for the source root, plugin.xml must be in the root.
When creating a plugin project using the default src/main/java structure, the plugin.xml must be in the src folder.
This is because the openfire-plugin-assembly specifically looks for this file two directories above.
Make the building more flexible, without breaking existing plugins.