update jar

master
yihua.huang 2013-08-21 07:33:59 +08:00
parent 586fa1b86c
commit 4f84b5f8d6
6 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
mvn clean package mvn clean package
cp ./webmagic-samples/target/webmagic-0.2.1.jar ./bin/ cp ./webmagic-samples/target/webmagic-0.2.1*.jar ./bin/
rsync -avz --delete ./webmagic-samples/target/lib/ ./bin/lib/ rsync -avz --delete ./webmagic-samples/target/lib/ ./bin/lib/
git add . git add .
git add -u git add -u
git cim "update jar" git cim "update jar"
git push git push

View File

@ -44,6 +44,7 @@
<modules> <modules>
<module>webmagic-core</module> <module>webmagic-core</module>
<module>webmagic-extension/</module> <module>webmagic-extension/</module>
<module>webmagic-samples/</module>
</modules> </modules>
<dependencyManagement> <dependencyManagement>