Brandon Enochs wrote:
I have a bunch of schemas that I would like to upload to a web server and would like to known if there any best practices for doing so using maven.
Is the idea to make these schemas available within a maven repository?If so, the deploy:deploy-file should help getting the files into the repository in the first place.
The dependency plugin will be able to download the schemas and put them where you app expects to find them, as you probably don't want to add the schema to the classpath (which is what the dependency plugin will do by default), you probably want to look at the other goals in the dependency plugin bound to one of the early phases so the schema is placed where you expect it before compiling.
Regards, Graham --
smime.p7s
Description: S/MIME Cryptographic Signature
