Maven for sentinel is deprecated? I get error compiling

Locked
ulaHop
Posts: 4
Joined: 15 Jan 2015, 08:46

20 Oct 2016, 13:08

Maven for sentinel is deprecated?
same year ago i have this:

<dependency>
<groupId>org.primefaces.sentinel</groupId>
<artifactId>primefaces-sentinel</artifactId>
<version>1.1</version>
</dependency>

But now doesn't works.

I'm getting this error:

javax.servlet.ServletException: javax.faces.FacesException: Error loading css, cannot find "theme.css" resource of "primefaces-sentinel" library

SOLVED:
add manually the primefaces-sentinel.1.1.jar

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

21 Oct 2016, 07:57

Or
Please try;

Code: Select all

mvn install:install-file -Dfile=<path-to-file> -DgroupId=org.primefaces.sentinel -DartifactId=primefaces-sentinel -Dversion=1.1 -Dpackaging=jar

Locked

Return to “Sentinel”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 7 guests