"mvn clean install -Pbootstrap" works for me too, with mvn 3.0.5.
"mvn clean install" does not work, though.


> Ah, I didn't know about the bootstrap profile.
> Works for me with Maven v3.2.1
> 
> Cheers,
> Lorenz

> Did you "install"?
>
> A clean build needs -Pbootstrap or no -P.
>
> -Pdev assumes Guava has been shaded.
>
> I just tried:
>
> git pull
> find ~/.m2/repo/org/apache/jena/ -name 3.4.0-SNAPSHOT | xargs rm -rf
> mvn clean install -Pbootstrap
>
> and it worked
>
> [INFO] -----------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] -----------------------------------------------------------------
> [INFO] Total time: 03:54 min
> [INFO] Finished at: 2017-05-25T11:45:33+01:00
> [INFO] Final Memory: 77M/831M
>
>
> Laura's error could be down to maven : v3.0.5 is pretty old and there
> have been various problems with 3.0.x for early x. I have 3.3.9.
>
> Andy

Reply via email to