In addition to the src/main/java, I am adding a src/bootstrap directory that I want to include in my build process, in other words, I want maven to compile and include the sources there in my build. How!?
In addition to the src/main/java, I am adding a src/bootstrap directory that I want
Share
You can use the Build Helper Plugin, e.g: