0
Good morning,
I’m starting with the Admin-Faces
. By including the dependency to the project (eclipse), I’m getting the error below:
org.eclipse.Aether.resolution.Artifactdescriptorexception: Failed to read Artifact Descriptor for org.omnifaces:omnifaces:jar:2.1
In the pom.xml
put the following dependency:
<!-- https://mvnrepository.com/artifact/com.github.adminfaces/admin-template -->
<dependency>
<groupId>com.github.adminfaces</groupId>
<artifactId>admin-template</artifactId>
<version>1.0.0-RC18</version>
</dependency>
In your project, right-click, select Maven and choose the option Update Project
– Edjane
Edjane. It is exactly when I update that the library (jar) is not found.
– OrlandoDias
You set up the Ominifaces library?
– Edjane
Edjane. I put yes. Thanks for the force. I got an outline solution: I downloaded the JAR and added it manually to the local repository. I haven’t figured out why I can’t find it in the central repository.
– OrlandoDias