aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename batch into scannerJulien HENRY2016-03-181-111/+0
|
* Upgrade version to 5.5-SNAPSHOTEric Hartmann2016-02-091-1/+1
|
* SONAR-7226 deploy all artifacts to central, except SQ zipSimon Brandhof2016-02-041-16/+0
|
* Cut many dependencies on sonar-testing-harnessJulien HENRY2016-01-191-2/+18
|
* Automatic merge from branch-5.3Jenkins CI2015-12-181-2/+1
|\ | | | | | | | | | | * 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-1/+1
| |
| * [maven-release-plugin] prepare release 5.3-RC25.3-RC2Thomas Vérin2015-12-171-3/+2
| |
* | Upgrade version to 5.4-SNAPSHOTEric Hartmann2015-12-091-1/+1
|/
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-4/+6
|
* Exclude Report Viewer from SQ analysisJulien HENRY2015-11-181-0/+5
|
* SONAR-6922 Fix assembly sizeJulien HENRY2015-11-121-4/+3
|
* SONAR-6922 Minor improvements on Scanner Report ViewerJulien HENRY2015-11-121-0/+2
|
* SONAR-6922 Fix some quality flaws and provide executable JARJulien HENRY2015-11-091-0/+22
|
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+15
|\
| * 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-22/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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-4/+4
|
* Exclude generated protobuf codebase from analysisSimon Brandhof2015-09-111-0/+4
|
* SONAR-6703 load common rule parameters from batch reportSimon Brandhof2015-07-201-0/+4
|
* SONAR-6277 Add File source in reportJulien Lancelot2015-04-011-0/+5
|
* Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.Simon Brandhof2015-03-201-5/+0
| | | | This class supports lenient comparison of datetime values.
* Update pom to 5.2-SNAPSHOTJulien Lancelot2015-02-271-1/+1
|
* SONAR-2570 compress db table FILE_SOURCESSimon Brandhof2015-02-101-0/+4
|
* Use protocol buffers format for analysis reportsSimon Brandhof2015-02-021-0/+22
|
* SONAR-5945 Change format of batch reportJulien HENRY2015-01-081-0/+4
|
* Profile dbTests enables only the tests involving a databaseSimon Brandhof2014-12-101-7/+2
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-0/+2
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
| * Maven profiles for each technical stackSimon Brandhof2014-09-301-0/+12
| | | | | | | | and remove sonar-channel helpers from sonar-testing-harness
| * Update version to 4.5.1-SNAPSHOTEric Hartmann2014-09-291-1/+1
| |
| * Release 4.54.5Eric Hartmann2014-09-291-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC34.5-RC3Eric Hartmann2014-09-261-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC24.5-RC2Eric Hartmann2014-09-161-1/+1
| |
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2014-09-081-1/+1
| |
| * [maven-release-plugin] prepare release 4.5-RC14.5-RC1Eric Hartmann2014-09-081-1/+1
| |
* | Upgrade version to 5.0-SNAPSHOTEric Hartmann2014-09-041-1/+1
|/
* SONAR-4898 move sonar-server-app to sonar-serverSimon Brandhof2014-07-241-5/+0
|
* SONAR-5417 Get active rules using batch protocolJulien HENRY2014-07-181-0/+4
|