When I try to create a project to work with jsf+ejb+jpa by choosing org.richfaces.cdk:maven-archetype-jsf-component archetype maven has failed to build the according directory structure and dependencies. It displayed the following error:
Could not calculate build plan: Plugin org.richfaces.cdk:maven-cdk-plugin:3.3.4.Final or one of its dependencies could not be resolved. Failed to read artifact descriptor for org.richfaces.cdk:maven-cdk.plugin:jar:3.3.4.Final
I'm using Kepler SP2 (on W7 SP1) for Java EE development with Spring and Hibernate plugins. Can they be the source of problem or it's another issue. Could someone give some advice how to solve this one.
And any suggestions for a better way to create JSF+EJB+JPA projects are welcome. I'm going to use maybe spring and spring-security for sure in the future.