Files
fateverse/visual/pom.xml

26 lines
976 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>fateverse</artifactId>
<groupId>cn.fateverse</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>visual</artifactId>
<packaging>pom</packaging>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<modules>
<!-- <module>monitor</module>-->
<!-- <module>code-gen-test-oracle</module>-->
<!-- <module>code-gen-test-mysql</module>-->
<!-- <module>sentinel-dashboard</module>-->
<!-- <module>sentinel-dashboard-pro</module>-->
<!-- <module>xxl-job-admin</module>-->
</modules>
</project>