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
Asked
Active
Viewed 149 times
1 Answers
0
See the exec
goal of th Exec Maven Plugin:
A Plugin for executing external programs.

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