mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 07:01:56 +00:00

[Recommended] The total number of lines for a method should not be more than 80 [Recommended] Avoid using the negation operator '!' [Mandatory] When doing date formatting, "y" should be written in lowercase for "year" in a pattern statement and some bug fix
14 lines
598 B
XML
14 lines
598 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>com.alibaba.smartfox.eclipse</groupId>
|
|
<artifactId>smartfox-eclipse</artifactId>
|
|
<version>1.0.5-SNAPSHOT</version>
|
|
</parent>
|
|
<artifactId>com.alibaba.smartfox.eclipse.feature</artifactId>
|
|
<packaging>eclipse-feature</packaging>
|
|
<inceptionYear>2017</inceptionYear>
|
|
</project>
|