Skip to content

Multiple plugins with frontend need different xwork package names #13

@betacore

Description

@betacore

Describe the bug
When multiple plugins are developed and deployed, the last deployed plugin will show up the frontend but the previous one will get 404 on loading the frontend because there are conflicts in default xwork package names (webwork, config).

Expected behavior
Multiple plugins can be installed and all frontends will work independantly.

Solution
atlassian-plugin.xml:
add prefixes for xwork package name like:

<xwork key="app-action">
       <package name="$pluginName.webwork" extends="default" namespace="/plugins/$pluginName">
            ...
       </package>
</xwork>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions