Hello,
I want to create a plugin for JIRA, however I am developing on a system without an internet connection (because of security rules of the company).
After looking on the Internet, I found that a solution might be to create a .m2 Directory in the home Directory where I put all the needed pom files. However, it takes extremely Long manually downloading the files (around 50) and copying them into the Directory to install them.
Is there a more convenient way?
Hi Sebastian,
Given your situation I don't think there's much to be done to improve what you're trying to do. If you're looking for something quick, the shortest answer is "get that computer online just long enough to do the maven pull". If there's some process for getting an exception to the internet policy in your situation, that would probably take the least effort.
Otherwise you could build a local maven repository (this also requires internet), take that box offline, and put it on the same network as the box you're building on. This has been discussed previously here if you're interested in going that route. It's not going to be a quick solution if that is the direction you need to go.
Cheers,
Daniel
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.