Skip to content

Commit b4b19ec

Browse files
authored
Update maven-test-reuse.asciidoc
1 parent 090cafc commit b4b19ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/build/maven-test-reuse.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ Your build and IDEs only have to deal with "normal" dependencies and get faster
127127

128128
Cons:
129129

130-
* *Extra module(s)*:
130+
* *Extra module(s)*: +
131131
For each set of reusable test-infrastructure you need to create an additional maven module including `pom.xml`, `<module>` tag in parent POM, and folder structure.
132-
* *Overhead dues to cyclic dependencies*:
132+
* *Overhead due to cyclic dependencies*: +
133133
Sometimes you end up with a problem since obviously maven does not support cyclic dependencies and has to be able to build each module independently.
134134
In the example above you might have the problem that `CoolTestExtension` requires `SomeClass`.
135135
Now if `SomeClassTest` dependends both on `SomeClass` and on `CoolTestExtension`, you end up in a problem that can easily be solved with `test-jars` approach.

0 commit comments

Comments
 (0)