How to install groovy plugin for eclipse without using the update site link - eclipse

Because of the firewall issue in the company, I cannot install the groovy plugin with the update site link provided here, is there any workaround for this problem? Thanks.

You can download an offline eclipse update-site in the CI server, here

Related

Installing Groovy and Gradle plugins in Eclipse 4.17 (2020-09) offline

I am trying to add the latest groovy IDE plugin to Eclipse 4.17 (2020-09). The network security blocks access to eclipse marketplace and other sites like dist.springsource.org. Where can I download the appropriate zip archive for offline installation?
Thank you!
Each of the release notes pages on the groovy/groovy-eclipse github site have update site archive links at the bottom.

Getting error while installing SonarQube plugin in eclipse 4.2.2

I am trying to install the sonar in my eclipse but it can not find the url even though the url is working fine in my browser. If any one knows the solution please let me know, thanks.
To install the plugin you can also go to Help > Eclipse Marketplace... and search for "SonarQube". Check this for more details.
Anyway, the Eclipse SonarQube plugin has been deprecated and SonarLint for Eclipse should be used in place : see http://www.sonarlint.org/eclipse/index.html

Maven for Eclipse plugin m2ecplise installation

I want to try out this websocket implementation:
https://jwebsocket.org/documentation/installation-guide/eclipse
The project is provided with maven. Thus I want to install the m2eclipse plugin as suggested on their site.
The problem is that the provided link does not work:
http://m2eclipse.sonatype.org/sites/m2e
I also tried this one:
http://eclipse.org/m2e/download/
Both are not working.
Can someone give me a hint how to install this plugin?
That information is outdated, referring to Eclipse 3.3 and 3.5.
Maven integration is part of Eclipse itself now. If you download a current Eclipse bundle it can be part of it. http://www.eclipse.org/downloads/compare.php?release=kepler
If you downloaded the "classic" version go to Help > Install New Software, select the update site for your version (should be "Kepler") and select the Maven integration via filter or category ("Collaboration").

Where can I download the LuaEclipse plugin from

Where can I download the LuaEclipse plugin from? The link on the luaeclipse.luaforge.net page is broken.
BTW, I can't use the eclipse update site http://luaeclipse.luaforge.net/update-site/site.xml due to firewall issues. So I need to download archive of the LuaEclipse plugin, which I than will extract locally and can point eclipse to.
The Lua Development Tools look like a new version of the eclipse plugin:
See : http://www.eclipse.org/koneki/ldt/
This link is working:
LuaEclipsePlugin
There you can download it as a zip file.
The below link is the latest URL for lua plugin for Eclipse (to be used from inside Eclipse):
http://download.eclipse.org/ldt/releases/milestones/

Eclipse Plugin Development install dependencies if not installed yet

Hey guys,
I'm developing a plugin for eclipse and I need some dependencies, e.g. org.eclipse.graphiti.
When I export my plugin and when I build my update site, everthing works fine, until i try to install my plugin, because then the install wizard says I don't have graphiti installed. How can I tell my wizard to ask if you want to install the needed plugin automatically?
Thanks for any help and ideas.
During install select the 'Contact all available update sites' checkbox in the lower part of the feature selection dialog. This allows searching all existing update sites. This might help, or if not, then add the Graphiti update site your feature.xml.