You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
The text was updated successfully, but these errors were encountered:
The current mojo implementations depend on deprecated APIs. See this thread for additional context.
maven-compat
needs to be removed as a dependency.localRepository
in any mojos.The text was updated successfully, but these errors were encountered: