javamavenintellij-ideaintellij-15

Best way to remove all "target" folders in IntelliJ Idea


How can I automate the removal of 'target' folders to facilitate a clean build process for my project in IntelliJ?

enter image description here


Solution

  • In order to clean the target directory and perform a clean build in IntelliJ IDEA, please use the Build | Rebuild Project action.