aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-03-17 17:05:56 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-03-18 09:35:05 +0100
commitcfcbe278f7ced12599d898d50f3fe68bfbf95155 (patch)
tree5b4116ad08a8ba87ffc5bf9f159a431b9609b48f /pom.xml
parent38ce80934961773a9a35ec0401994b3d726597dc (diff)
downloadsonarqube-cfcbe278f7ced12599d898d50f3fe68bfbf95155.tar.gz
sonarqube-cfcbe278f7ced12599d898d50f3fe68bfbf95155.zip
Rename batch into scanner
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ad4d9e792ef..024fe120504 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>