-1

I have some symbolic links into my webapplication /WEB-INF folder that i want to get removed automatically everytime before my WAR has been undeployed. Is there any easy way to do that in Maven? Thanks

1 Answers1

0

See the exec goal of th Exec Maven Plugin:

A Plugin for executing external programs.

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107