Page 1 of 1

How to add omega to maven project ?

Posted: 06 Feb 2018, 08:35
by devmsaleh
i have bought primefaces omega and downloaded the jar to my pc
and i am trying to add it to my maven project as follows:

<dependency>
<groupId>org.primefaces</groupId>
<artifactId>omega</artifactId>
<version>1.1.3</version>
<scope>system</scope>
<systemPath>${basedir}/lib/omega-menu-1.1.3.jar</systemPath>
</dependency>

but with no luck, i tried several groupId with no luck
please advise how to add it, thanks.

Re: How to add omega to maven project ?

Posted: 09 Feb 2018, 12:51
by mert.sincan