From 7a9d5e5bbfb1d6383380700bfc7f34362f545c13 Mon Sep 17 00:00:00 2001 From: zhaoguangwei Date: Thu, 6 Jun 2019 09:55:52 +0800 Subject: [PATCH] after compile then check the contract, test OK. --- .../test/resources/project-to-test/pom.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 source/contract/contract-maven-plugin/src/test/resources/project-to-test/pom.xml diff --git a/source/contract/contract-maven-plugin/src/test/resources/project-to-test/pom.xml b/source/contract/contract-maven-plugin/src/test/resources/project-to-test/pom.xml new file mode 100644 index 00000000..ea7962e8 --- /dev/null +++ b/source/contract/contract-maven-plugin/src/test/resources/project-to-test/pom.xml @@ -0,0 +1,24 @@ + + 4.0.0 + + com.jd.blockchain + project-to-test + 1.0-SNAPSHOT + jar + Test MyMojo + + + + + contract-maven-plugin + + + + + contract1 + + + + + \ No newline at end of file