From 49fc755153030636285aa83a0b6244d55c3b04c3 Mon Sep 17 00:00:00 2001 From: Toshiya Kobayashi Date: Fri, 8 Nov 2024 15:43:32 +0900 Subject: [PATCH] typo --- drools-test-coverage/drools-test-coverage-jars/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drools-test-coverage/drools-test-coverage-jars/README.md b/drools-test-coverage/drools-test-coverage-jars/README.md index 0564853fb66..b3a0d191671 100644 --- a/drools-test-coverage/drools-test-coverage-jars/README.md +++ b/drools-test-coverage/drools-test-coverage-jars/README.md @@ -4,6 +4,6 @@ This project is to build jars that are used in `drools-test-coverage` project. S ### How to add a jar project If the jar is not a kjar, you can simply add the jar project under this project. `surf` project is an example. -If the jar has a fixed version while requires the current version for dependency or plugin (e.g. jar version is `1.0.0`, but requires `999-SNAPSHOT` kie-maven-plugin to build the kjar), use `tdrools-test-coverage-jars-with-invoker` to build the jar with maven-invoker-plugin. Place the jar project under `src/it`. `kie-poject-simple` is an example. +If the jar has a fixed version while requires the current version for dependency or plugin (e.g. jar version is `1.0.0`, but requires `999-SNAPSHOT` kie-maven-plugin to build the kjar), use `drools-test-coverage-jars-with-invoker` to build the jar with maven-invoker-plugin. Place the jar project under `src/it`. `kie-poject-simple` is an example. In both cases, you would need to copy the jar file to the target test project using `copy-rename-maven-plugin`. \ No newline at end of file