4x/device/iot-data-bus/pom.xml

24 lines
789 B
XML
Raw Normal View History

2024-12-26 19:24:07 +08:00
<?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>iot-device-cloud</artifactId>
<groupId>com.fourfaith.iot</groupId>
<version>2.7.9-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iot-data-bus</artifactId>
<packaging>pom</packaging>
<modules>
<module>iot-data-bus-client</module>
<module>iot-data-bus-server</module>
</modules>
<properties>
<!--不发布该包 -->
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>