You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "basil (via GitHub)" <gi...@apache.org> on 2023/04/27 14:45:59 UTC

[GitHub] [maven] basil commented on pull request #1012: [MNG-7706] Deprecate 'localRepository' parameter expression (#1009)

basil commented on PR #1012:
URL: https://github.com/apache/maven/pull/1012#issuecomment-1525828731

   How should https://github.com/cloudbees/maven-license-plugin/blob/b58872cc1f4062ec01ca903d9a5546cc3b85a748/src/main/java/com/cloudbees/maven/license/ProcessMojo.java#L179 be adapted? The deprecation notice says to switch to `repositorySystemSession.getLocalRepository()`, but that does not compile:
   
   > java: incompatible types: `org.eclipse.aether.repository.LocalRepository` cannot be converted to `org.apache.maven.artifact.repository.ArtifactRepository`


-- 
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: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org