diff --git a/pom.xml b/pom.xml index 379791867..a08b291e2 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,7 @@ spring-cloud-alibaba-storage-autoconfigure spring-cloud-starter-storage spring-cloud-alibaba-examples + spring-cloud-alibaba-test diff --git a/spring-cloud-alibaba-test/core-support/pom.xml b/spring-cloud-alibaba-test/core-support/pom.xml new file mode 100644 index 000000000..e0ee656b0 --- /dev/null +++ b/spring-cloud-alibaba-test/core-support/pom.xml @@ -0,0 +1,33 @@ + + + + + org.springframework.cloud + spring-cloud-alibaba-examples + 0.2.0.BUILD-SNAPSHOT + + 4.0.0 + + + core-support + test core support + + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + + + diff --git a/spring-cloud-alibaba-test/pom.xml b/spring-cloud-alibaba-test/pom.xml new file mode 100644 index 000000000..289cc1bb2 --- /dev/null +++ b/spring-cloud-alibaba-test/pom.xml @@ -0,0 +1,36 @@ + + + + + org.springframework.cloud + spring-cloud-alibaba + 0.2.0.BUILD-SNAPSHOT + + 4.0.0 + + + spring-cloud-alibaba-test + pom + spring cloud alibaba test support + + + core-support + sentinel-test-support + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + + + + diff --git a/spring-cloud-alibaba-test/sentinel-test-support/pom.xml b/spring-cloud-alibaba-test/sentinel-test-support/pom.xml new file mode 100644 index 000000000..43084a7d7 --- /dev/null +++ b/spring-cloud-alibaba-test/sentinel-test-support/pom.xml @@ -0,0 +1,32 @@ + + + + + org.springframework.cloud + spring-cloud-alibaba-examples + 0.2.0.BUILD-SNAPSHOT + + 4.0.0 + + + sentinel-test-support + sentinel test support + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + ${maven-deploy-plugin.version} + + true + + + + + +