diff --git a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
index b042659b5..d0709acdb 100644
--- a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
+++ b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
@@ -1,56 +1,56 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
- ${groupId}
- ${rootArtifactId}-client
-
-
- ${groupId}
- ${rootArtifactId}-infrastructure
-
-
- com.alibaba.cola
- cola-component-catchlog-starter
-
-
-
- org.hibernate.validator
- hibernate-validator
-
-
- javax.el
- javax.el-api
-
-
- org.glassfish.web
- javax.el
-
-
-
+
+
+ ${groupId}
+ ${rootArtifactId}-client
+
+
+ ${groupId}
+ ${rootArtifactId}-infrastructure
+
+
+ com.alibaba.cola
+ cola-component-catchlog-starter
+
+
+
+ org.hibernate.validator
+ hibernate-validator
+
+
+ javax.el
+ javax.el-api
+
+
+ org.glassfish.web
+ javax.el
+
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
index 1640616c1..7f2674903 100644
--- a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
+++ b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${parentArtifactId}-client
+ ${artifactId}
+ jar
+ ${parentArtifactId}-client
-
-
- com.alibaba.cola
- cola-component-dto
-
-
- org.projectlombok
- lombok
-
-
- javax.validation
- validation-api
-
-
+
+
+ com.alibaba.cola
+ cola-component-dto
+
+
+ org.projectlombok
+ lombok
+
+
+ javax.validation
+ validation-api
+
+
diff --git a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
index cfedcb76e..24b7735e1 100644
--- a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
+++ b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
@@ -1,44 +1,44 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
-
- com.alibaba.cola
- cola-component-domain-starter
-
-
- com.alibaba.cola
- cola-component-exception
-
-
-
- ${groupId}
- ${rootArtifactId}-client
-
-
+
+
+
+ com.alibaba.cola
+ cola-component-domain-starter
+
+
+ com.alibaba.cola
+ cola-component-exception
+
+
+
+ ${groupId}
+ ${rootArtifactId}-client
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
index 0e1b135a6..29db45cf9 100644
--- a/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
+++ b/cola-archetypes/cola-archetype-service/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
- ${groupId}
- ${rootArtifactId}-domain
-
-
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
-
-
- mysql
- mysql-connector-java
-
-
- com.alibaba
- fastjson
-
-
- org.springframework.boot
- spring-boot-starter-test
-
-
+
+
+ ${groupId}
+ ${rootArtifactId}-domain
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+
+
+ mysql
+ mysql-connector-java
+
+
+ com.alibaba
+ fastjson
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+
+
diff --git a/cola-archetypes/cola-archetype-web/pom.xml b/cola-archetypes/cola-archetype-web/pom.xml
index 38512c928..40515f65d 100644
--- a/cola-archetypes/cola-archetype-web/pom.xml
+++ b/cola-archetypes/cola-archetype-web/pom.xml
@@ -1,155 +1,155 @@
- 4.0.0
+ 4.0.0
- com.alibaba.cola
- cola-framework-archetype-web
- 4.0.0
- maven-archetype
- cola-archetype-web
- Cola framework archetype-web
- https://github.com/alibaba/COLA
+ com.alibaba.cola
+ cola-framework-archetype-web
+ 4.0.0
+ maven-archetype
+ cola-archetype-web
+ Cola framework archetype-web
+ https://github.com/alibaba/COLA
-
-
- sonatype-nexus-snapshots
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- sonatype-nexus-staging
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
+
+
+ sonatype-nexus-snapshots
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ sonatype-nexus-staging
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
-
-
- GNU Lesser General Public License v2.1
- https://github.com/alibaba/COLA/blob/master/LICENSE
- repo
-
-
+
+
+ GNU Lesser General Public License v2.1
+ https://github.com/alibaba/COLA/blob/master/LICENSE
+ repo
+
+
-
- scm:git:https://github.com/alibaba/COLA.git
- scm:git:https://github.com/alibaba/COLA.git
- https://github.com/alibaba/COLA
-
+
+ scm:git:https://github.com/alibaba/COLA.git
+ scm:git:https://github.com/alibaba/COLA.git
+ https://github.com/alibaba/COLA
+
-
-
- Frank
- Frank Zhang
- 25216348@qq.com
-
-
+
+
+ Frank
+ Frank Zhang
+ 25216348@qq.com
+
+
-
- 1.8
- 1.8
- UTF-8
-
+
+ 1.8
+ 1.8
+ UTF-8
+
-
-
-
- org.apache.maven.archetype
- archetype-packaging
- 3.0.1
-
-
+
+
+
+ org.apache.maven.archetype
+ archetype-packaging
+ 3.0.1
+
+
-
-
- maven-archetype-plugin
- 3.0.1
-
+
+
+ maven-archetype-plugin
+ 3.0.1
+
-
- org.apache.maven.plugins
- maven-source-plugin
- 3.0.1
-
-
- attach-sources
- verify
-
- jar-no-fork
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.0.1
+
+
+ attach-sources
+ verify
+
+ jar-no-fork
+
+
+
+
-
- org.apache.maven.plugins
- maven-resources-plugin
- 3.2.0
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.1
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.2.0
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 3.2.0
-
- UTF-8
- none
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
- true
-
- sonatype-nexus-staging
- https://oss.sonatype.org/
- true
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.22.2
-
-
-
-
-
- gen-sign
-
-
- performRelease
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.6
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 3.2.0
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.2.0
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.2.0
+
+ UTF-8
+ none
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ sonatype-nexus-staging
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.22.2
+
-
-
-
+
+
+
+ gen-sign
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
diff --git a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
index b042659b5..d0709acdb 100644
--- a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
+++ b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-app/pom.xml
@@ -1,56 +1,56 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
- ${groupId}
- ${rootArtifactId}-client
-
-
- ${groupId}
- ${rootArtifactId}-infrastructure
-
-
- com.alibaba.cola
- cola-component-catchlog-starter
-
-
-
- org.hibernate.validator
- hibernate-validator
-
-
- javax.el
- javax.el-api
-
-
- org.glassfish.web
- javax.el
-
-
-
+
+
+ ${groupId}
+ ${rootArtifactId}-client
+
+
+ ${groupId}
+ ${rootArtifactId}-infrastructure
+
+
+ com.alibaba.cola
+ cola-component-catchlog-starter
+
+
+
+ org.hibernate.validator
+ hibernate-validator
+
+
+ javax.el
+ javax.el-api
+
+
+ org.glassfish.web
+ javax.el
+
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
index 1640616c1..7f2674903 100644
--- a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
+++ b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-client/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${parentArtifactId}-client
+ ${artifactId}
+ jar
+ ${parentArtifactId}-client
-
-
- com.alibaba.cola
- cola-component-dto
-
-
- org.projectlombok
- lombok
-
-
- javax.validation
- validation-api
-
-
+
+
+ com.alibaba.cola
+ cola-component-dto
+
+
+ org.projectlombok
+ lombok
+
+
+ javax.validation
+ validation-api
+
+
diff --git a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
index cfedcb76e..24b7735e1 100644
--- a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
+++ b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-domain/pom.xml
@@ -1,44 +1,44 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
-
- com.alibaba.cola
- cola-component-domain-starter
-
-
- com.alibaba.cola
- cola-component-exception
-
-
-
- ${groupId}
- ${rootArtifactId}-client
-
-
+
+
+
+ com.alibaba.cola
+ cola-component-domain-starter
+
+
+ com.alibaba.cola
+ cola-component-exception
+
+
+
+ ${groupId}
+ ${rootArtifactId}-client
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
index 0e1b135a6..29db45cf9 100644
--- a/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
+++ b/cola-archetypes/cola-archetype-web/src/main/resources/archetype-resources/__rootArtifactId__-infrastructure/pom.xml
@@ -1,37 +1,37 @@
- 4.0.0
-
- ${groupId}
- ${rootArtifactId}
- ${version}
- ../pom.xml
-
+ 4.0.0
+
+ ${groupId}
+ ${rootArtifactId}
+ ${version}
+ ../pom.xml
+
- ${artifactId}
- jar
- ${artifactId}
+ ${artifactId}
+ jar
+ ${artifactId}
-
-
- ${groupId}
- ${rootArtifactId}-domain
-
-
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
-
-
- mysql
- mysql-connector-java
-
-
- com.alibaba
- fastjson
-
-
- org.springframework.boot
- spring-boot-starter-test
-
-
+
+
+ ${groupId}
+ ${rootArtifactId}-domain
+
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+
+
+ mysql
+ mysql-connector-java
+
+
+ com.alibaba
+ fastjson
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+
+
diff --git a/cola-components/archetypes/cola-starter-component-archetype/pom.xml b/cola-components/archetypes/cola-starter-component-archetype/pom.xml
index 78727c4de..ea99cc0af 100644
--- a/cola-components/archetypes/cola-starter-component-archetype/pom.xml
+++ b/cola-components/archetypes/cola-starter-component-archetype/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
+ 4.0.0
- com.alibaba.cola
- cola-starter-component-archetype
- 1.0.0
- jar
- cola-starter-component-archetype
+ com.alibaba.cola
+ cola-starter-component-archetype
+ 1.0.0
+ jar
+ cola-starter-component-archetype
-
-
-
- org.apache.maven.archetype
- archetype-packaging
- 3.2.0
-
-
+
+
+
+ org.apache.maven.archetype
+ archetype-packaging
+ 3.2.0
+
+
-
-
-
- maven-archetype-plugin
- 3.2.0
-
-
-
-
+
+
+
+ maven-archetype-plugin
+ 3.2.0
+
+
+
+
diff --git a/sample/craftsman/craftsman-app/pom.xml b/sample/craftsman/craftsman-app/pom.xml
index eb7cab89e..eb2a0d0ac 100644
--- a/sample/craftsman/craftsman-app/pom.xml
+++ b/sample/craftsman/craftsman-app/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
-
- com.alibaba.craftsman
- craftsman.all
- 1.0.0-SNAPSHOT
- ../pom.xml
-
+ 4.0.0
+
+ com.alibaba.craftsman
+ craftsman.all
+ 1.0.0-SNAPSHOT
+ ../pom.xml
+
- craftsman-app
- jar
- craftsman-app
+ craftsman-app
+ jar
+ craftsman-app
-
-
- com.alibaba.craftsman
- craftsman-client
-
-
- com.alibaba.craftsman
- craftsman-infrastructure
-
-
-
- org.hibernate.validator
- hibernate-validator
-
-
- javax.el
- javax.el-api
-
-
- org.glassfish.web
- javax.el
-
-
-
+
+
+ com.alibaba.craftsman
+ craftsman-client
+
+
+ com.alibaba.craftsman
+ craftsman-infrastructure
+
+
+
+ org.hibernate.validator
+ hibernate-validator
+
+
+ javax.el
+ javax.el-api
+
+
+ org.glassfish.web
+ javax.el
+
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/sample/craftsman/craftsman-client/pom.xml b/sample/craftsman/craftsman-client/pom.xml
index 82336ead3..949d002eb 100644
--- a/sample/craftsman/craftsman-client/pom.xml
+++ b/sample/craftsman/craftsman-client/pom.xml
@@ -1,29 +1,29 @@
- 4.0.0
-
- com.alibaba.craftsman
- craftsman.all
- 1.0.0-SNAPSHOT
- ../pom.xml
-
+ 4.0.0
+
+ com.alibaba.craftsman
+ craftsman.all
+ 1.0.0-SNAPSHOT
+ ../pom.xml
+
- craftsman-client
- jar
- craftsman-client
+ craftsman-client
+ jar
+ craftsman-client
-
-
- com.aliyun
- cola-common
-
-
- org.projectlombok
- lombok
-
-
- javax.validation
- validation-api
-
-
+
+
+ com.aliyun
+ cola-common
+
+
+ org.projectlombok
+ lombok
+
+
+ javax.validation
+ validation-api
+
+
diff --git a/sample/craftsman/craftsman-domain/pom.xml b/sample/craftsman/craftsman-domain/pom.xml
index 1c06ca4a8..58ea4589b 100644
--- a/sample/craftsman/craftsman-domain/pom.xml
+++ b/sample/craftsman/craftsman-domain/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
-
- com.alibaba.craftsman
- craftsman.all
- 1.0.0-SNAPSHOT
- ../pom.xml
-
+ 4.0.0
+
+ com.alibaba.craftsman
+ craftsman.all
+ 1.0.0-SNAPSHOT
+ ../pom.xml
+
- craftsman-domain
- jar
- craftsman-domain
+ craftsman-domain
+ jar
+ craftsman-domain
-
-
-
- com.aliyun
- cola-core
-
-
- com.alibaba.craftsman
- craftsman-client
-
-
-
- junit
- junit
-
-
- org.slf4j
- slf4j-api
-
-
- com.alibaba
- fastjson
-
-
+
+
+
+ com.aliyun
+ cola-core
+
+
+ com.alibaba.craftsman
+ craftsman-client
+
+
+
+ junit
+ junit
+
+
+ org.slf4j
+ slf4j-api
+
+
+ com.alibaba
+ fastjson
+
+
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+
diff --git a/sample/craftsman/craftsman-infrastructure/pom.xml b/sample/craftsman/craftsman-infrastructure/pom.xml
index 1e08d8914..03c4e246d 100644
--- a/sample/craftsman/craftsman-infrastructure/pom.xml
+++ b/sample/craftsman/craftsman-infrastructure/pom.xml
@@ -1,52 +1,52 @@
- 4.0.0
-
- com.alibaba.craftsman
- craftsman.all
- 1.0.0-SNAPSHOT
- ../pom.xml
-
+ 4.0.0
+
+ com.alibaba.craftsman
+ craftsman.all
+ 1.0.0-SNAPSHOT
+ ../pom.xml
+
- craftsman-infrastructure
- jar
- craftsman-infrastructure
+ craftsman-infrastructure
+ jar
+ craftsman-infrastructure
-
-
-
- com.alibaba.craftsman
- craftsman-domain
-
+
+
+
+ com.alibaba.craftsman
+ craftsman-domain
+
-
- org.mybatis.spring.boot
- mybatis-spring-boot-starter
-
-
- mysql
- mysql-connector-java
-
-
- com.alibaba
- fastjson
-
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter
+
+
+ mysql
+ mysql-connector-java
+
+
+ com.alibaba
+ fastjson
+
org.springframework.boot
spring-boot-starter-test
-
-
-
-
- maven-deploy-plugin
-
- true
-
-
-
-
-
+
+
+
+
+ maven-deploy-plugin
+
+ true
+
+
+
+
+