mirror of https://github.com/apache/maven.git
fix typo on profile id
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
0a666f3050
commit
1e72287309
|
@ -34,7 +34,7 @@ mvn verify -P local-it -f "$MAVENCODEBASE"
|
||||||
|
|
||||||
Now run (don't forget to update the versions!)
|
Now run (don't forget to update the versions!)
|
||||||
```
|
```
|
||||||
mvn clean install -Prun-its,embdedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-<VERSION>-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-<VERSION>-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
||||||
```
|
```
|
||||||
|
|
||||||
or if behind a proxy
|
or if behind a proxy
|
||||||
|
|
|
@ -26,7 +26,7 @@ if [ -z "$MAVENCODEBASE" ] ; then
|
||||||
echo Please export MAVENCODEBASE
|
echo Please export MAVENCODEBASE
|
||||||
else
|
else
|
||||||
mvn verify -P versionlessMavenDist -f "$MAVENCODEBASE"
|
mvn verify -P versionlessMavenDist -f "$MAVENCODEBASE"
|
||||||
mvn clean test -Prun-its,embdedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
mvn clean test -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue