From 53d27f337c04f2bf7efb66b6ef6853538c903a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E6=88=9F?= Date: Sun, 25 Oct 2020 13:58:03 +0800 Subject: [PATCH] update release note, put surefire config back as comment --- demo/java-demo/pom.xml | 7 +++++++ demo/kotlin-demo/pom.xml | 7 +++++++ docs/ReleaseNote.md | 6 +++--- testable-maven-plugin/pom.xml | 3 ++- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/demo/java-demo/pom.xml b/demo/java-demo/pom.xml index 6bd7010..bb8e4e1 100644 --- a/demo/java-demo/pom.xml +++ b/demo/java-demo/pom.xml @@ -55,6 +55,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + + + + com.alibaba.testable testable-maven-plugin diff --git a/demo/kotlin-demo/pom.xml b/demo/kotlin-demo/pom.xml index 7eee262..b8a13aa 100644 --- a/demo/kotlin-demo/pom.xml +++ b/demo/kotlin-demo/pom.xml @@ -66,6 +66,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + + + + com.alibaba.testable testable-maven-plugin diff --git a/docs/ReleaseNote.md b/docs/ReleaseNote.md index 71c5307..a905c6f 100644 --- a/docs/ReleaseNote.md +++ b/docs/ReleaseNote.md @@ -1,12 +1,12 @@ # Release Note ## v0.2.0 -- use `TestableTool` class to expose test context -- add `testable-maven-plugin` module +- use `TestableTool` class to expose test context and verify mock invoke +- add `testable-maven-plugin` module to simplify javaagent configuration - remove dependence on EnableTestable annotation in `testable-agent` - rename annotations to reflect the actual use -## v0.1.0 +- ## v0.1.0 - move generated agent jar to class folder - support mock method of any object diff --git a/testable-maven-plugin/pom.xml b/testable-maven-plugin/pom.xml index 5b4cc57..f3c7b66 100644 --- a/testable-maven-plugin/pom.xml +++ b/testable-maven-plugin/pom.xml @@ -4,7 +4,7 @@ com.alibaba.testable testable-maven-plugin maven-plugin - ${testable.version} + 0.2.0-SNAPSHOT testable-maven-plugin http://maven.apache.org @@ -60,4 +60,5 @@ +