• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

Richfaces + Spring + Maven Setup help

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I was with that problem, I resolved configuring my pom.xml like this one: pom.xml.
See if I can help you, and try to help me with other one =].

Thanks.
 
It's never done THAT before. Explain it to me tiny ad:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic