Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-5705 Restore internal mojo to have clean failure | Julien HENRY | 2015-01-06 | 1 | -0/+54 |
| | |||||
* | SONAR-5705 Drop support of Maven 2 | Julien HENRY | 2014-10-23 | 2 | -263/+0 |
| | |||||
* | SONAR-5604 Fix dependency injection when using old versions of the Maven plugin | Julien HENRY | 2014-09-12 | 1 | -136/+3 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-09-11 | 1 | -4/+4 |
| | |||||
* | SONAR-5604 Fix JSON of dependency injected by old Maven plugin | Julien HENRY | 2014-09-10 | 1 | -4/+3 |
| | |||||
* | SONAR-5604 Design plugin should no more rely on Maven APIs | Julien HENRY | 2014-09-10 | 1 | -1/+137 |
| | |||||
* | Revert "SONAR-5604 Design plugin should no more rely on Maven APIs" | Julien HENRY | 2014-09-09 | 1 | -137/+1 |
| | | | | This reverts commit cc3cabc3e7aa9c1467d2994ef78ae38c16f2e0dd. | ||||
* | SONAR-5604 Design plugin should no more rely on Maven APIs | Julien HENRY | 2014-09-08 | 1 | -1/+137 |
| | |||||
* | Revert "SONAR-5051 Support Maven encryption mechanism for SonarQube passwords" | Julien HENRY | 2014-04-24 | 2 | -59/+0 |
| | | | | This reverts commit 854f66c3360141bcdd5c59dd5b6215472ee8ca17. | ||||
* | Fix some quality flaws | Julien HENRY | 2014-03-26 | 1 | -6/+10 |
| | |||||
* | SONAR-5051 Support Maven encryption mechanism for SonarQube passwords | Julien HENRY | 2014-03-24 | 2 | -4/+60 |
| | |||||
* | Update copyright headers (replace 2013 by 2014) | Simon Brandhof | 2014-03-11 | 2 | -2/+2 |
| | |||||
* | Fixed warnings in sonar-maven-plugin | Simon Brandhof | 2014-01-29 | 1 | -3/+3 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2013-08-20 | 1 | -1/+5 |
| | |||||
* | SONAR-4547 improve support of MessageException | Simon Brandhof | 2013-08-16 | 2 | -19/+62 |
| | |||||
* | SONAR-4493 End of support of Maven 2.0 and 2.1 | Julien HENRY | 2013-07-15 | 1 | -5/+11 |
| | |||||
* | SONAR-4433 refactor the extension point ProjectBootstrapper | Simon Brandhof | 2013-07-03 | 1 | -5/+5 |
| | |||||
* | Remove unused class | Julien HENRY | 2013-06-27 | 1 | -46/+0 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2013-06-26 | 1 | -1/+1 |
| | |||||
* | SONAR-4047 Maven command line properties were not passed to Sonar Runner | Julien HENRY | 2013-06-20 | 1 | -7/+5 |
| | |||||
* | Add missing license header | Julien HENRY | 2013-06-19 | 1 | -8/+8 |
| | |||||
* | SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1 | Julien HENRY | 2013-06-19 | 3 | -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 HENRY | 2013-06-17 | 2 | -70/+28 |
| | | | | This reverts commit ceaddeb0db54d29fd67d11f23488f61f85041446. | ||||
* | Revert "Add missing license headers" | Julien HENRY | 2013-06-17 | 1 | -19/+0 |
| | | | | This reverts commit ffd92ddf3507c0b5ca28cc9ca31c2434bd077ae3. | ||||
* | Add missing license headers | Julien HENRY | 2013-06-17 | 1 | -0/+19 |
| | |||||
* | SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1 | Julien HENRY | 2013-06-17 | 2 | -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 headers | Simon Brandhof | 2013-04-22 | 2 | -8/+8 |
| | |||||
* | SONAR-4252 rename Sonar to SonarQube in source headers | Simon Brandhof | 2013-04-21 | 2 | -6/+6 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 2 | -2/+2 |
| | |||||
* | Remove warnings | David Gageot | 2012-05-23 | 1 | -3/+2 |
| | |||||
* | Sanitize batch bootstrapper | Simon Brandhof | 2012-01-13 | 1 | -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.showSql | Simon Brandhof | 2012-01-12 | 2 | -52/+15 |
| | |||||
* | Update copyright header for this new year | Simon Brandhof | 2012-01-10 | 2 | -2/+2 |
| | |||||
* | Remove the field %logger from Logback configuration of Maven plugins | simonbrandhof | 2011-11-14 | 1 | -1/+1 |
| | |||||
* | Fix loading of Gradle global properties | simonbrandhof | 2011-11-13 | 1 | -2/+1 |
| | |||||
* | Limit size of the logger field in logs | simonbrandhof | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | Add logger to Maven2 logback configuration | simonbrandhof | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Remove unused logger org.sonar.DBSTATISTICS | simonbrandhof | 2011-10-30 | 1 | -5/+0 |
| | |||||
* | SONAR-2914 disable BeanUtils DEBUG logs when sonar.verbose is enabled | simonbrandhof | 2011-10-30 | 1 | -0/+5 |
| | |||||
* | SONAR-2914 Add the parameter sonar.verbose | Simon Brandhof | 2011-10-18 | 1 | -1/+9 |
| | |||||
* | SONAR-2719 add brackets to timestamp | Simon Brandhof | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | SONAR-2719 support Maven 3 | Simon Brandhof | 2011-10-10 | 1 | -3/+31 |
| | |||||
* | SONAR-2719 add timestamp to maven logs | simonbrandhof | 2011-10-09 | 2 | -36/+23 |
| | |||||
* | SONAR-2861 New Configuration API | simonbrandhof | 2011-10-07 | 1 | -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.ProjectBuilder | simonbrandhof | 2011-05-27 | 1 | -6/+5 |
| | |||||
* | SONAR-2298 Fix bug, when root project not a first one in Maven reactor | Evgeny Mandrikov | 2011-05-06 | 1 | -1/+1 |
| | | | | This situation shouldn't lead to partial analysis. | ||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 1 | -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 EnvironmentInformation | Evgeny Mandrikov | 2011-02-04 | 1 | -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 headers | simonbrandhof | 2011-02-04 | 2 | -2/+2 |
| | |||||
* | SONAR-1800: Fix issue with ClassLoader for Maven 3.x and Java 1.5 | Evgeny Mandrikov | 2011-01-29 | 1 | -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. |