Whats the newest version of the install4j-maven-plugin? - install4j

I was looking to the maven plugin website for install4j for the newest version and there the version 1.0.8 is noticed. I tried to set this version to my project configuration and it fails said the plugin do not exists in this version. Now I looked to the central maven repository and there no 1.0.8 exists but newer versions like 1.1.0 and 1.1.1. So what is the recommended plugin version to build a viewer with install4j version 6.x? Anybody knows? Also anybody knows where I can find the docu for the new versions?

As of 2016-04-07, the current release is 1.1.1. Probably sonatype has not updated the website since 1.0.8. The documentation is available at
http://sonatype.github.io/install4j-support/install4j-maven-plugin/compile-mojo.html

Related

Downloading earlier version of STS4

STS 4 websites publishes link to download latest version of the IDE on their website.
How can we download one the earlier versions of STS ?
I am looking to download 4.3 as its having kotlin support.
PS: I am looking to import springframework code to eclipse(STS)
You can find previous versions of the Spring Tools 4 for Eclipse here: https://github.com/spring-projects/sts4/wiki/Previous-Versions

Install4j 7.0.5 runtime in Maven repository

I'm upgrading to Install4j 7.0.5.
In the Maven repository (https://maven.ej-technologies.com/repository/com/install4j/install4j-runtime/) there is no corresponding runtime, only 7.0.5-PRE versions. Is it planned to release it or should we used one of the 7.0.5-PRE version or the 7.0.4 version?
Sorry about that, it's fixed now.

Where can I find binaries for previous versions of the "SonarQube for Eclipse" plugin?

I can easily get the latest version of the plugin from the Eclipse Marketplace or from the SonarQube website. However, I cannot find binaries for any previous version. I need this because at our company we use an old version of SonarQube (3.7.3), which the latest version of the plugin (3.5, as of august of 2015) doesn't support.
I have been able to find source code in GitHub. Is compiling the plugin myself the only feasible solution?
Here's the archives directory:
http://downloads.sonarsource.com/eclipse/eclipse-archives/

Where can I download Groovy Grails Tool Suite version 3.5.1 for Windows?

The download page at SpringSource (http://spring.io/tools/ggts/all) doesn't seem to make previous versions of GGTS available, but I want to have this version to be able to toggle between the Groovy 2.0.7 and Groovy 2.1.8 compilers.
As a potential solution, I searched for mirrors, but was unable to find any. In addition, I also checked GitHub for the GGTS source for this release so I could compile it myself, but I didn't find that either.
You can change the version directly in the URL so this one should work:
http://download.springsource.com/release/STS/3.5.1/dist/e4.4/groovy-grails-tool-suite-3.5.1.RELEASE-e4.4-win32-x86_64.zip
I hope that helps.
The GGTS 3.5.1 32bit version is here:
http://download.springsource.com/release/STS/3.5.1/dist/e4.4/groovy-grails-tool-suite-3.5.1.RELEASE-e4.4-win32.zip
It has grails-2.3.8, tomcat 6 and 7.

Google Plugin for Eclipse not use last version of libraries

I am using Google Plugin for Eclipse and I add API from this plugin ("Plugin>Add Google APIs...").
I would like to know why it is not using the last versions of some libraries. For example, if I add Drive API from this plugin, it is not using last version of google-api-client (plugin is using 1.16 and release 1.18 is available).
I use the last version of Google Plugin for Eclipse.
Is it normal?
Thank you.
This is a bug in Google Plugin for Eclipse. For now, you can, of course, download the latest version of the API from https://developers.google.com/api-client-library/java/apis/.
(BTW, are you sure GPE used version 1.16 and not version 1.12?)