gnodet commented on PR #703: URL: https://github.com/apache/maven/pull/703#issuecomment-1095245409
> First question... Do we want to have a cycles between packages and interfaces? > eg: > `org.apache.maven.api. Session` needs `org.apache.maven.api.services.ArtifactDeployer` > and `ArtifactDeployer` needs `Session`. I can remove all the methods from the session. Those are shortcuts to improve the user-friendliness of the api. My thinking was that simple usages would just use the `Session` rather than having to go through the services, for example creating an Artifact, but maybe simple usages are not really so frequent... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
