Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 48301342b7b3c65e69af6f44881a4e93028b0563 (plain) (tree)
1
2
3
4
5
6





                                                                            
#!/bin/sh

LOCALREPO=/tmp/m2e-core.localrepo

mvn -f m2e-maven-runtime/pom.xml clean install -Dmaven.repo.local=$LOCALREPO
mvn clean install -Dmaven.repo.local=$LOCALREPO

Back to the top