From aaa0a1b21b2803e83bbb7d4a0b466997f232b8ee Mon Sep 17 00:00:00 2001 From: "wei.peng" Date: Thu, 18 Oct 2018 23:08:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- i3plus-pojo.iml | 67 ++++++++++++++++++++++++++++++++++++ modules/i3plus-pojo-base/pom.xml | 6 ++++ modules/i3plus-pojo-factory/pom.xml | 2 ++ modules/i3plus-pojo-mes/pom.xml | 1 + modules/i3plus-pojo-model/pom.xml | 2 ++ modules/i3plus-pojo-platform/pom.xml | 3 ++ modules/i3plus-pojo-wms/pom.xml | 2 ++ mvn-build.bat | 1 + pom.xml | 35 +++++++++++++++++++ 9 files changed, 119 insertions(+) create mode 100644 i3plus-pojo.iml create mode 100644 mvn-build.bat diff --git a/i3plus-pojo.iml b/i3plus-pojo.iml new file mode 100644 index 0000000..0cee3a8 --- /dev/null +++ b/i3plus-pojo.iml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/modules/i3plus-pojo-base/pom.xml b/modules/i3plus-pojo-base/pom.xml index f4d5746..f687451 100644 --- a/modules/i3plus-pojo-base/pom.xml +++ b/modules/i3plus-pojo-base/pom.xml @@ -11,6 +11,10 @@ 4.0.0 i3plus-pojo-base + jar + + + i3plus.pojo @@ -18,4 +22,6 @@ + + \ No newline at end of file diff --git a/modules/i3plus-pojo-factory/pom.xml b/modules/i3plus-pojo-factory/pom.xml index 89df3d4..413eb77 100644 --- a/modules/i3plus-pojo-factory/pom.xml +++ b/modules/i3plus-pojo-factory/pom.xml @@ -11,6 +11,7 @@ 4.0.0 i3plus-pojo-factory + jar @@ -26,4 +27,5 @@ + \ No newline at end of file diff --git a/modules/i3plus-pojo-mes/pom.xml b/modules/i3plus-pojo-mes/pom.xml index 4f8915b..254e852 100644 --- a/modules/i3plus-pojo-mes/pom.xml +++ b/modules/i3plus-pojo-mes/pom.xml @@ -11,6 +11,7 @@ 4.0.0 i3plus-pojo-mes + jar \ No newline at end of file diff --git a/modules/i3plus-pojo-model/pom.xml b/modules/i3plus-pojo-model/pom.xml index 1075c01..1e3ee60 100644 --- a/modules/i3plus-pojo-model/pom.xml +++ b/modules/i3plus-pojo-model/pom.xml @@ -11,6 +11,8 @@ 4.0.0 i3plus-pojo-model + jar + diff --git a/modules/i3plus-pojo-platform/pom.xml b/modules/i3plus-pojo-platform/pom.xml index 889cb66..ccd1a0c 100644 --- a/modules/i3plus-pojo-platform/pom.xml +++ b/modules/i3plus-pojo-platform/pom.xml @@ -11,6 +11,8 @@ 4.0.0 i3plus-pojo-platform + jar + i3plus.pojo @@ -22,4 +24,5 @@ + \ No newline at end of file diff --git a/modules/i3plus-pojo-wms/pom.xml b/modules/i3plus-pojo-wms/pom.xml index 474b762..ba27b81 100644 --- a/modules/i3plus-pojo-wms/pom.xml +++ b/modules/i3plus-pojo-wms/pom.xml @@ -11,6 +11,7 @@ 4.0.0 i3plus-pojo-wms + jar @@ -24,4 +25,5 @@ + \ No newline at end of file diff --git a/mvn-build.bat b/mvn-build.bat new file mode 100644 index 0000000..382fd83 --- /dev/null +++ b/mvn-build.bat @@ -0,0 +1 @@ +mvn clean deploy -DskipTests \ No newline at end of file diff --git a/pom.xml b/pom.xml index 4ac86bd..f35861f 100644 --- a/pom.xml +++ b/pom.xml @@ -87,4 +87,39 @@ + + + + 1.8 + UTF-8 + 1.8 + 1.8 + + + + + + nexus + http://mvn.estsh.com/repository/maven-public/ + + + + + + + maven-releases + Nexus ReleaseRepository + http://mvn.estsh.com/repository/maven-releases/ + + + maven-snapshots + Nexus SnapshotRepository + http://mvn.estsh.com/repository/maven-snapshots/ + + + + + + + \ No newline at end of file