aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven-plugin/src/main
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-5705 Restore internal mojo to have clean failureJulien HENRY2015-01-061-0/+54
|
* SONAR-5705 Drop support of Maven 2Julien HENRY2014-10-232-263/+0
|
* SONAR-5604 Fix dependency injection when using old versions of the Maven pluginJulien HENRY2014-09-121-136/+3
|
* Fix some quality flawsJulien HENRY2014-09-111-4/+4
|
* SONAR-5604 Fix JSON of dependency injected by old Maven pluginJulien HENRY2014-09-101-4/+3
|
* SONAR-5604 Design plugin should no more rely on Maven APIsJulien HENRY2014-09-101-1/+137
|
* Revert "SONAR-5604 Design plugin should no more rely on Maven APIs"Julien HENRY2014-09-091-137/+1
| | | | This reverts commit cc3cabc3e7aa9c1467d2994ef78ae38c16f2e0dd.
* SONAR-5604 Design plugin should no more rely on Maven APIsJulien HENRY2014-09-081-1/+137
|
* Revert "SONAR-5051 Support Maven encryption mechanism for SonarQube passwords"Julien HENRY2014-04-242-59/+0
| | | | This reverts commit 854f66c3360141bcdd5c59dd5b6215472ee8ca17.
* Fix some quality flawsJulien HENRY2014-03-261-6/+10
|
* SONAR-5051 Support Maven encryption mechanism for SonarQube passwordsJulien HENRY2014-03-242-4/+60
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-112-2/+2
|
* Fixed warnings in sonar-maven-pluginSimon Brandhof2014-01-291-3/+3
|
* Fix quality flawsJulien Lancelot2013-08-201-1/+5
|
* SONAR-4547 improve support of MessageExceptionSimon Brandhof2013-08-162-19/+62
|
* SONAR-4493 End of support of Maven 2.0 and 2.1Julien HENRY2013-07-151-5/+11
|
* SONAR-4433 refactor the extension point ProjectBootstrapperSimon Brandhof2013-07-031-5/+5
|
* Remove unused classJulien HENRY2013-06-271-46/+0
|
* Fix some quality flawsJulien HENRY2013-06-261-1/+1
|
* SONAR-4047 Maven command line properties were not passed to Sonar RunnerJulien HENRY2013-06-201-7/+5
|
* Add missing license headerJulien HENRY2013-06-191-8/+8
|
* SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1Julien HENRY2013-06-193-91/+126
| | | | | * now use Sonar Runner embedded to run Sonar * also updated Maven plugins to make Sonar build pass with Maven 3.1
* Revert "SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1"Julien HENRY2013-06-172-70/+28
| | | | This reverts commit ceaddeb0db54d29fd67d11f23488f61f85041446.
* Revert "Add missing license headers"Julien HENRY2013-06-171-19/+0
| | | | This reverts commit ffd92ddf3507c0b5ca28cc9ca31c2434bd077ae3.
* Add missing license headersJulien HENRY2013-06-171-0/+19
|
* SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1Julien HENRY2013-06-172-28/+70
| | | | | * now use Sonar Runner embedded to run Sonar * also updated Maven plugins to make Sonar build pass with Maven 3.1
* Update copyright headersSimon Brandhof2013-04-222-8/+8
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-212-6/+6
|
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-132-2/+2
|
* 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.