What is the conventional folder for storing .xsd
files in a Java Eclipse project? For example, .jars
are kept in /lib
. Where would an .xsd
file be stored?
I generally put my XML schemas in /src/main/resources/XSD
but as you can see from the JAXB project, they are often placed in deep source folders with the most relevant package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With