Description
Hello,
I tried to publish a spark package release of https://github.com/FRosner/drunken-data-quality/tree/2.1.0 by using the "register a release" functionality on http://spark-packages.org/package/FRosner/drunken-data-quality.
I executed sbt clean spDist and it created drunken-data-quality-2.1.0-s_2.10.zip. I selected this zip file in the "register a release" form and got the following message:
release FRosner/drunken-data-quality:2.1.0 FRosner 2016-02-09 07:44:15 2016-02-09 07:52:03 error u"pom file doesn't exist in zip archive or is misnamed. Was looking for drunken-data-quality-2.1.0.pom, contents: [u'drunken-data-quality-2.1.0-s_2.10.jar', u'drunken-data-quality-2.1.0-s_2.10.pom']"
Why is it not putting the pom file correctly?
Thanks
Frank
Relates to FRosner/drunken-data-quality#53