diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-17 17:05:56 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-03-18 09:35:05 +0100 |
commit | cfcbe278f7ced12599d898d50f3fe68bfbf95155 (patch) | |
tree | 5b4116ad08a8ba87ffc5bf9f159a431b9609b48f /pom.xml | |
parent | 38ce80934961773a9a35ec0401994b3d726597dc (diff) | |
download | sonarqube-cfcbe278f7ced12599d898d50f3fe68bfbf95155.tar.gz sonarqube-cfcbe278f7ced12599d898d50f3fe68bfbf95155.zip |
Rename batch into scanner
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -18,9 +18,9 @@ <modules> <module>sonar-plugin-api-deps</module> <module>sonar-application</module> - <module>sonar-batch</module> - <module>sonar-batch-protocol</module> - <module>sonar-batch-shaded</module> + <module>sonar-scanner-engine</module> + <module>sonar-scanner-protocol</module> + <module>sonar-scanner-engine-shaded</module> <module>sonar-check-api</module> <module>sonar-colorizer</module> <module>sonar-core</module> @@ -442,7 +442,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>sonar-batch-protocol</artifactId> + <artifactId>sonar-scanner-protocol</artifactId> <version>${project.version}</version> </dependency> <dependency> @@ -1436,7 +1436,7 @@ <!-- The following profiles optimize the build for each team, according to their - stack layers (batch, server and web teams) + stack layers (scanner, server and web teams) --> <profile> <!-- disable all tests --> @@ -1453,7 +1453,7 @@ </profile> <profile> - <id>batch</id> + <id>scanner</id> <properties> <skipServerTests>true</skipServerTests> </properties> |