Subversion Repositories SmartDukaan

Rev

Rev 3143 | Blame | Last modification | View Log | RSS feed

#!/bin/bash

MAVEN_REPO="${HOME}/.m2/repository"
LOGDIR="/var/log/services"

/opt/apache-maven-3.0.3/bin/mvn -f /root/code/trunk/CRMService/pom.xml exec:java -Dexec.mainClass="in.shop2020.crm.service.CRMServer" >> ${LOGDIR}/crm-service.log 2>&1 &