soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.

Home Page:https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building WAR file for exhibitor version1.5.5 shows "dev" on dashboard

itsolutionsprovider opened this issue · comments

Following the steps I was able to generate the war file. But when the Exhibitor is rendered I see that the version says "dev" .
https://github.com/Netflix/exhibitor/wiki/Building-A-WAR-File

Any updates on this please.
Thanks

Found the root cause of the issue. If anybody else is interested to know. Closing this for now. Will revisit when netflix has an update.

Based on the artifact version in pom.xml file maven downloads files from http://repo.maven.apache.org/maven2/com/netflix/exhibitor/exhibitor-standalone/1.5.2/exhibitor-standalone-1.5.2.pom
compare with 1.5.3
http://repo.maven.apache.org/maven2/com/netflix/exhibitor/exhibitor-standalone/1.5.3/exhibitor-standalone-1.5.3.pom
the scope is runtime vs compile
therefore its not compiling for 1.5.3 or higher
so it all depends on how soon netflix would fix it and upload file.