Closed jackmatt2 closed 7 years ago
I can not reproduce this on my local machine:
okke@honderdnegenenvijftig projects $ git clone https://github.com/OpenConext/Mujina.git Mujina-reproduce-issue-21
Cloning into 'Mujina-reproduce-issue-21'...
remote: Counting objects: 4696, done.
remote: Total 4696 (delta 0), reused 0 (delta 0), pack-reused 4696
Receiving objects: 100% (4696/4696), 1.12 MiB | 734.00 KiB/s, done.
Resolving deltas: 100% (1659/1659), done.
okke@honderdnegenenvijftig projects $ cd Mujina-reproduce-issue-21/
okke@honderdnegenenvijftig Mujina-reproduce-issue-21 (master)$ git checkout mujina-5.0.
mujina-5.0.0 mujina-5.0.5
okke@honderdnegenenvijftig Mujina-reproduce-issue-21 (master)$ git checkout mujina-5.0.5
Note: checking out 'mujina-5.0.5'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 8b3f474... Release 5.0.5
okke@honderdnegenenvijftig Mujina-reproduce-issue-21 (detached*)$ mvn clean install > /tmp/output-clean-install-issue-21.txt
okke@honderdnegenenvijftig Mujina-reproduce-issue-21 (detached*)$ tail -20 /tmp/output-clean-install-issue-21.txt
[INFO]
[INFO] --- spring-boot-maven-plugin:1.5.2.RELEASE:repackage (default) @ mujina-idp ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mujina-idp ---
[INFO] Installing /Users/okke/projects/Mujina-reproduce-issue-21/mujina-idp/target/mujina-idp-5.0.5.jar to /Users/okke/.m2/repository/org/openconext/mujina-idp/5.0.5/mujina-idp-5.0.5.jar
[INFO] Installing /Users/okke/projects/Mujina-reproduce-issue-21/mujina-idp/pom.xml to /Users/okke/.m2/repository/org/openconext/mujina-idp/5.0.5/mujina-idp-5.0.5.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] mujina ............................................. SUCCESS [ 0.759 s]
[INFO] mujina-common ...................................... SUCCESS [ 1.626 s]
[INFO] mujina-sp .......................................... SUCCESS [ 13.855 s]
[INFO] mujina-idp ......................................... SUCCESS [ 12.959 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 29.489 s
[INFO] Finished at: 2017-05-29T13:31:55+02:00
[INFO] Final Memory: 50M/236M
[INFO] ------------------------------------------------------------------------
okke@honderdnegenenvijftig Mujina-reproduce-issue-21 (detached*)$
Can you attach / post the entire output of your build?
Turns out my .m2
had a bad pom file. I needed to delete ~/.m2/repository/org/apache/httpcomponents/project/7/
git clone https://github.com/OpenConext/Mujina.git cd Mujina/ git checkout mujina-5.0.5 mvn clean install
Appears that apache HttpClient is not downloading for some reason.