o little hack shell script to build everything.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2003-09-24 18:07:05 +00:00
parent d95effc672
commit f821fbcde5
1 changed files with 7 additions and 0 deletions

7
build-all Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
( cd wagon ; maven jar:install )
( cd maven-model ; maven jar:install )
( cd maven-model-tools ; maven jar:install )
( cd maven-project ; maven jar:install )
( cd maven-artifact ; maven jar:install )