-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document the pom.xml warning #33
Comments
Thanks. I will try to add a proper comment. |
^^ Famous last words! I have been studying best practices in Aion and am documenting them here https://github.com/fulldecent/aion-aip010 specifically relevant here is https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-maven which builds without warnings. |
I will try to upgrade the archetype to junit5 in next archetype release. Currently its using junit4. But I still believe the warning is due to the usage of system scope in dependency. |
pom.xml currently includes this:
And the maven initialization phase currently produces warnings:
Please update this comment to better document why this dependency should not be changed and why we should trust this comment in the file (which is copy-pasted for generations) instead of what Maven says.
The text was updated successfully, but these errors were encountered: