mirror of
https://github.com/apache/maven.git
synced 2025-02-19 08:26:51 +00:00
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162501 13f79535-47bb-0310-9956-ffa450edef68
8 lines
211 B
Bash
Executable File
8 lines
211 B
Bash
Executable File
#!/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 )
|