🎉 优化 exec 模块逻辑.
This commit is contained in:
22
orion-visor-modules/orion-visor-module-exec/pom.xml
Normal file
22
orion-visor-modules/orion-visor-module-exec/pom.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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>
|
||||
<groupId>org.dromara.visor</groupId>
|
||||
<artifactId>orion-visor-modules</artifactId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>orion-visor-module-exec</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>项目执行模块</description>
|
||||
<url>https://github.com/dromara/orion-visor</url>
|
||||
|
||||
<modules>
|
||||
<module>orion-visor-module-exec-provider</module>
|
||||
<module>orion-visor-module-exec-service</module>
|
||||
</modules>
|
||||
</project>
|
||||
Reference in New Issue
Block a user