diff --git a/grouper-midpoint/README.md b/grouper-midpoint/README.md index cf7753e..dcc9579 100644 --- a/grouper-midpoint/README.md +++ b/grouper-midpoint/README.md @@ -21,9 +21,9 @@ All files needed to build and compose these containers are in `mp-gr` directory. ## Downloading midPoint Before building, please build or download current `midpoint-3.9-SNAPSHOT-dist.tar.gz` file and put it into `mp-gr/midpoint-server` directory. There are the following options: -1. Build midPoint from sources as described [here](https://wiki.evolveum.com/display/midPoint/Building+MidPoint+From+Source+Code). +1. Build midPoint from sources as described [here](https://wiki.evolveum.com/display/midPoint/Building+MidPoint+From+Source+Code) - but use `tmp/tier` branch instead of `master`. It should contain a bit more stable code in comparison with the master branch. 2. Use `download-midpoint` script. -3. Download midPoint manually from [Evolveum Nexus](https://nexus.evolveum.com/nexus/content/repositories/snapshots/com/evolveum/midpoint/dist/3.9-SNAPSHOT/) (you have to choose the correct version). +3. Download midPoint manually from [Evolveum web site](https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-dist.tar.gz). Showing e.g. the second option: diff --git a/grouper-midpoint/download-midpoint b/grouper-midpoint/download-midpoint index 2ac36c8..8bce117 100755 --- a/grouper-midpoint/download-midpoint +++ b/grouper-midpoint/download-midpoint @@ -2,7 +2,7 @@ echo "Downloading midPoint 3.9-SNAPSHOT" echo "-----------------------------------------" -curl --output mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://nexus.evolveum.com/nexus/service/local/artifact/maven/content?r=snapshots&g=com.evolveum.midpoint&a=dist&v=LATEST&c=dist&p=tar.gz" +curl --output mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz "https://evolveum.com/downloads/midpoint-tier/midpoint-3.9-SNAPSHOT-dist.tar.gz" echo "-----------------------------------------" echo "Checking the download..." if tar -tf mp-gr/midpoint-server/midpoint-3.9-SNAPSHOT-dist.tar.gz >/dev/null; then