This content has been marked as final.
Show 4 replies
-
1. Re: executer project richfaces
michpetrov Feb 22, 2017 8:10 AM (in response to fotsonono2003)Well, I don't know how to say this in French but you're trying to build a snapshot, snapshots are not published in repositories. Either build the CDK snapshot yourself or switch to a Final version.
-
2. Re: executer project richfaces
fotsonono2003 Feb 22, 2017 6:01 PM (in response to michpetrov)Hi Petrov
How can I switcth to the final version ? Should I set Final version in each submodule ??I m using eclipse.
-
3. Re: executer project richfaces
fotsonono2003 Feb 23, 2017 3:48 AM (in response to michpetrov)Hi Petrov
I added the jboss repository in my maven settings and now the project is built.
Thanks for the help
-
4. Re: executer project richfaces
michpetrov Feb 23, 2017 4:35 AM (in response to fotsonono2003)1 of 1 people found this helpfulYou shouldn't be using a snapshot version in production (although since development has stopped the last snapshot is the same as the last final version). In the git repo you can do git checkout 4.5.17.Final, this will switch the project to the given version.