aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/src/test/java/org/sonar/batch/MavenProjectConverterTest.java
Commit message (Expand)AuthorAgeFilesLines
* Move Maven stuff into a dedicated packageSimon Brandhof2013-02-131-225/+0
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-121-3/+13
* SONAR-3843 Fix issue with submodulesJulien Lancelot2013-02-111-2/+0
* Revert SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-0/+2
* SONAR-3843 Unable to determine structure of Maven projectJulien Lancelot2013-02-111-0/+20
* SONAR-3676 Create properties to define project linksFabrice Bellingard2012-10-051-0/+33
* Remove warningsDavid Gageot2012-04-271-16/+17
* Update copyright header for this new yearSimon Brandhof2012-01-101-1/+1
* SONAR-2681 Provide meaningful error message when unable to determine Maven pr...Evgeny Mandrikov2011-10-131-10/+30
* SONAR-2735 Fix handling of different ways to declare Maven modulesEvgeny Mandrikov2011-09-301-1/+1
* Allow the extension ProjectBuilder to change the source directories of root m...Simon Brandhof2011-06-061-0/+5
* SONAR-2468 new extension point org.sonar.api.bootstrap.ProjectBuildersimonbrandhof2011-05-271-5/+78
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-061-3/+3
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-261-0/+63