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?