Files
2026-07-13 12:01:57 +08:00

12 lines
354 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.example.rtk</groupId>
<artifactId>multi-module-skeleton</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>child-a</artifactId>
<packaging>jar</packaging>
</project>