forked from mrdon/speakeasy-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
ryanackley/speakeasy-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Atlassian Speakeasy is a plugin that allows users to author, enable, and share extensions for Atlassian products. http://confluence.atlassian.com/display/DEVNET/Speakeasy+Overview When getting started developing the Speakeasy plugin, these commands will come in handy * Start the plugin in the desired product: Refapp: mvn refapp:debug Confluence: mvn refapp:debug -Dproduct=confluence JIRA: mvn refapp:debug -Dproduct=jira * Deploy the plugin at runtime in the desired product: Refapp: mvn refapp:cli Confluence: mvn refapp:cli -Dproduct=confluence JIRA: mvn refapp:cli -Dproduct=jira * Deploy the test plugin (code in src/test/resources) with the cli 'tpi' for test plugin installation, works like the usual 'pi' * Test your changes in all three products at once - open up three terminals and execute the above refapp:debug commands, one per product. You will also need three more tabs for each of the 'cli' invocations.
About
Atlassian plugin that provides per-user module access
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 49.7%
- Java 48.3%
- CSS 2.0%