Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mojarra-dev] Move Maven coordinates to org.glassfish:mojarra?

Why org.glassfish?
Its part of Jakarta EE and the coordinstes might reflect that fact?

Herzliche Grüße
Michael Müller

@muellermi
blog.mueller-bruehl.de

Read my books
Practical JSF in Java EE 8 (apress)
Java Lambdas and Parallel Streams (apress)
Beginning Java (leanpub.com/BeginningJava)
Visitors (leanpub.com/visitors)


Am 22. Juni 2020 18:00:06 MESZ schrieb arjan tijms <arjan.tijms@xxxxxxxxx>:
Hi,

Mojarra currently uses the coordinates

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

I wonder if we should not move this to:

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

Thoughts?

Kind regards,
Arjan Tijms

Back to the top