aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core-maven-plugin
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-4/+4
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
|
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
|
* 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.
* Prepare for next development iterationEvgeny Mandrikov2011-05-031-1/+1
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-031-1/+1
|
* 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
* Upgrade master to version 2.8-SNAPSHOTsimonbrandhof2011-03-291-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-281-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC3simonbrandhof2011-03-281-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC1simonbrandhof2011-03-221-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-03-181-1/+1
|
* [maven-release-plugin] prepare release 2.7-RC2simonbrandhof2011-03-181-1/+1
|
* Remove useless configuration of maven-deploy-pluginEvgeny Mandrikov2011-03-041-5/+5
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-02-181-1/+1
|
* [maven-release-plugin] prepare release 2.62.6simonbrandhof2011-02-181-1/+1
|
* Replace enum Environment by class EnvironmentInformationEvgeny Mandrikov2011-02-041-11/+22
| | | | | | | * 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-292-97/+9
| | | | | | | * Restore context ClassLoader after execution of Maven plugin. * Add abstract implementation of MavenPluginExecutor to reduce duplications in concrete implementations for different Maven versions.
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-281-1/+1
|
* [maven-release-plugin] prepare release 2.6-M1simonbrandhof2011-01-281-1/+1
|
* SONAR-1514: Add support for a new Ant task to analyze projectsEvgeny Mandrikov2011-01-181-1/+4
| | | | | | | | | | | * 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.
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2011-01-051-1/+1
|
* [maven-release-plugin] prepare release 2.5-RC1simonbrandhof2011-01-051-1/+1
|
* revert trunk version to 2.5-SNAPSHOTsimonbrandhof2010-12-271-1/+1
|
* [maven-release-plugin] prepare release 2.5simonbrandhof2010-12-241-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare release 2.4-RC1simonbrandhof2010-11-091-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare release 2.3simonbrandhof2010-10-121-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-10-051-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC2simonbrandhof2010-10-051-1/+1
|
* upgrade trunk to 2.4-SNAPSHOTsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare for next development iterationsimonbrandhof2010-09-301-1/+1
|
* [maven-release-plugin] prepare release 2.3-RC1simonbrandhof2010-09-301-1/+1
|
* SONAR-236 remove deprecated code from checkstyle plugin + display default ↵simonbrandhof2010-09-065-0/+438
value of rule parameters in Q profile console