git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114577 13f79535-47bb-0310-9956-ffa450edef68
14 lines
221 B
Bash
Executable File
14 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf target
|
|
|
|
maven jar:jar
|
|
|
|
( cd ~/.maven/plugins ; rm -rf maven-test-plugin* )
|
|
|
|
rm -f ~/maven/plugins/maven-test-plugin*.jar
|
|
|
|
cp target/maven-test-plugin*.jar ~/maven/plugins
|
|
|
|
rm -f ~/.maven/plugins/*.cache
|