mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
9a10ff55d1
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162546 13f79535-47bb-0310-9956-ffa450edef68
7 lines
197 B
Bash
Executable File
7 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
|
|
( cd maven-model ; maven clean jar:install )
|
|
( cd maven-model-xpp3 ; maven clean jar:install )
|
|
( cd maven-project ; maven clean jar:install )
|
|
( cd maven-core ; maven clean jar:install )
|