提交 2892a775 编写于 作者: V vongosling

IntegrateASF sonar

上级 df9d621b
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<artifactId>rocketmq-all</artifactId> <artifactId>rocketmq-all</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>rocketmq-all ${project.version}</name> <name>Apache RocketMQ git s${project.version}</name>
<url>http://rocketmq.incubator.apache.org/</url> <url>http://rocketmq.incubator.apache.org/</url>
<prerequisites> <prerequisites>
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
<scm> <scm>
<url>https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</url> <url>https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</url>
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</connection> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</connection>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git</developerConnection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rocketmq.git
</developerConnection>
</scm> </scm>
<mailingLists> <mailingLists>
...@@ -157,6 +158,11 @@ ...@@ -157,6 +158,11 @@
<!-- compiler settings properties --> <!-- compiler settings properties -->
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<!-- URL of the ASF SonarQube server -->
<sonar.host.url>https://builds.apache.org/analysis</sonar.host.url>
<!-- Exclude all generated code -->
<sonar.exclusions>file:**/generated-sources/**</sonar.exclusions>
</properties> </properties>
<modules> <modules>
...@@ -337,6 +343,11 @@ ...@@ -337,6 +343,11 @@
<artifactId>findbugs-maven-plugin</artifactId> <artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version> <version>3.0.4</version>
</plugin> </plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.0.2</version>
</plugin>
</plugins> </plugins>
</build> </build>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册