Good idea. Releasing on snapshots is like building on sand.
I have upgraded this to a maven project that knows how to build and release
itself. The artifact is { groupId: “net.hydromatic”, artifactId:
“foodmart-data-mysql”, version: “0.9” } and it is deployed to the conjars.org
repository.
I checked in the source as a github repo:
https://github.com/julianhyde/foodmart-data-mysql.
The contents of the jar are almost the same same (data.sql, after.sql,
LICENSE). I updated NOTICE and pom.xml, and added git.properties.
Julian
On Jan 18, 2015, at 7:58 AM, Vladimir Sitnikov <[email protected]>
wrote:
>> Feel free to check into it as many large files as you want to.
>
> I wonder if I can have non-snapshot version of
> http://repository.pentaho.org/content/groups/omni/pentaho/mondrian-data-foodmart/
> It it had a fixed version number, we could easier reuse the data set.
>
> Of course I can download the jar once, extract it and put into my own
> repository, however it is a bit weird.
>
> BTW: having snapshot versions of dependencies in mondrian is not good
> either: previous versions would fail to pass the tests if snapshot is
> updated.
>
> Vladimir