Thanks for your response.

I created a archetype for JakartaEE war projects from scratch. In contrast to the current used archetype it:

* does not configure endorsed dir compiler stuff (actually I never saw it used int the wild, but may there are some people with more experience). Normally it's the first thing I remove when I create a new web application * combines generation of all Jakarta EE versions and variants (full, web, core) (currently for a version a dedicated archetype is used - which seems to be harder to maintain) (this might simplify current NetBeans codebase as well)
* pins maven-surefire-plugin in order to be prepared for JUnit 5 usage
* pins maven-war-plugin in order to be compilable with Java 17 (see https://github.com/apache/netbeans/issues/4552)

Would be happy to contribute it: https://github.com/asbachb/jakartaee-war-archetype

Greetings,
Benjamin

On 2023-05-15 18:22, Eric Barboni wrote:
Hi,

This can be done. We already have the one for netbeans platform.
We must have a complete list + having the ok to go from author to give the
source to us. (IP-clearance).

Best Regards
Eric

-----Message d'origine-----
De : Benjamin Asbach <netbe...@impl.it>
Envoyé : dimanche 14 mai 2023 20:06
À : dev@netbeans.apache.org
Objet : Maven Project Archetypes used by NetBeans

Hej,

I recently had a look into
https://github.com/apache/netbeans/issues/4552

I just wonder if NetBeans project want to rely on third party archetypes
which cannot be adjusted easily.

Would it a good idea to maintain and distribute NetBeans within the NetBeans
git repository so that the NetBeans team have full control over these
essential parts of the system?

Greetings,
Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to