Page 1 of 1

How can integration maven

Posted: 24 Apr 2017, 12:29
by maydinbil
How can integration Atlantis theme my maven project

Re: How can integration maven

Posted: 25 Apr 2017, 13:18
by Melloware
The only thing you can do is install it in a local Nexus Repository. If not you will have to just manually load it in your /.m2/repository/org/primefaces/themes folder yourself for Maven to find it.

Re: How can integration maven

Posted: 01 May 2017, 11:20
by mert.sincan
Please try;

Code: Select all

mvn install:install-file -Dfile=<path-to-file> -DgroupId=org.primefaces.themes -DartifactId=atlanis -Dversion=<Version> -Dpackaging=jar
Also, I think these links can help to you;
https://www.dropbox.com/s/2p74g63wldbov ... t.mp4?dl=0
https://www.dropbox.com/s/s9cle2xqbwbu8 ... t.mp4?dl=0