Adminfaces - Failed to read Artifact Descriptor

Asked

Viewed 47 times

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. It is exactly when I update that the library (jar) is not found.

  • You set up the Ominifaces library?

  • 1

    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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.