diff options
author | kaixiliu <liukaixi@chinamobile.com> | 2024-07-26 16:06:39 +0800 |
---|---|---|
committer | kaixiliu <liukaixi@chinamobile.com> | 2024-07-26 16:07:17 +0800 |
commit | 6c329264074e1dfdae7b413ef8316bc2c2b47e6a (patch) | |
tree | 8ef7d55e4888224e41ae7e1287329ffc51102f08 /checkstyle/pom.xml | |
parent | 28085c2bbaccf11cfacb0a0aa441797094b54609 (diff) |
server adds checkstyle configuration
Issue-ID: USECASEUI-839
Change-Id: Ifd43f2b2d8e793378c220e349ee5756520759bbf
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'checkstyle/pom.xml')
-rw-r--r-- | checkstyle/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml new file mode 100644 index 00000000..6c95ffcb --- /dev/null +++ b/checkstyle/pom.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.usecase-ui.server</groupId> + <artifactId>usecase-ui-server-parent</artifactId> + <version>14.0.0-SNAPSHOT</version> + </parent> + + <artifactId>checkstyle</artifactId> + + <properties> + <maven.compiler.source>17</maven.compiler.source> + <maven.compiler.target>17</maven.compiler.target> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + +</project>
\ No newline at end of file |