How to use allure with junit5 in multi module maven project #2013
Unanswered
kunal-techprescient
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have multiple module project setup like below.
app-repo
\ -- api
\ -- data
\ -- web
root project defines the allure plugin like below
With this I can see allure report and allure result generated for api module in
target
directory. But for data and web module the the allure results are not getting generated in build directory.I wonder why only api project inheriting the plugin from parent pom and not other modules. Any help is appreciated.
[Note: The project is Spring Boot application using Boot version 2.7.5 and Junit5]
Beta Was this translation helpful? Give feedback.
All reactions