Y
Hacker News
new
|
ask
|
show
|
jobs
by
deredede
312 days ago
Sure, I'm happy with locking the parts I need to lock. Why would I lock the parts I don't need to lock?
1 comments
skywhopper
311 days ago
Because you can’t know which ones you “need” to lock.
link
lenkite
310 days ago
You can definitely know this. Use
mvn dependency:tree -Dverbose
Or use maven-enforcer-plugin to fail the build on conflicts.
link