Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2856 Upgrade to cobertura-maven-plugin 2.5.1 | Evgeny Mandrikov | 2011-10-05 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 |
| | |||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.10-SNAPSHOT | Simon Brandhof | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | temporary reverting to 2.9-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.10-SNAPSHOT | simonbrandhof | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Reduce technical debt | simonbrandhof | 2011-05-05 | 1 | -0/+1 |
| | |||||
* | Prepare for next development iteration | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Prepare 2.8-RC1 | Evgeny Mandrikov | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | SONAR-2321 Fix test for Windows | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-2321 Cobertura plugin must not search for XML reports when Cobertura ↵ | Evgeny Mandrikov | 2011-04-28 | 4 | -41/+79 |
| | | | | has not been executed | ||||
* | SONAR-2372 Upgrade to maven-cobertura-plugin 2.5 | Evgeny Mandrikov | 2011-04-20 | 2 | -2/+2 |
| | |||||
* | Improve ProjectFileSystem | Evgeny Mandrikov | 2011-04-12 | 1 | -3/+3 |
| | | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem | ||||
* | SONAR-1898 Introduce new entry point - SonarPlugin | Evgeny Mandrikov | 2011-04-04 | 1 | -18/+1 |
| | |||||
* | Fix some violations | simonbrandhof | 2011-04-01 | 1 | -2/+2 |
| | |||||
* | Upgrade master to version 2.8-SNAPSHOT | simonbrandhof | 2011-03-29 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC3 | simonbrandhof | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC1 | simonbrandhof | 2011-03-22 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.7-RC2 | simonbrandhof | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | sonar-plugin-api must be declared with scope provided in plugins | Evgeny Mandrikov | 2011-03-04 | 1 | -1/+1 |
| | | | | * It prevents embedding additional dependencies. | ||||
* | SONAR-2213 Cobertura: initializer should set correct report path | Evgeny Mandrikov | 2011-03-01 | 2 | -5/+31 |
| | |||||
* | SONAR-2246 Cobertura: wrong uncovered lines and uncovered conditions on ↵ | simonbrandhof | 2011-02-28 | 2 | -0/+52 |
| | | | | anonymous classes | ||||
* | Remove System.out | simonbrandhof | 2011-02-25 | 1 | -1/+0 |
| | |||||
* | API: fix CoverageMeasuresBuilder for Cobertura | simonbrandhof | 2011-02-25 | 1 | -20/+0 |
| | |||||
* | SONAR-2218 Add CoverageMeasuresBuilder to API + add Metric.Builder, first ↵ | simonbrandhof | 2011-02-25 | 2 | -128/+47 |
| | | | | step to get an immutable Metric class | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.62.6 | simonbrandhof | 2011-02-18 | 1 | -1/+1 |
| | |||||
* | SONAR-2172: New extension point - Initializer | Evgeny Mandrikov | 2011-02-07 | 1 | -6/+3 |
| | | | | | | * Rename AbstractInitializer to Initializer * Execute Initializers before Sensors | ||||
* | SONAR-2172: New extension point - AbstractInitializer | Evgeny Mandrikov | 2011-02-05 | 5 | -78/+189 |
| | | | | | | | | | * Mark interface DependsUponMavenPlugin by annotation SupportedEnvironment with value "maven" * Extract CoberturaMavenInitializer from CoberturaSensor * Extract CloverMavenInitializer from CloverSensor | ||||
* | Upgrade copyright headers | simonbrandhof | 2011-02-04 | 9 | -9/+9 |
| | |||||
* | Add profile to check copyright headers + fix some badly formatted headers | simonbrandhof | 2011-01-31 | 3 | -0/+57 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.6-M1 | simonbrandhof | 2011-01-28 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5-RC1 | simonbrandhof | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | revert trunk version to 2.5-SNAPSHOT | simonbrandhof | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.5 | simonbrandhof | 2010-12-24 | 1 | -1/+1 |
| | |||||
* | SONAR-2011: Remove dependency on maven-common-artifact-filters from ↵ | Godin | 2010-12-03 | 1 | -0/+10 |
| | | | | sonar-plugin-api | ||||
* | [maven-release-plugin] prepare for next development iteration | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| | |||||
* | [maven-release-plugin] prepare release 2.4-RC1 | simonbrandhof | 2010-11-09 | 1 | -1/+1 |
| |