For things like "maven clean" resolving the project's
dependencies seems like overkill. For example, while I am
working with my plugin for GUIApp and makeing things generally
usable, I have to have a snapshot of some of its dependencies
just to clean the target directory. If I don't have those
snapshots, then I am SOL. The clean fails.
Sure there is a workaround ("rm -rf target"), but it is
a PITA to have to deal with--especially when I need to purge
the snapshots out of my repository. I.e. the plugin is affecting
the builds, so I want to make sure only good builds are in the
repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]