新增地图模块
This commit is contained in:
parent
5e2fce8501
commit
75496131a6
17
cloud-common-plugin-map/pom.xml
Normal file
17
cloud-common-plugin-map/pom.xml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?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>cm-cloud</artifactId>
|
||||||
|
<groupId>com.cm</groupId>
|
||||||
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<artifactId>cloud-common-plugin-map</artifactId>
|
||||||
|
<description>地图插件,画网格</description>
|
||||||
|
<version>1.0.1-SNAPSHOT</version>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</project>
|
1
pom.xml
1
pom.xml
@ -26,6 +26,7 @@
|
|||||||
<module>cloud-central-control-client</module>
|
<module>cloud-central-control-client</module>
|
||||||
<module>cloud-hardware-smart-gate</module>
|
<module>cloud-hardware-smart-gate</module>
|
||||||
<module>cloud-common-dingding</module>
|
<module>cloud-common-dingding</module>
|
||||||
|
<module>cloud-common-plugin-map</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<description>成迈云</description>
|
<description>成迈云</description>
|
||||||
|
Loading…
Reference in New Issue
Block a user