Re: JPMS experiment progress report

2023-12-11 Thread Martin Desruisseaux
Le 2023-12-11 à 16 h 59, Tamás Cservenák a écrit : no, old stuff (Maven3) should not be touched. Understood, but all the proposed changes are about Maven 4. The question stay the same: * Need a way to make DependencyProperties accessible from MavenProject * Proposing to add

Re: JPMS experiment progress report

2023-12-11 Thread Tamás Cservenák
Howdy, no, old stuff (Maven3) should not be touched. All the merged changes (and artifact properties) are visible on "new" Maven4 APIs ONLY. There is "no hope" for Maven3 in this respect, as it cannot be done w/o breaking stuff... (maybe it can, but would be "expensive" regarding effort). Hence

JPMS experiment progress report

2023-12-11 Thread Martin Desruisseaux
Hello all Thanks Tamás for the review. Le 2023-12-06 à 11 h 50, Tamás Cservenák a écrit : Still, these changes are not mandatory anymore, as the properties makes these extensible (and the isXXX method are "just" shortcut methods). The problem is that the MavenProject class (the main