When I build my Spring Boot application using ./mvnw install, it creates a folder named "target" that contains the output of the build.
I would prefer for that folder to be hidden on Linux (for example using the name ".target").
Is there a way to specify an alternate name for the Maven "target" folder?
.gitignoreor withsvn:ignoreproperty )...gitfolder is hidden..gitignoreis hidden..gitignorelists several settings files/folders which are hidden. What makestargetso special that it gets to clutter my project tree when I want to see only the files that I've created..gitignoredoesn't help with this if I'm runninglsortree..gitdirectory which is only managed and never being touched by user directly whereas thetargetcould and needed....