Create Maven Archetype with special directory structure

2022-07-12 Thread Fuhrmann, Hauke
 Hi there, my company is building Java projects with a customised folder structure not directly following the Maven standard directory structure (“src/main/java” and “src/test/java”) but the Eclipse Java structure (“src” and “src-test”). I try to create an archetype for our own projects follow

Create Maven Archetype with special directory structure

2022-07-14 Thread Fuhrmann, Hauke
Hi there, my company is building Java projects with a customised folder structure not directly following the Maven standard directory structure ("src/main/java" and "src/test/java") but the Eclipse Java structure ("src" and "src-test"). I try to create an archetype for our own projects followin

Create Maven Archetype with special directory structure

2022-07-14 Thread Fuhrmann, Hauke
Hi there, my company is building Java projects with a customised folder structure not directly following the Maven standard directory structure ("src/main/java" and "src/test/java") but the Eclipse Java structure ("src" and "src-test"). I try to create an archetype for our own projects followin

Re: Create Maven Archetype with special directory structure

2022-07-14 Thread Greg Chabala
Hello Hauke, I have received your message three times now. I have not responded, hoping someone else would have something constructive for you, but failing that, you can have my take on it. I think the structure you are trying to enforce is weird, and while I applaud Maven for letting you do it,