Guillaume Nodet <gno...@apache.org> wrote: > Fwiw, the Maven 4 API defines a few new scopes, in particular the scopes > named compile-only and test-only, see > > https://github.com/apache/maven/blob/30dc81227bf9c36d36f8549d22ab4c40bce60e77/api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java#L82
Nice to see some additional dependency scopes in the Maven 4 API! I must say though that I find the meaning of `test-only` (‘test compile only, not test runtime’) not very intuitive. `test-compile-only` would make more sense to me for the test-counterpart of `compile-only`. `test` already is what I’d expect from a scope called `test-only`. Nils. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org