Hi folks: I am working on removing all of the jar files under deps/ and creating an ant target to acquire them, etc.
However, I just came across something that I wonder if there is a reason behind. For the target build-all it depends on a number of targets, the ones I find interesting are: build-netscaler, build-f5, build-srx Why doesn't it depend on build-network-plugins? Similar story with user authenticators? As a matter of fact why not just use compile-plugins? --David