dependency management - Prevent usage of unmanaged dependencies in modules of maven project -
for project, prevent in maven modules usage of dependencies not declared in dependencymanagement in parent pom, there way achieve ?
thanks
first, never able block user add dependency. user can still add jar manualy in code. secondly yo can decompres module jar , put in project. (actually same ant build)
it's start maintain central place version of dependencies. in kind of "corporate parent pom".
if company have nexus/artifactory, can "close door" @ point.
i think that's utopic have same version of dependencies applications. want able use latest feature of latest version of dependency.
Comments
Post a Comment