diff --git a/.gitignore b/.gitignore
index 0e73baa3..991749e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,6 +59,7 @@ output/
.idea/
*.iml
*/target/
+target/*
readme_data
readme_dev.md
scripts
diff --git a/README.md b/README.md
index 682417f1..a148a7db 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,28 @@ Turbo的定位是兼容BPMN2.0的轻量级流程引擎(而非平台),支
3. maven 3.1+
4. IntelliJ IDEA
-## 3. 配置必要信息
+## maven
+
+流程引擎核心功能集合
+```
+
+ com.didiglobal.turbo
+ engine
+ 1.0.0
+
+```
+
+
+开发demo,非必须依赖
+```
+
+ com.didiglobal.turbo
+ demo
+ 1.0.0
+
+```
+
+## 1. 配置必要信息
执行[建表语句](engine/src/main/resources/turbo.db.create/turbo.mysql.sql),在属性文件中配置属性信息
diff --git a/demo/pom.xml b/demo/pom.xml
index 78f809b4..49349692 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -4,15 +4,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- com.didiglobal
+ com.didiglobal.turbo
turbo
- 1.0.0-SNAPSHOT
+ 1.0.0
4.0.0
demo
- 1.0.0-SNAPSHOT
+ 1.0.0
jar
@@ -22,9 +22,9 @@
1.5.10.RELEASE
- com.didiglobal
+ com.didiglobal.turbo
engine
- 1.0.0-SNAPSHOT
+ 1.0.0
org.junit.jupiter
diff --git a/engine/pom.xml b/engine/pom.xml
index 6d44d06f..4e444ff4 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -5,11 +5,13 @@
4.0.0
engine
+ 1.0.0
+ jar
turbo
- com.didiglobal
- 1.0.0-SNAPSHOT
+ com.didiglobal.turbo
+ 1.0.0
2.3.7
diff --git a/pom.xml b/pom.xml
index ef160161..68af0620 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,11 +3,44 @@
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">
4.0.0
- com.didiglobal
+ com.didiglobal.turbo
turbo
pom
- 1.0.0-SNAPSHOT
+ 1.0.0
turbo
+ Turbo is a light-weight flow engine framework, support BPMN2.0
+ https://www.github.com/didi/turbo
+
+
+ scm:git:git@github.com:didi/turbo.git
+ scm:git:ssh://github.com:didi/turbo.git
+ https://github.com/didi/turbo
+
+
+
+
+ The Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+
+
+
+ liangchenhui
+ Didi
+ http://www.didiglobal.com
+
+
+ jameszhangxiao
+ Didi
+ http://www.didiglobal.com
+
+
+ luoyang
+ Didi
+ http://www.didiglobal.com
+
+
engine
@@ -100,6 +133,25 @@
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
+
+
+ java8-doclint-disabled
+
+ [1.8,)
+
+
+ -Xdoclint:none
+
+
+
+
@@ -112,6 +164,55 @@
UTF-8
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9
+
+
+ attach-javadocs
+
+ jar
+
+
+ ${javadoc.opts}
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ ossrh
+ verify
+
+ sign
+
+
+
+ --pinentry-mode
+ loopback
+
+
+
+
+