Files
CN_Tool/tools/pom.xml
2026-04-15 11:48:33 +08:00

26 lines
903 B
XML

<?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>com.njcn.gather</groupId>
<artifactId>CN_Tool</artifactId>
<version>1.0.0</version>
</parent>
<artifactId>tools</artifactId>
<packaging>pom</packaging>
<name>tools</name>
<description>Retained utility aggregator for platform capabilities.</description>
<modules>
<!-- Retain platform tools in the aggregator and add dedicated utility modules
here when they are actually introduced into this repository. -->
<module>activate-tool</module>
<module>wave-tool</module>
</modules>
</project>