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?