Missing artifact "test-utils" (run test for CDI)
olukashevich opened this issue · 11 comments
In https://nexus.codehaus.org/#view-repositories;snapshots~browsestorage~test there is no this artifact and maven can not run test for CDI - how can I fix it?
Thanks.
Go to this project: https://github.com/javaee-samples/javaee7-samples/tree/master/test-utils
And install it in your local repo with mvn clean install
Thanks!) I saw it 10 mins ago herself)))))))))))
Great! Fixed your problem?
I thought we fixed it that anybody who build the workspace from scratch will not face this. Is this not the case?
But you always need to perform the first build from the root folder.
And then everything will work?
Yes
BTW, someone asked me and I've made this video explaining how to setup the samples:
https://www.youtube.com/watch?v=BB4b-Yz9cF0
really nice, tweeted https://twitter.com/arungupta/status/573549034259943424
radcortez
"But you always need to perform the first build from the root folder."
Yes, I done it and can now running tests for CDI (i built exatly root folder, because test-utils has dependency on root artifact "samples-parent") - https://www.youtube.com/watch?v=BB4b-Yz9cF0 - like here.
Thank you very match!