diff --git a/muyu-modules/muyu-goods-test/pom.xml b/muyu-common/muyu-common-goods/muyu-goods-test/pom.xml similarity index 88% rename from muyu-modules/muyu-goods-test/pom.xml rename to muyu-common/muyu-common-goods/muyu-goods-test/pom.xml index 9c22e86..048955a 100644 --- a/muyu-modules/muyu-goods-test/pom.xml +++ b/muyu-common/muyu-common-goods/muyu-goods-test/pom.xml @@ -5,9 +5,8 @@ 4.0.0 com.muyu - muyu + muyu-common-goods 3.6.3 - ../../pom.xml muyu-goods-test diff --git a/muyu-common/muyu-common-goods/pom.xml b/muyu-common/muyu-common-goods/pom.xml index 46e76dd..6562e03 100644 --- a/muyu-common/muyu-common-goods/pom.xml +++ b/muyu-common/muyu-common-goods/pom.xml @@ -10,6 +10,10 @@ muyu-common-goods + pom + + muyu-goods-test + 17 diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-clinet/pom.xml b/muyu-modules/muyu-goods-tests/muyu-goods-test-clinet/pom.xml new file mode 100644 index 0000000..d34c7dc --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-clinet/pom.xml @@ -0,0 +1,27 @@ + + + 4.0.0 + + com.muyu + muyu-goods-tests + 3.6.3 + + + muyu-goods-test-clinet + + + 17 + 17 + UTF-8 + + + + + com.muyu + muyu-goods-test-common + 3.6.3 + + + diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-common/pom.xml b/muyu-modules/muyu-goods-tests/muyu-goods-test-common/pom.xml new file mode 100644 index 0000000..59ba5b5 --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-common/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.muyu + muyu-goods-tests + 3.6.3 + + + muyu-goods-test-common + + + 17 + 17 + UTF-8 + + + diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/pom.xml b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/pom.xml new file mode 100644 index 0000000..6ef39f9 --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.muyu + muyu-goods-tests + 3.6.3 + + + muyu-goods-test-remote + + + 17 + 17 + UTF-8 + + + diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/RemoteDataManagerService.java b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/RemoteDataManagerService.java new file mode 100644 index 0000000..a66af25 --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/RemoteDataManagerService.java @@ -0,0 +1,4 @@ +package com.muyu.data.test.remote; + +public interface RemoteDataManagerService { +} diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/factory/DataMangFacrory.java b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/factory/DataMangFacrory.java new file mode 100644 index 0000000..012e179 --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-remote/src/main/java/com/muyu/data/test/remote/factory/DataMangFacrory.java @@ -0,0 +1,4 @@ +package com.muyu.data.test.remote.factory; + +public class DataMangFacrory { +} diff --git a/muyu-modules/muyu-goods-tests/muyu-goods-test-server/pom.xml b/muyu-modules/muyu-goods-tests/muyu-goods-test-server/pom.xml new file mode 100644 index 0000000..4a9ec38 --- /dev/null +++ b/muyu-modules/muyu-goods-tests/muyu-goods-test-server/pom.xml @@ -0,0 +1,20 @@ + + + 4.0.0 + + com.muyu + muyu-goods-tests + 3.6.3 + + + muyu-goods-test-server + + + 17 + 17 + UTF-8 + + + diff --git a/muyu-modules/muyu-goods-tests/pom.xml b/muyu-modules/muyu-goods-tests/pom.xml new file mode 100644 index 0000000..7e1ea3a --- /dev/null +++ b/muyu-modules/muyu-goods-tests/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + com.muyu + muyu + 3.6.3 + ../../pom.xml + + + muyu-goods-tests + pom + + muyu-goods-test-clinet + muyu-goods-test-common + muyu-goods-test-remote + muyu-goods-test-server + + + + 17 + 17 + UTF-8 + + + diff --git a/pom.xml b/pom.xml index e363204..9ca075c 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ muyu-visual muyu-modules muyu-common - muyu-modules/muyu-goods-test + muyu-modules/muyu-goods-tests pom