You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
webmagic/webmagic-scripts/deploy.sh

6 lines
193 B
Bash

11 years ago
#!/bin/sh
VERSION="0.4.1-SNAPSHOT"
11 years ago
mvn clean package
cp target/webmagic-scripts-${VERSION}.jar /usr/local/webmagic/webmagic-console.jar
rsync -avz --delete target/lib/ /usr/local/webmagic/lib/