to be clear about the problem I faced:
- according the docs the recommended default build includes the examples
- I am practically sure that noone is able to build examples in the current
state!
Why:
- openejb SNAPSHOT not public avail:
+++ b/examples/alternate-descriptors/pom.xml
+++ b/examples/multi-jpa-provider-testing/pom.xml
+++ examples/polling-parent/polling-domain/pom.xml
+++ b/examples/polling-parent/polling-client/pom.xml
<version>4.0.0-SNAPSHOT</version>
- maven-war-plugin versions massive outdated (2.4: API change)
+++ examples/mp-metrics-gauge/pom.xml
+++ examples/simple-jms-context/pom.xml
+++ examples/simple-jms/pom.xml
+++ examples/websocket-jms/pom.xml
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
Variants of maven-war-plugin versions:
4 <version>${maven-war-plugin.version}</version>
28 <version>3.1.0</version>
2 <version>3.3.2</version>
4 <version>2.4</version>
I do not want to rant!
Local dependecy management in so many modules is for sure not easy.
m2c: it simply looks messy w/o obvious reason.
Regards,
Thomas
Am Mo., 1. Apr. 2024 um 20:10 Uhr schrieb Thomas Frühbeck <
[email protected]>:
> Hi,
> I wanted to compare MyFaces/TomEE vs Mojarra/Wildfly and so tried to build
> TomEE-SNAPSHOT.
> To my utter astonishment the examples are not related to parent.
> So dependencyMangement is not working and every dependency/plugin has to
> be defined locally?
>
> This is not by accident, I'm sure, but is it planned to keep it that way?
>
> Regards,
> Thomas
>