Hi Guys I need some help setting up my project using the following technologies. I'm really having a hard time making this seting up this POM file can anyone help me.
I got thee following errors
- Missing artifact org.richfaces.ui:richfaces-components-ui:jar:
4.0.0.Final:compile
- Missing artifact org.richfaces.core:richfaces-core-impl:jar:
4.0.0.Final:compile
----------------------------------------------------------------------------------------
I also tried it using this configuration
Settings.xml
POM.xml
This is the error for the second configuration.
- Project build error: 'dependencies.dependency.version' for org.richfaces.ui:richfaces-components-ui:jar is missing.
- Project build error: 'dependencies.dependency.version' for org.richfaces.core:richfaces-core-impl:jar is missing.
- Project build error: Non-resolvable import POM: Failure to find org.richfaces:richfaces-bom:pom:4.0.0.Final in
http://maven.springframework.org/milestone was cached in
the local repository, resolution will not be reattempted until the update interval of org.springframework.maven.milestone has elapsed or updates are forced
--------------------------------
Can anyone tell me what I am doing wrong or post a sample POM using that adds RichFaces 4.* to my project.
I'm not very experience in using
maven a detailed example is really appreciated. Also I am used Spring Source tool Suite to create this POM "Spring -MVC- template" then added additional spring dependencies.
Thanks in advance.