eclipse-ee4j / starter

Eclipse Starter for Jakarta EE
Eclipse Public License 2.0
49 stars 40 forks source link

Clarify discrepancies in Maven Archetype Build with some configurations #300

Closed Tasnim1147 closed 1 month ago

Tasnim1147 commented 1 month ago

Hi,

We've noticed some discrepancies in the Maven archetype build process for various configurations of Maven Archetype Build. Specifically, there are cases where the build succeeds locally even though it should not when compared to starter. The attached document provides a comprehensive table of all tested configurations, highlighting where these discrepancies occur. Validation Cases.xlsx

jeyvison commented 1 month ago

Hi @Tasnim1147 , thanks for letting us know. Let me check a few of the cases you raised so we can understand better whats happening.

m-reza-rahman commented 1 month ago

Looks like one bug is that the Archetype allows using SE 8 with EE 10, at least for Liberty and none. That's fixed now: https://github.com/eclipse-ee4j/starter/pull/301.