Re: Possible improvements on Maven

2023-06-30 Thread Tamás Cservenák
Howdy, That's cool, thanks for the feedback. (1) the system scope is deprecated since Maven 3 (2010?), and since similar timeframe, it is not allowed to deploy artifacts using system scope to Maven Central anymore, see https://maven.apache.org/guides/introduction/introduction-to-dependency-mechan

Possible improvements on Maven

2023-06-30 Thread #ZHAO LIDA#
Dear Maven maintainers, we are studying Maven dependency specifications and we would like to offer several possible improvements for Maven. (1) The scope management of Maven is complicated and hard to distinguish. Maven maintained 6 scopes (i.e., compile, runtime, provided, system, test, and