maven… Falha ao limpar o projeto: Falha ao excluir .. \ org.ow2.util.asm-asm-tree-3.1.jar

Eu uso o plugin STS (spring tool suite) + maven.

Toda vez que executo meu aplicativo usandomaven-clean Eu vejo o seguinte erro:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building hhsystem ui 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ui ---
[INFO] Deleting C:\Users\Nikolay_Tkachev\workspace\HHSystem\UI\target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.471s
[INFO] Finished at: Mon Oct 21 12:34:33 MSK 2013
[INFO] Final Memory: 2M/90M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.4.1:clean (default-clean) on project ui: Failed to clean project: Failed to delete C:\Users\Nikolay_Tkachev\workspace\HHSystem\UI\target\org.ow2.util.asm-asm-tree-3.1.jar -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Eu tenho que fechar STS e ir paraC:\Users\Nikolay_Tkachev\workspace\HHSystem\UI\target e deletarorg.ow2.util.asm-asm-tree-3.1.jar

Depois de iniciar o STS novamente, funciona, mas isso é um aborrecimento.

Você pode me ajudar com este problema?

ATUALIZAR
para Kalathoki L.

eu corromaven-clean deste estado:

Eu vejo o mesmo comportamento da linha de comando como do plugin do eclipse

Se eu assistir ao unlocker quando o STS estiver rodando, eu vejo

:

questionAnswers(18)

yourAnswerToTheQuestion