更新插件归属及版权信息

wuhaoyang
Guo XIn 9 months ago
parent 6fe133153c
commit 81e40159b1
  1. 23
      sonar-keyware-plugins/sonar-keyware-plugins-cxx/pom.xml
  2. 17
      sonar-keyware-plugins/sonar-keyware-plugins-java/pom.xml

@ -12,9 +12,31 @@
<name>C++ 信息安全性设计准则</name> <name>C++ 信息安全性设计准则</name>
<artifactId>sonar-keyware-plugins-cxx</artifactId> <artifactId>sonar-keyware-plugins-cxx</artifactId>
<packaging>sonar-plugin</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<description>用于检查C++源代码的安全性设计准则的Sonarqube插件</description> <description>用于检查C++源代码的安全性设计准则的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>
<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>
<properties> <properties>
<java.version>11</java.version> <java.version>11</java.version>
<commons-io.version>2.15.1</commons-io.version> <commons-io.version>2.15.1</commons-io.version>
@ -45,6 +67,7 @@
<artifactId>sonar-cxx-plugin</artifactId> <artifactId>sonar-cxx-plugin</artifactId>
<systemPath>${project.basedir}/libs/sonar-cxx-plugin-2.1.1.488.jar</systemPath> <systemPath>${project.basedir}/libs/sonar-cxx-plugin-2.1.1.488.jar</systemPath>
<version>2.1.1.488</version> <version>2.1.1.488</version>
<!--<type>sonar-plugin</type>-->
<scope>system</scope> <scope>system</scope>
</dependency> </dependency>

@ -28,6 +28,15 @@
<url>http://www.keyware.cn</url> <url>http://www.keyware.cn</url>
</organization> </organization>
<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>
<developers> <developers>
<developer><id>guoxin</id><name>GuoXin</name><organization>Keyware</organization></developer> <developer><id>guoxin</id><name>GuoXin</name><organization>Keyware</organization></developer>
<developer><id>renfengjiang</id><name>RenFengJiang</name><organization>Keyware</organization></developer> <developer><id>renfengjiang</id><name>RenFengJiang</name><organization>Keyware</organization></developer>
@ -40,13 +49,7 @@
<jacoco.version>0.8.10</jacoco.version> <jacoco.version>0.8.10</jacoco.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties> </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> <dependencies>
<dependency> <dependency>
<groupId>org.sonarsource.java</groupId> <groupId>org.sonarsource.java</groupId>

Loading…
Cancel
Save