Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Francisco-Castillo/c22c7b9b6bca616b8ba569f3e5a20f7d to your computer and use it in GitHub Desktop.
Save Francisco-Castillo/c22c7b9b6bca616b8ba569f3e5a20f7d to your computer and use it in GitHub Desktop.
Instalar tema de primefaces en proyecto maven
mvn install:install-file -Dfile=<path-to-file/icarus-theme-1.1.3.jar> -DgroupId=org.primefaces.themes -DartifactId=icarus -Dversion=1.1.3 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment