Hi Sonal,
I have followed the steps mentioned in README.md from https://github.com/sonalgoyal/crux
to setup crux.
1. Installed Hbase-0.94.7
2. Installed Mysql
3. Installed Tomcat 7
4. Installed Maven
Created db in mysql and created schema too.
There is no tar file for hbase-0.94.7 in your github repository. So I followed the steps to build it using maven.
I have updated hibernate.properties files with my mysql credentials.
Downloaded struts2-fullhibernatecore-plugin-2.2.2-GA.jar and added to my local repo by the following command.
mvn install:install-file -DgroupId=com.google.code -DartifactId=struts2-fullhibernatecore-plugin -Dversion=2.2.2-GA
-Dpackaging=jar -Dfile=/home/hduser/Downloads/struts2-fullhibernatecore-plugin-2.2.2-GA.jar
then Started to build using mvn install -DskipTests
But the build failed because unable to download struts2-fullhibernatecore jar from jboss repository. I opened the jboss repo in browser but there is no file in that path. How to fix this issues. I don't know from which pom.xml file it is referring to that jboss repo. Please provide a solution to this problem or add crux tar for hbase-0.94.7 in your github repo