Gradle Downloading - Elite version 6.2.6

UI Components for JSF
Post Reply
NOTiFY
Posts: 393
Joined: 25 May 2016, 22:57

11 Jul 2018, 17:27

I'm using Gradle for my build. as I have an Elite subscription is there any way I can specify v.6.2.6 to be downloaded.

Only seems to allow download of (open source version) 6.2?

Code: Select all

compile group: 'org.primefaces', name: 'primefaces', version: '6.2'
Last edited by NOTiFY on 11 Jul 2018, 17:34, edited 1 time in total.
PF 13.0.0--Jakarta. Jakarta Faces 4.0.1/Kotlin Multiplatform 1.9.10
Mojarra 4.0.2, OmniFaces 4.2
WildFly 29.0.1.Final 'preview' Jakarta EE 10.0.0
JDK 20.0.2, Kotlin 1.9.10, Gradle 8.3 Groovy DSL, MongoDB 7.0.0
IntelliJ IDEA 2023.2.1, macOS Ventura 13.5.1

NOTiFY
Posts: 393
Joined: 25 May 2016, 22:57

11 Jul 2018, 17:33

Solution:

Code: Select all

repositories {
    jcenter()
    mavenCentral()
     flatDir {
        dirs 'lib'
    }
}

Code: Select all

compile group: 'org.primefaces', name: 'primefaces', version: '6.2.6'
Included: primefaces-6.2.6.jar

From local folder 'lib'.
Last edited by NOTiFY on 12 Jul 2018, 08:18, edited 1 time in total.
PF 13.0.0--Jakarta. Jakarta Faces 4.0.1/Kotlin Multiplatform 1.9.10
Mojarra 4.0.2, OmniFaces 4.2
WildFly 29.0.1.Final 'preview' Jakarta EE 10.0.0
JDK 20.0.2, Kotlin 1.9.10, Gradle 8.3 Groovy DSL, MongoDB 7.0.0
IntelliJ IDEA 2023.2.1, macOS Ventura 13.5.1

Melloware
Posts: 3717
Joined: 22 Apr 2013, 15:48

12 Jul 2018, 00:23

Good solution. The only other solution is to host your own Sonatype Nexus repository privately and put PF Elite Releases in there when they are released.
PrimeFaces Developer | PrimeFaces Extensions Developer
GitHub Profile: https://github.com/melloware
PrimeFaces Elite 13.0.0 / PF Extensions 13.0.0
PrimeReact 9.6.1

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 32 guests