mibexsoftware / sonar-bitbucket-plugin

SonarQube plug-in to create pull request comments for found issues in Bitbucket Cloud
Other
122 stars 72 forks source link

Release 1.2.2 miss of the binary (jar) file #69

Closed nfalco79 closed 5 years ago

nfalco79 commented 6 years ago

There is no binary file for version 1.2.2 in the release page

kmalmur commented 6 years ago

the same for 1.2.3

nfalco79 commented 6 years ago

No luck

andtrobs commented 6 years ago

Hi @mrueegg are there any plans to provide the jar file for release 1.2.3?

vseveryn commented 6 years ago

meanwhile 1.2.3 can be downloaded here

ilyar commented 6 years ago
git clone git@github.com:mibexsoftware/sonar-bitbucket-plugin.git
docker run -it --rm -w /opt/maven \
   -v $PWD:/opt/maven \
   -v $HOME/.m2:/root/.m2 \
   maven:3.3-jdk-8 \
   mvn clean install

https://github.com/mibexsoftware/sonar-bitbucket-plugin/pull/85

nfalco79 commented 5 years ago

Seems there is not avaiability for next releases to be published in github