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