Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Jira plugin development on system with no internet connection

Joe Detjen February 26, 2015

I have been researching what is needed for doing some custom plugin development. Looks like I need:

JIRA SDK plugin (bundled with jira)

Java JDK (not bundled with jira, which raises other questions)

Atlassian Maven repository

My system has no internet connectivity so it cannot access the Maven repository on the Atlassian server.  How would I go about hosting my own repository and transfer the contents from Atlassian?  It looks like I may be able to download one file at a time but that would take forever.  Do I even need this? What else might I be missing?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

1 vote
Volodymyr Krupach
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 26, 2015

The easiest approach will be to start development with internet connection so maven transfer needed dependencies to you local repo. Then you can continue without the internet connection. For sure if add new maven dependency during  development, you will need the internet again.

TAGS
AUG Leaders

Atlassian Community Events