Questions tagged [mule-maven-plugin]

4 questions
0
votes
1 answer

cannot find 'replicationfactor' in class org.mule.tools.model.anypoint.RuntimeFabricDeploymentSettings

I cloned a flow from production that has Kafka Message Listener. Replaced Kafka Message Listener with HTTP listener, so that I can load input payload and test it in local. but when I click 'Test Connection' on Listener configuration (localhost and…
0
votes
1 answer

Why is Maven downloading log4j-1.2.17.jar?

I have a Mule app that I am building with Maven. I am trying to make sure it does not download log4j-1.2.17.jar when building. However, the jar appears in repository/log4j/log4j/1.2.17/log4j-1.2.17.jar This version of log4j is not a dependency of…
newarsenic
  • 131
  • 1
  • 12
0
votes
1 answer

MessageBodyReader error when deploying to AnyPoint Runtime Fabric from GitHub using Azure Pipieline

Last week I could deploy my project without error and now I am getting this when I try to deploy the same code set from GitHub to AnyPoint Runtime Fabric (RTF) via an Azure Pipeline. what would cause the change? Failed to execute goal…
0
votes
1 answer

Deployment issue on an on premise cluster with Maven arm Deployment - Mule 4.4.0

I am trying to deploy a Mule application to On prem using Maven, but when i execute the command, the result it's a error, could you please told me if anyone know what can i do to solve this problem: Command: mvn clean deploy -DmuleDeploy…