datacap/plugin/pom.xml
2022-10-15 09:06:58 +08:00

21 lines
782 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">
<parent>
<artifactId>incubator-datacap</artifactId>
<groupId>io.edurt.datacap</groupId>
<version>1.1.0.20221115-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>datacap-plugin</artifactId>
<groupId>io.edurt.datacap.plugin</groupId>
<version>1.1.0.20221115-SNAPSHOT</version>
<packaging>pom</packaging>
<name>DataCap for plugin</name>
<modules>
<module>example</module>
<module>jdbc</module>
</modules>
</project>