summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-2/+2
|
* [maven-release-plugin] prepare for next development iterationTom2016-04-071-2/+2
|
* [maven-release-plugin] prepare release 5.5Tom2016-04-071-2/+2
|
* update to parent POM 31Sébastien Lesaint2016-04-061-1/+1
|
* SONAR-7436 replace JMX/RMI by HTTPSimon Brandhof2016-04-051-0/+5
|
* SONAR-7524 Update embedded C# plugin to 5.0Julien HENRY2016-04-051-1/+1
|
* SONAR-7522 Update embedded JavaScript plugin to 2.11Julien HENRY2016-04-051-1/+1
|
* SONAR-7521 Update Java plugin to 3.12Julien HENRY2016-04-051-1/+1
|
* SONAR-7520 Update embedded SVN plugin to 1.3Julien HENRY2016-04-051-1/+1
|
* SONAR-7519 Update embedded Git plugin to 1.2Julien HENRY2016-04-051-2/+2
|
* SONAR-7510 add sonar-plugin-bridge and ReportAnalysisComponentProviderSébastien Lesaint2016-03-311-6/+1
| | | | | new sonar-plugin-bridge maven module replaces modules sonar-dev-cockpit-bridge and sonar-governance-bridge ReportAnalysisComponentProvider generalizes loading component in the Compute Engine task processing analysis report which was specifically in Dev Cockpit before, as a method of DevCockpitBridge
* Update com.github.eirslett:frontend-maven-plugin to fix proxy issueMarc-Andre Laperle2016-03-241-1/+1
| | | | | | | | Behind a proxy, it was not possible to build Sonarqube because it failed to download node-v4.2.4-linux-x64.tar.gz, for example. Updating com.github.eirslett:frontend-maven-plugin fixes this issue. Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
* Update scanner report to protobuf 3 (imply SONAR-7497)Julien HENRY2016-03-231-1/+1
|
* SONAR-7428 Remove sonar-views-bridgeJulien Lancelot2016-03-231-5/+0
|
* Rename batch into scannerJulien HENRY2016-03-181-6/+6
|
* Revert orchestrator version to 3.11-build315Duarte Meneses2016-03-161-1/+1
|
* Fix orchestrator versionDuarte Meneses2016-03-161-1/+1
|
* Drop commons-collectionsSimon Brandhof2016-03-131-5/+0
|
* Upgrade to Elasticsearch 1.7.5Simon Brandhof2016-03-101-1/+1
|
* Upgrade Apache Commons Collections to v3.2.2Justine Tunney2016-03-081-1/+1
| | | | | | | | | | | Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of vulnerability that exists. By merely existing on the classpath, this library causes the Java serialization parser for the entire JVM process to go from being a state machine to a turing machine. A turing machine with an exec() function! https://commons.apache.org/proper/commons-collections/security-reports.html http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
* add module sonar-governance-bridgeSébastien Lesaint2016-02-241-0/+5
|
* Add upgrade testsSimon Brandhof2016-02-221-1/+2
|
* Fix and move perf testsSimon Brandhof2016-02-101-2/+3
|
* Enable QA pipeline at SonarSourceSimon Brandhof2016-02-101-0/+6
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|
* SONAR-7261 Embed Java 3.10Julien Lancelot2016-02-081-1/+1
|
* SONAR-7261 Embed JavaScript and C# pluginsJulien Lancelot2016-02-041-1/+21
| | | | And use latest version of the Java plugin
* SONAR-5582 drop jfreechartSimon Brandhof2016-02-021-5/+0
|
* Fix deployment to Artifactory by upgrading to parent 28Simon Brandhof2016-01-301-1/+1
|
* Upgrade to parent 27Simon Brandhof2016-01-301-94/+1
|
* Enable deploy to SonarSource maven repositorySimon Brandhof2016-01-291-7/+96
|
* Upgrade to Tomcat 8.0.30Simon Brandhof2016-01-261-1/+1
|
* SONAR-6226 Create IdentityProvider APIJulien Lancelot2016-01-251-1/+0
|
* Fix project title in copyright headersSimon Brandhof2016-01-131-2/+1
|
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-188/+5
|
* Automatic merge from branch-5.3Jenkins CI2015-12-181-14/+14
|\ | | | | | | | | | | * origin/branch-5.3: [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.3-RC2
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-12-171-2/+2
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-16/+16
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-6905 replace analysis-details.json by report-task.txtsimonbrandhof2015-12-041-0/+10
|
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-10/+5
|
* SONAR-6809 Remove sonar-java-api from distributionJulien HENRY2015-11-301-15/+0
|
* SONAR-7058 Update bundled Java plugin to 3.7.1Julien HENRY2015-11-201-1/+1
|
* Upgrade to frontend-m-p 0.26Simon Brandhof2015-11-181-1/+1
| | | | | | | | | | | | | | It fixes the following recurrent error when switching branches: Caused by: java.lang.IllegalArgumentException: /Users/sbrandhof/dev/core/sonarqube/server/sonar-web/./node/npm is not a directory at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:891) at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:869) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.installNpm(NodeAndNPMInstaller.java:158) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.install(NodeAndNPMInstaller.java:79) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller.install(NodeAndNPMInstaller.java:52) at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndNpmMojo.execute(InstallNodeAndNpmMojo.java:81) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) ... 12 more
* SONAR-7027 add DevCockpitBridge and start/stop Dev Cockpit pluginSébastien Lesaint2015-11-181-0/+5
| | | | add Maven module sonar-dev-cockpit-bridge
* Another attempt to exclude generated protobuf filesJulien HENRY2015-11-091-2/+2
|
* SONAR-6998 Remove injection of MavenProject in module IoC containerJulien HENRY2015-11-051-11/+0
|
* Exclude protobuf generated files from the SQ analysisJulien HENRY2015-11-051-0/+6
|
* Fix profile coverage-per-testSimon Brandhof2015-11-031-1/+1
|
* Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-291-1/+145
| | | | | | | | | | | | Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).