enunciate icon indicating copy to clipboard operation
enunciate copied to clipboard

mojo update

Open stoicflame opened this issue 3 years ago • 0 comments

The current mojo implementations depend on deprecated APIs. See this thread for additional context.

  • maven-compat needs to be removed as a dependency.
  • Deploy and install mojos need to be refactored to the latest way of doing things.
    • Make sure there are no references to parameter localRepository in any mojos.
    • Make sure there are no warnings when running Enunciate such as "Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead."

stoicflame avatar Mar 27 '23 20:03 stoicflame