aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3786 Rewrite the "Tests" tabulation in the source viewer to drop use ↵Julien Lancelot2012-11-211-1/+0
| | | | of GWT
* SONAR-3939 add the property sonarGwt.versionSimon Brandhof2012-11-121-0/+1
|
* SONAR-3945 fix dependency on sonar-gwt-api 3.3.1Simon Brandhof2012-11-121-7/+1
|
* Revert "SONAR-3945 - Drop GWT API"Simon Brandhof2012-11-121-2/+3
| | | | This reverts commit 5d5df25d59314d68c80b9f3b2fcd53a4154ef56c.
* SONAR-3945 - Drop GWT APISimon Brandhof2012-11-081-3/+2
|
* Remove useless Maven dependenciesSimon Brandhof2012-11-071-18/+19
|
* SONAR-3934 Extract sonar-jacoco-plugin into Sonar JavaEvgeny Mandrikov2012-11-071-1/+5
|
* SONAR-3934 Extract sonar-cobertura-plugin into Sonar JavaEvgeny Mandrikov2012-11-071-1/+5
|
* SONAR-3934 Extract sonar-surefire-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-1/+5
|
* SONAR-3934 Extract sonar-checkstyle-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-1/+5
|
* SONAR-3934 Extract sonar-pmd-plugin into Sonar JavaEvgeny Mandrikov2012-11-061-1/+5
|
* SONAR-3895 Draft of export and can work when project doesn't existDavid Gageot2012-10-291-0/+5
|
* SONAR-3895 execute bootstrap extensions (liek ProjectBuilder) before ↵Simon Brandhof2012-10-261-1/+1
| | | | initializing db
* Use the released version of Sonar Java 1.0Eric Hartmann2012-10-231-1/+1
|
* Upgrade version to 3.4-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* Update Sonar Java to 1.0-SNAPSHOTEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-161-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC2Eric Hartmann2012-10-161-1/+1
|
* Update to Sonar Java 1.0-RC2Eric Hartmann2012-10-161-1/+1
|
* SONAR-3876 Backslash characters are duplicated on PostgreSQL 9.1Simon Brandhof2012-10-151-2/+2
|
* Upgrade Sonar Java to 1.0-SNAPSHOTEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare for next development iterationEric Hartmann2012-10-111-1/+1
|
* [maven-release-plugin] prepare release 3.3-RC1Eric Hartmann2012-10-111-9/+8
|
* Set the Sonar Java version to 1.0-RC1Eric Hartmann2012-10-111-1/+1
|
* Updated pluginsDavid Gageot2012-10-061-13/+13
|
* Use snapshot version of sonar-javaEvgeny Mandrikov2012-09-261-1/+1
|
* Update to 3.3-SNAPSHOTGAUDIN2012-09-261-1/+1
|
* Update to 3.3-M5GAUDIN2012-09-261-2/+2
|
* Set versions to 3.3-SNAPSHOT and Soanr Java to 1.0-SNAPSHOTEric Hartmann2012-09-181-2/+2
|
* Update Sonar version to 3.3-M4 and Sonar Java to 1.0-M3Eric Hartmann2012-09-181-2/+2
|
* Get rid of unnecessary files in assemblyEvgeny Mandrikov2012-09-141-1/+1
| | | | | | This requires upgrade of maven-assembly-plugin to 2.2.2 because of MASSEMBLY-570. Also should be noted that upgrade to 2.3 more complicated - see comments for MASSEMBLY-449.
* Move declaration of sonar-java version to parent pomSimon Brandhof2012-09-141-8/+19
|
* Update to 3.3-SNAPSHOTEric Hartmann2012-09-141-1/+1
|
* Update to 3.3-M2Eric Hartmann2012-09-141-1/+1
|
* Remove sonar-squid-java-plugin from buildEvgeny Mandrikov2012-09-101-1/+0
| | | | It's not used anymore and will be removed soon.
* Upgrade JRuby on Rails stackSimon Brandhof2012-09-061-12/+7
| | | | | | * SONAR-3780 drop support of servlet 2.4 servers * SONAR-3435 upgrade jruby from 1.6.1 to 1.6.7.2 * SONAR-3737 upgrade rails from 2.3.5 to 2.3.14
* SONAR-3777 Move Batch Bootstrapper classes from Sonar to Sonar RunnerFabrice Bellingard2012-09-051-1/+0
|
* Use external sonar-java-pluginEvgeny Mandrikov2012-09-051-1/+0
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Automatic merge from branch-3.2Jenkins CI2012-07-231-8/+7
|\
| * [maven-release-plugin] prepare for next development iterationEric Hartmann2012-07-231-1/+1
| |
| * [maven-release-plugin] prepare release 3.2-RC1Eric Hartmann2012-07-231-9/+8
| |
* | Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|/
* Fix deployment of javadocSimon Brandhof2012-07-231-7/+20
|
* Update to latest Update Center 1.3Eric Hartmann2012-07-211-1/+1
|
* Update Center improvementsSimon Brandhof2012-07-141-1/+1
| | | | | | | | | | * SONAR-3661 API: new component org.sonar.api.utils.UriReader * SONAR-3660 The property sonar.updatecenter.url must support local files * SONAR-3659 Availability of Update Center with non-RELEASE versions of Sonar * SONAR-2008 Enable updates from SNAPSHOT versions for plugins
* Support null values without jdbctypes in MyBatisDavid Gageot2012-07-101-1/+1
|
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-051-0/+1
|
* Replacing Derby with H2David Gageot2012-07-031-20/+4
|