Question

I have checked out the carbon 4.1.0 source code, I now want to set up the source in eclipse.

How is this normally performed by wso2 developers?

  • Run mvn eclipse:eclipse and import in to eclipse as standard eclipse projects
  • Do not run mvn eclipse:eclipse, just import into eclipse as maven projects

I presume the first option is performed as it is a more reliable approach?

Was it helpful?

Solution

Use mvn eclipse:eclipse and import all files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top