The Ant build script has a target to clean all plugins, but not one to clean just one plugin. The benefit of such a target is a scenario where a parent plugin is re-used by multiple "child plugins" and just one of those children is reconstructed (no need to clean the parent then).
The Ant build script has a target to clean all plugins, but not one to clean just one plugin. The benefit of such a target is a scenario where a parent plugin is re-used by multiple "child plugins" and just one of those children is reconstructed (no need to clean the parent then).