|
|
|
@ -16,11 +16,37 @@ |
|
|
|
|
<version>1.0-SNAPSHOT</version> |
|
|
|
|
<description>用于检查Java源代码的安全性设计准则的Sonarqube插件</description> |
|
|
|
|
|
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
|
<name>Keyware Private Terms</name> |
|
|
|
|
<distribution>user must manually download and install the dependency.</distribution> |
|
|
|
|
</license> |
|
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
<organization> |
|
|
|
|
<name>北京关键科技股份有限公司</name> |
|
|
|
|
<url>http://www.keyware.cn</url> |
|
|
|
|
</organization> |
|
|
|
|
|
|
|
|
|
<developers> |
|
|
|
|
<developer><id>guoxin</id><name>GuoXin</name><organization>Keyware</organization></developer> |
|
|
|
|
<developer><id>renfengjiang</id><name>RenFengJiang</name><organization>Keyware</organization></developer> |
|
|
|
|
<developer><id>renfengshan</id><name>RenFengShan</name><organization>Keyware</organization></developer> |
|
|
|
|
<developer><id>wuhaoyang</id><name>WuHaoYang</name><organization>Keyware</organization></developer> |
|
|
|
|
<developer><id>zhangchenbao</id><name>ZhangChenBao</name><organization>Keyware</organization></developer> |
|
|
|
|
</developers> |
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
|
<jacoco.version>0.8.10</jacoco.version> |
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
<url>http://www.keyware.cn</url> |
|
|
|
|
<scm> |
|
|
|
|
<connection>scm:git:http://www.keyware.cn</connection> |
|
|
|
|
<developerConnection>scm:git:http://www.keyware.cn</developerConnection> |
|
|
|
|
<url>http://www.keyware.cn</url> |
|
|
|
|
<tag>-</tag> |
|
|
|
|
</scm> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.sonarsource.java</groupId> |
|
|
|
@ -104,7 +130,7 @@ |
|
|
|
|
<artifactId>sonar-packaging-maven-plugin</artifactId> |
|
|
|
|
<extensions>true</extensions> |
|
|
|
|
<configuration> |
|
|
|
|
<pluginKey>keyware-java-plugin</pluginKey> |
|
|
|
|
<pluginKey>keywareJavaPlugin</pluginKey> |
|
|
|
|
<pluginName>Java 安全性设计准则</pluginName> |
|
|
|
|
<pluginClass>com.keyware.sonar.java.JavaSecurityDesignRulesPlugin</pluginClass> |
|
|
|
|
<sonarLintSupported>true</sonarLintSupported> |
|
|
|
|