aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven-plugin/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove warningsDavid Gageot2012-05-231-3/+2
|
* Sanitize batch bootstrapperSimon Brandhof2012-01-131-27/+21
| | | | | - by default Logback is configured by batch, not by bootstrappers - ability to delegate logging to bootstrappers (require a SLF4J implementation)
* SONAR-2959 Add the property sonar.showSqlSimon Brandhof2012-01-122-52/+15
|
* Update copyright header for this new yearSimon Brandhof2012-01-102-2/+2
|
* Remove the field %logger from Logback configuration of Maven pluginssimonbrandhof2011-11-141-1/+1
|
* Fix loading of Gradle global propertiessimonbrandhof2011-11-131-2/+1
|
* Limit size of the logger field in logssimonbrandhof2011-11-121-1/+1
|
* Add logger to Maven2 logback configurationsimonbrandhof2011-11-111-1/+1
|
* Remove unused logger org.sonar.DBSTATISTICSsimonbrandhof2011-10-301-5/+0
|
* SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabledsimonbrandhof2011-10-301-0/+5
|
* SONAR-2914 Add the parameter sonar.verboseSimon Brandhof2011-10-181-1/+9
|
* SONAR-2719 add brackets to timestampSimon Brandhof2011-10-101-1/+1
|
* SONAR-2719 support Maven 3Simon Brandhof2011-10-101-3/+31
|
* SONAR-2719 add timestamp to maven logssimonbrandhof2011-10-092-36/+23
|
* SONAR-2861 New Configuration APIsimonbrandhof2011-10-071-1/+1
| | | | | | | | The component org.apache.commons.Configuration is still available but plugins should use org.sonar.api.config.Settings. It also implies the following issues : SONAR-2870 do not rebuild the WAR file when editing sonar.properties SONAR-2869 allow to use the annotations @Properties/@Property on extensions
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-6/+5
|
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-061-1/+1
| | | | This situation shouldn't lead to partial analysis.
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-261-4/+8
| | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-4/+17
| | | | | | | * Each environment should provide key and version * Plugins for Maven 2.x and Maven 3.x have same key "Maven" and provide a real version of Maven
* Upgrade copyright headerssimonbrandhof2011-02-042-2/+2
|
* SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5Evgeny Mandrikov2011-01-291-43/+16
| | | | | | | * Restore context ClassLoader after execution of Maven plugin. * Add abstract implementation of MavenPluginExecutor to reduce duplications in concrete implementations for different Maven versions.
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-181-8/+8
| | | | | | | | | | | * Add new environment - Ant. * Introduce new component (Reactor) in order to break dependency on MavenSession. * Add annotation SupportedEnvironment and corresponding check to BatchPluginRepository. To allow specify in which environments BatchExtension should be active. * Use this new annotation to disable MavenDependenciesSensor in Ant environment.
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-062-0/+253
value of rule parameters in Q profile console