0

In Intellij, Mule Server is used to run Mule Project but this facility is not available in Netbeans by default.

I have asked Intellij users and following screen shot is provided which contains Mule's dependency class to start.

Intellij Screenshot

Could anyone suggest how to map the same in Netbeans to run Mule Project built in Maven?

fatherazrael
  • 5,511
  • 16
  • 71
  • 155

1 Answers1

1

I don't think Netbeans allows any way to set VM arguments. You will have to use exec-maven-plugin like here: https://stackoverflow.com/a/25442840/658606 And set up a call to that plugin in either "Project Properties / Actions" or "Run Maven/ Goals"

user158037
  • 2,659
  • 1
  • 24
  • 27