]> source.dussan.org Git - sonarqube.git/commit
SONAR-4876 Allow the user to specify the key to be used for a module
authorJulien HENRY <julien.henry@sonarsource.com>
Tue, 26 Nov 2013 16:55:38 +0000 (17:55 +0100)
committerJulien HENRY <julien.henry@sonarsource.com>
Tue, 26 Nov 2013 16:55:38 +0000 (17:55 +0100)
commit5c63b1e2a17983f2db4130cd7ad7a567cb6889a9
treefa9c884c87e6c9bc8613775c856922acbabe457a
parentb2a041d11f29681ec988ff4ce3a63010e1b84724
SONAR-4876 Allow the user to specify the key to be used for a module
sonar-batch/src/main/java/org/sonar/batch/scan/DefaultProjectBootstrapper.java
sonar-batch/src/test/java/org/sonar/batch/scan/DefaultProjectBootstrapperTest.java
sonar-batch/src/test/resources/org/sonar/batch/scan/DefaultProjectBootstrapperTest/multi-module-definitions-moduleKey/module1/sources/Fake.java [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/scan/DefaultProjectBootstrapperTest/multi-module-definitions-moduleKey/module2/src/Fake.java [new file with mode: 0644]
sonar-batch/src/test/resources/org/sonar/batch/scan/DefaultProjectBootstrapperTest/multi-module-definitions-moduleKey/sonar-project.properties [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/CoreProperties.java