Hi,
The maven-clover2-plugin creates both a classified and a normal jar
artifact for each sub-module it builds.
I have a problem, where I am seeing both a classified _and_ a non-
classified artifact being put on the classpath under certain
circumstances.
e..g
[INFO] Compiling 3 source files to target\clover\test-classes
[DEBUG] com.app:app:jar:1.0-SNAPSHOT (selected for null)
[DEBUG] com.app:app-domain:jar:clover:1.0-SNAPSHOT:compile
(selected for compile)
... and ...
[DEBUG] com.app:app-mail:jar:clover:1.0-SNAPSHOT:compile (selected
for compile)
[DEBUG] com.app:app-domain:jar:1.0-SNAPSHOT:compile (selected
for compile)
This debug output shows that both com.app:app-domain:jar:clover:1.0-
SNAPSHOT and com.app:app-domain:jar:1.0-SNAPSHOT:compile are on the
compile time classpath.
Is this expected behavior? Is there something possibly misconfigured
that will cause this?
Cheers,
Nick Pellow
Atlassian Clover.