aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Minimize sonar-plugin-apiDuarte Meneses2017-04-281-1/+1
|
* SONAR-9057 add module sonar-ce-apiSébastien Lesaint2017-04-271-0/+5
| | | | this module provides code shared by sonar-web and sonar-ce
* Upgrade frontend-maven-plugin from 1.3 to 1.4Simon Brandhof2017-04-131-1/+1
|
* Increase min version of Maven from 3.0.5 to 3.2Simon Brandhof2017-04-131-0/+4
| | | | 3.0.5 was defined in parent pom
* Upgrade jacoco-maven-plugin from 0.7.5 to 0.7.9Simon Brandhof2017-04-131-1/+1
|
* Upgrade maven-surefire-plugin from 2.19.1 to 2.20Simon Brandhof2017-04-131-1/+1
|
* SONAR-7860 Remove CodeColorizerFormat APIDuarte Meneses2017-03-161-1/+0
|
* SONAR-8816 automatic election of web leader in cluster modeSimon Brandhof2017-03-131-0/+5
|
* Upgrade to parent 40Julien Lancelot2017-03-031-1/+1
|
* Automatic merge from branch-6.3ssjenka2017-02-271-6/+5
|\ | | | | | | | | * origin/branch-6.3: BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven paraller execution) by beanshell-maven-plugin
| * BUILD-384 Replace usage of groovy-maven-plugin (not compliant with Maven ↵David Rautureau2017-02-241-6/+5
| | | | | | | | paraller execution) by beanshell-maven-plugin
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-221-1/+1
| |
| * Publish version 6.3-RC3Simon Brandhof2017-02-221-1/+1
| |
* | SONAR-8818 Add Hazelcast and its configuration (#1699)Eric Hartmann2017-02-261-0/+7
| | | | | | * SONAR-8818 Introduce Hazelcast
* | Use project build dir as temporary dir for testsSimon Brandhof2017-02-261-0/+2
| |
* | Drop usages of MyBatis#openSession()Simon Brandhof2017-02-261-4/+7
| | | | | | | | in favor of DbClient#openSession()
* | Remove unused maven-release-pluginSimon Brandhof2017-02-211-23/+0
| |
* | Remove unused Maven enforcer about Java 8Simon Brandhof2017-02-211-21/+0
| |
* | Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-45/+0
| |
* | Drop unused dependency xpp3Simon Brandhof2017-02-191-5/+0
| |
* | Drop dependency on deprecated sonar-graphSimon Brandhof2017-02-191-5/+0
| |
* | Drop unused dependency bean-matchersSimon Brandhof2017-02-191-12/+0
| |
* | Drop dependency xmlunitSimon Brandhof2017-02-191-5/+0
| | | | | | | | Replaced by assertJ assertThat().isXmlEqualTo()
* | Move temp dir of build outsite projectSimon Brandhof2017-02-191-1/+0
| | | | | | | | | | | | Overriding java.io.tmpdir does not allow to detect issues with canonical path in tests. Moreover this complex (and useless) configuration does not allow to support Gradle.
* | split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-171-2/+17
| |
* | Prepare for next development iterationSimon Brandhof2017-02-141-1/+1
|/
* SONAR-8545 Upgrade Tomcat from 8.5.9 to 8.5.11Simon Brandhof2017-02-111-1/+1
|
* Drop the unused coverage-per-test profile from pomSimon Brandhof2017-02-101-34/+0
|
* Drop the m2eclipse configuration from pomSimon Brandhof2017-02-101-80/+0
|
* SONAR-8566 upgrade PHP pluginSimon Brandhof2017-02-101-1/+1
|
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-1/+1
|
* SONAR-8637 Use new versions of update center and maven packagerTeryk Bellahsene2017-02-101-2/+2
|
* SONAR-8646 Embed SonarFlexJulien Lancelot2017-02-101-1/+23
|
* SONAR-8566 upgrade SonarSource pluginsSimon Brandhof2017-02-101-6/+11
|
* SONAR-8646 Embed SonarPHP and SonarPythonJulien Lancelot2017-02-061-0/+50
|
* Upgrade to orchestrator 3.15.0.917Simon Brandhof2017-02-011-1/+1
| | | | Fix authorization when tests reset db data throuh
* Upgrade temporarily to latest build of orchestratorSimon Brandhof2017-02-011-1/+1
| | | | | | in order to investigate the DB connection orphans faced on the QA environment. Problem seems to come from timeout when test triggers api/orchestrator/reset.
* SONAR-8566 Upgrade bundled SonarSource pluginsSimon Brandhof2017-01-251-4/+4
|
* SONAR-8702 Upgrade Elasticsearch to 2.4.4Simon Brandhof2017-01-251-1/+1
|
* SONAR-8684 Remove Rails filesJulien Lancelot2017-01-241-11/+0
|
* update orchestrator to released version 3.14.0.887Sébastien Lesaint2017-01-131-1/+1
|
* Drop unused maven extension wagon-webdavSimon Brandhof2017-01-111-5/+0
| | | | | Artifacts are now deployed by Artifactory maven plugin, not through webdav.
* SONAR-8458 store semantic version in sq-version.txtDavid Rautureau2017-01-111-0/+5
| | | | | | | | | | Scanners load the file sq-version.txt to get the version of SonarQube. Some scanners, for example Maven, do not correctly support the new format on 4 fields. For this reason a 3-digits format must be kept for backward-compatibility. The complete version in the new format is available in the new file sonar-api-version.txt
* SONAR-7300 Use last version of OrchestratorJulien Lancelot2017-01-101-1/+1
|
* SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5Simon Brandhof2017-01-061-6/+1
|
* Revert "SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5"Simon Brandhof2017-01-051-1/+6
| | | | This reverts commit 0f32d3adc4c4a9f2bfb4a2504b924bd90a05326b.
* SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5Simon Brandhof2017-01-051-6/+1
|
* Fix build of test pluginsJulien HENRY2017-01-031-15/+0
| | | | This will at the same time fix Maven errors in Eclipse
* Add missing versions of maven-clean-plugin and maven-jar-pluginSimon Brandhof2017-01-031-0/+10
|
* Upgrade some Maven pluginsSimon Brandhof2017-01-031-7/+7
|