-
Notifications
You must be signed in to change notification settings - Fork 1
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
Enhance corporate pom structure #6
Comments
@dmytro-lazebnyi As I see it, dependencies are to be set in a |
Lets agree on some guidelines:
|
having a lib version in this project makes it really hard to update and test. |
@ronenhamias |
Motivation
Corporate POM have to declare all third-party plugins and dependepcies.
All project have to use same versions of any third-party library to avoid difference of dependencies.
Needs to be done
pluginManagement
section and simply used inplugins
sectiondependencyManagement
sectionsproperties
section as it is done for pluginsThe text was updated successfully, but these errors were encountered: