提交 b9c29466 编写于 作者: sq3536's avatar sq3536

模板切分

上级 25c91483
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-ibizboot</artifactId>
<groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version>
</project>
\ No newline at end of file
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-apiclient</artifactId> <artifactId>ibizlab-template-apiclient</artifactId>
</project> </project>
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-r7</artifactId> <artifactId>ibizlab-template-doc</artifactId>
<groupId>com.ibizlab</groupId> <groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-r8</artifactId> <artifactId>ibizlab-template-ibizboot</artifactId>
<groupId>com.ibizlab</groupId> <groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
{{/eq}} {{/eq}}
<dependency> <dependency>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<artifactId>ibizlab-generator-template-ibizboot</artifactId> <artifactId>ibizlab-template-ibizboot</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>cn.ibizlab</groupId> <groupId>cn.ibizlab</groupId>
<artifactId>ibizlab-generator-template-ibizboot</artifactId> <artifactId>ibizlab-template-ibizboot</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-doc</artifactId> <artifactId>ibizlab-template-ibizlab</artifactId>
<groupId>com.ibizlab</groupId> <groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-generator-template-ibizlab</artifactId> <artifactId>ibizlab-template-r7</artifactId>
<groupId>com.ibizlab</groupId> <groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
......
<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>ibizlab-template-r8</artifactId>
<groupId>com.ibizlab</groupId>
<version>1.0-SNAPSHOT</version>
</project>
\ No newline at end of file
...@@ -10,14 +10,14 @@ ...@@ -10,14 +10,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging> <packaging>pom</packaging>
<artifactId>ibizlab-generator-template</artifactId> <artifactId>ibizlab-template</artifactId>
<modules> <modules>
<module>ibizlab-generator-template-ibizlab</module> <module>ibizlab-template-ibizlab</module>
<module>ibizlab-generator-template-ibizboot</module> <module>ibizlab-template-ibizboot</module>
<module>ibizlab-generator-template-apiclient</module> <module>ibizlab-template-apiclient</module>
<module>ibizlab-generator-template-doc</module> <module>ibizlab-template-doc</module>
<module>ibizlab-generator-template-r7</module> <module>ibizlab-template-r7</module>
<module>ibizlab-generator-template-r8</module> <module>ibizlab-template-r8</module>
</modules> </modules>
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<module>modules/ibizlab-generator-core</module> <module>modules/ibizlab-generator-core</module>
<module>modules/ibizlab-generator-cli</module> <module>modules/ibizlab-generator-cli</module>
<module>modules/ibizlab-generator-plugin</module> <module>modules/ibizlab-generator-plugin</module>
<module>modules/ibizlab-generator-template</module> <module>modules/ibizlab-template</module>
</modules> </modules>
<properties> <properties>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册