Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 3e93e13

Browse files
committed
Update readmes
1 parent 8c45f40 commit 3e93e13

17 files changed

+19
-19
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ cd scripts
1616
$ ./build.sh
1717
```
1818

19-
(You can add '-DskipTests' if you like, or just use 'mvn' directly,
19+
(You can add '-DskipTests' if you like, or just use './mvnw' directly,
2020
once the submodules are initialized. If you are starting from scratch, the "build" module needs to be installed first, followed by the "starters".)
2121

2222
You also nee Mongodb and RabbitMQ and Redis. If you don't have those, and you do

authserver

build

build.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
git submodule update --init
66
git submodule foreach '(git checkout master && git pull --rebase) || echo "Not attempting to sync"'
77
if [ ".$@" == "." ]; then
8-
mvn --settings config/.settings.xml clean install -P build,!base,!starters,!apps -DskipTests
9-
mvn --settings config/.settings.xml clean install -P !build,base,starters,!apps -DskipTests
8+
./mvnw clean install -P build,!base,!starters,!apps -DskipTests
9+
./mvnw clean install -P !build,base,starters,!apps -DskipTests
1010
fi
11-
mvn --settings config/.settings.xml clean install "$@" -DskipTests
11+
./mvnw clean install "$@" -DskipTests

bus

Submodule bus updated 1 file

cli

Submodule cli updated 1 file

commons

config

netflix

security

sso

Submodule sso updated from d065ac5 to 093f4d9

starters

tests

Submodule tests updated from d2fe802 to d4a9da8

0 commit comments

Comments
 (0)