aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
|
* [maven-release-plugin] prepare release 5.5-RC15.5-RC1Tom2016-04-071-1/+1
|
* [maven-release-plugin] prepare for next development iterationTom2016-04-071-1/+1
|
* [maven-release-plugin] prepare release 5.5Tom2016-04-071-1/+1
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|
* Merge pull request #742 from SonarSource/feature/stas/selenium-js-logsStas Vilchik2016-02-041-0/+4
|\ | | | | dump js logs in failed selenium tests
| * Exclude files generated by protobuf from SQ analysisEvgeny Mandrikov2016-01-281-0/+4
| | | | | | | | This was already done for other modules, but not for sonar-core.
* | SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
|/
* Cut dependency between sonar-core and sonar-homeJulien HENRY2016-01-191-4/+0
|
* Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+16
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+16
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC4Thomas Vérin2015-10-271-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-201-1/+1
| |
| * [maven-release-plugin] prepare release 5.2-RC35.2-RC3Thomas Vérin2015-10-201-1/+1
| |
* | Execute Protocol Buffer compiler during buildEvgeny Mandrikov2015-10-291-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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).
* | Upgrade version to 5.3-SNAPSHOTThomas Vérin2015-10-131-1/+1
|/
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-121-1/+1
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-121-1/+1
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-091-14/+5
|
* Improve utility org.sonar.core.util.ProtobufSimon Brandhof2015-07-221-0/+23
|
* Extract module sonar-dbSimon Brandhof2015-07-041-80/+1
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-30/+0
|
* Drop Hibernate from serverSimon Brandhof2015-06-181-0/+10
|
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-051-1/+2
|
* SONAR-6370 rename module sonar-api-deps to sonar-plugin-api-depsSimon Brandhof2015-05-281-3/+3
|
* SONAR-6370 Package deprecated API dependencies in a single JAR.Simon Brandhof2015-05-281-0/+33
| | | | | | This JAR file contains Guava, GSON and commons-*. It will be declared in the classloaders of "old" plugins that do not embed their own versions of these libraries.
* SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into ↵Simon Brandhof2015-05-281-0/+4
| | | | sonar-plugin-api
* SONAR-5382 Drop Java WS client librarySimon Brandhof2015-05-211-4/+0
|
* SONAR-6278 Stop relying on graph to store testsJulien HENRY2015-05-211-22/+0
|
* SONAR-6562 bring back sonar-squid 4.1 as a runtime dependencySimon Brandhof2015-05-201-0/+5
|
* SONAR-6555 Drop design related features on batch sideJulien HENRY2015-05-191-0/+4
|
* SONAR-6517 merge sonar-deprecated into sonar-plugin-apiSimon Brandhof2015-05-191-14/+0
| | | | It allows to use the shaded and relocated dependencies of sonar-plugin-api
* SONAR-6517 remove dependency of sonar-plugin-api on picocontainerSimon Brandhof2015-05-191-0/+4
|
* SONAR-6370 isolate plugin classloader from coreSimon Brandhof2015-05-111-10/+4
|
* Remove coupling of sonar-plugin-api on Guava 10Simon Brandhof2015-04-161-0/+7
| | | | in order to prepare upgrade to Guava 18 in core codebase
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-101-0/+24
|
* Automatic merge from branch-5.0Jenkins CI2014-12-111-2/+1
|\ | | | | | | | | | | | | | | * origin/branch-5.0: Remove unused ruby files (issues2 MVC) [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release 5.0-RC1 SONAR-5923 A project admin user cannot delete a project
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-12-111-1/+1
| |
| * [maven-release-plugin] prepare release 5.0-RC15.0-RC1Eric Hartmann2014-12-111-3/+2
| |
* | Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|/
* Centralize algorithm of UUID generationSimon Brandhof2014-11-211-17/+2
|
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-1/+12
|
* Execute tests on non-h2 databases with the profile named "dbTests"Simon Brandhof2014-10-091-31/+0
|
* Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|
* Remove elasticsearch from sonar-core dependenciesSimon Brandhof2014-08-281-5/+0
|