confluentinc / confluentinc/parallel-consumer
mvn compile fails if test-jar of parallel-consumer-core was not previously installed / deployed.
- Dominant language
- Java
- Stars
- 299
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Description
Due to a bug in maven handling of test-jar dependencies - running `mvn compile` fails, unless `mvn install` or `mvn deploy` was executed previously to create test-jar of parallel-consumer-core.
See [stackoverflow - why is "test-jar" dependency required for "mvn compile"](https://stackoverflow.com/questions/4786881/why-is-test-jar-dependency-required-for-mvn-compile).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the repository's Maven build configuration and the test-jar dependency described in the issue. Run `mvn compile` from a clean checkout without first running `mvn install` or `mvn deploy`; the work is done when compilation succeeds in that state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100