Skip to content

Change Mojarra implementation artifactId to mojarra #5000

@arjantijms

Description

@arjantijms

Currently the maven coordinates of mojarra are:

<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>

The comes from the RI days where the naming pattern was [spec]-api for the API jar, and [spec] for the implementation jar. As Mojarra is no longer the RI (there is no RI concept in Jakarta EE), implementations have been asked to move away from this pattern.

I would like to propose to use:

<groupId>org.glassfish.mojarra</groupId>
<artifactId>mojarra</artifactId>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions