Commit 4f84b5f8 authored by yihua.huang's avatar yihua.huang

update jar

parent 586fa1b8
#!/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
\ No newline at end of file
...@@ -44,6 +44,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment