-
Notifications
You must be signed in to change notification settings - Fork 6
Compiling issue #2
Description
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]