This is an overview page, please visit primefaces-extensions.github.io or the showcase for more information.
There are multiple versions available please check which one for your PrimeFaces release version.
Version | Explanation | Showcase |
---|---|---|
unreleased | PrimeFaces 16.0.0 | HTTPS |
PrimeFaces 15.0.0 | HTTPS | |
PrimeFaces 14.0.0 | ||
PrimeFaces 13.0.0 | ||
PrimeFaces 12.0.0 | ||
PrimeFaces 11.0.0 | ||
PrimeFaces 10.0.0 | ||
PrimeFaces 8.0 |
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>primefaces-extensions</artifactId>
<version>${primefaces-extensions.version}</version>
</dependency>
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>resources-monacoeditor</artifactId>
<version>${primefaces-extensions.version}</version>
</dependency>
<dependency>
<groupId>org.primefaces.extensions</groupId>
<artifactId>primefaces-extensions</artifactId>
<version>${primefaces-extensions.version}</version>
<classifier>jakarta</classifier>
</dependency>
The PrimeFaces Extensions namespace is necessary to add PrimeFaces Extensions components to your pages.
xmlns:pe="http://primefaces.org/ui/extensions"
Please refer to the Getting Started Guide to see what you need to get started and any optional libraries.
Please refer to the Migration Guide.
Please refer to the Showcase submodule in order to see the full usage of the components. Simply do the following to run the Showcase:
cd showcase
mvn clean jetty:run
Then open your web browser to http://localhost:8080/showcase-ext/
Please report all issues here.
- Go to the
Actions
tab in GitHub - Select the "Release" workflow
- Click "Run workflow"
- You will be prompted for:
- Branch (default to
master
) - Version to release (e.g. 8.0.2)
- Next development version (e.g. 8.0.3-SNAPSHOT)
- Branch (default to
- The workflow will automatically:
- Set the release version in all pom.xml files
- Create and push a release tag
- Build and deploy artifacts to Maven Central
- Update version to the next development version
Licensed under the MIT license.
SPDX-License-Identifier: MIT