Re: Download & Caching Text Artifacts (XML schema) with Maven

2016-12-05 Thread Svante Schubert
Benson, Thanks for the quick reply and the pointers. I will do the github and the sonatype access as you stated. Perhaps even OASIS can overtake the latter- Kind regards, Svante PS: Regarding the none modification problem of Apache it is both, see

Re: Download & Caching Text Artifacts (XML schema) with Maven

2016-12-04 Thread Benson Margulies
Svante, I bet that problem isn't 'unchangeable', but rather the license. Anyway, it's easy to do what you want. Read http://central.sonatype.org/pages/ossrh-guide.html. You will probably want to put the schema into a zip or tar file, though you can leave it 'naked'. You set up a github.com

Download & Caching Text Artifacts (XML schema) with Maven

2016-12-04 Thread Svante Schubert
Hi, In the Apache ODF Toolkit (incubating) project we are generating Java classes from the ODF XML schema. For this reason, we need to download the OASIS ODF XML schema, as Apache does not allow to have unchangeable artifacts within the source repository. On the other hand, I would love to build