Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 8, 2024
1 parent 65f1cd3 commit 49fc755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drools-test-coverage/drools-test-coverage-jars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 49fc755

Please sign in to comment.