mirror of https://github.com/apache/maven.git
5 lines
170 B
Bash
5 lines
170 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# How I run the ITs from a clean slate. Though I do this with a primed Nexus instance. JvZ.
|
||
|
|
||
|
mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo
|