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
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
When I compile the code as is, I get the following error
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.mule.runtime.plugins:mule-extensions-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.mule.runtime.plugins:mule-extensions-maven-plugin:jar:1.1.6 @
But after I add mulesoft-releases pluginRepository, it gives the following error.
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (default-enforced-rules) @ aws-lambda-connector ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireNoRepositories failed with message:
Some poms have repositories defined:
ea38c1cd-29d8-42e1-a5f0-28399589404e:aws-lambda-connector version:1.0.11 has plugin repositories [mulesoft-releases]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.082 s
[INFO] Finished at: 2021-06-03T13:42:52-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (default-enforced-rules) on project aws-lambda-connector: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I compile the code as is, I get the following error
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.mule.runtime.plugins:mule-extensions-maven-plugin:1.1.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.mule.runtime.plugins:mule-extensions-maven-plugin:jar:1.1.6 @
But after I add mulesoft-releases pluginRepository, it gives the following error.
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (default-enforced-rules) @ aws-lambda-connector ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireNoRepositories failed with message:
Some poms have repositories defined:
ea38c1cd-29d8-42e1-a5f0-28399589404e:aws-lambda-connector version:1.0.11 has plugin repositories [mulesoft-releases]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.082 s
[INFO] Finished at: 2021-06-03T13:42:52-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2:enforce (default-enforced-rules) on project aws-lambda-connector: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [Help 1]
The text was updated successfully, but these errors were encountered: