aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-7054 use ws-client in batchSimon Brandhof2015-11-301-5/+0
|
* SONAR-6809 Remove sonar-java-api from distributionJulien HENRY2015-11-301-5/+0
|
* Merge remote-tracking branch 'origin/branch-5.2'Simon Brandhof2015-10-301-0/+13
|\
| * Do not deploy internal artifacts to maven central repoSimon Brandhof2015-10-291-0/+13
| |
| * [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
| |
* | 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-10/+10
|
* use new rule WSDuarte Meneses2015-07-311-0/+4
|
* Extract module sonar-dbSimon Brandhof2015-07-041-19/+0
|
* SONAR-6588 drop db connection from batchSimon Brandhof2015-07-021-22/+0
|
* SONAR-6649 Move initialization of persistit cache to global contextDuarte Meneses2015-06-241-1/+1
|
* Revert merge to d70f025Duarte Meneses2015-06-231-1/+1
|
* SONAR-6649 Move initialization of persistit caches to global contextDuarte Meneses2015-06-231-1/+1
|
* Drop Hibernate from serverSimon Brandhof2015-06-181-0/+22
|
* SONAR-6370 Remove usage of sonar-java-api from batch and serverSimon Brandhof2015-06-051-4/+6
|
* SONAR-6370 isolate plugin classloader from core classesSimon Brandhof2015-06-051-0/+4
|
* SONAR-3821 Drop any Maven dependencyJulien HENRY2015-06-031-20/+0
|
* SONAR-6562 Remove sonar-squid 4.1 from API and runtime classpathSimon Brandhof2015-05-191-4/+0
|
* 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
* 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-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-0/+12
|
* SONAR-6134, SONAR-6048 Improve performance of FS indexationJulien HENRY2015-02-101-0/+1
|
* SONAR-6068 Improve performance of FileSystem query operationJulien HENRY2015-02-101-0/+18
|
* SONAR-6088 Remove old preview/h2 modeJulien HENRY2015-01-271-5/+6
|
* SONAR-6060 Move HTML report into the coreJulien HENRY2015-01-261-0/+5
|
* Replace fest-assert by assertJSimon Brandhof2015-01-101-10/+0
|
* SONAR-5945 Upload issues in analysis reportJulien HENRY2014-12-171-0/+4
|
* Upgrade version to 5.1-SNAPSHOTEric Hartmann2014-12-091-1/+1
|
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-231-6/+4
|
* Remove JFreeChart from batch classpathSimon Brandhof2014-10-231-1/+21
|
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-301-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+19
| | | | | | | | 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
| |
* | SONAR-5389 New dependency APIJulien HENRY2014-09-171-0/+5
| |
* | SONAR-2860 Drop commons-configurationJulien HENRY2014-09-051-2/+2
| |