Using forge Alpha 3
I’m trying to add Richfaces to my project. I can get to the part that asks my version and when I select Richfaces 4 I get this error:
Which version of RichFaces?
1 - [RichFaces 4.0.0.Final]
2 - [RichFaces 3.3.3.Final]
Choose an option by typing the number of the selection: 1
***ERROR*** [richfaces setup] org.apache.maven.project.ProjectBuildingException:
[ERROR] Non-resolvable import POM: The repository system is offline
but the artifact org.richfaces:richfaces-bom:pom:4.0.0.Final is not available in the local repository. @ line 11, column 19
for project com.rich.work.please:richTestWorkPlease:1.0.0-SNAPSHOT at C:\Users\lholmquist\richTestWorkPlease\pom.xml
here is the part of my pom that richfaces added:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<version>4.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
Thanks for the help
-Luke