My mule maven based project created in eclipse is checked into svn. I want to run it in Anypoint Studio. So I imported it as Maven based project from SVN. But Studio doesn't recognize it as Mule project. Any pointers?
相关问题
- How to filter an array of JSON in Mule DataWeave
- Mule processing strategies - call async private fl
- [javax.xml.bind.UnmarshalException: unexpected ele
- Mule ESB: Retrieving email messages from Gmail usi
- Why does Mule DataWeave array map strip top level
相关文章
- How to implement Mule HTTP GET Method redirect?
- convert xml to soap request using xslt transformat
- How to convert SOAP web service to REST web servic
- Spring3 Dependency Injection not working with mule
- Singleton Startup Mule Component/Flow
- Mule ESB:Context Property Placeholder
- Testing sub-flows in Mule
- how to fix build errors for Maven Mulesoft code
If I have got your scenario correctly here is the solution.
Download the project from svn to a local folder.
From the command prompt run the command mvn studio:studio on this project
Then import the project into the studio from the tab
Import --> General --> Existing Project Into Workspace
Now you can directly run the project as a Mule project.
Hope this helps.
If your project is a Maven project then it should be having a pom.xml file. From anypoint studio do an import of Maven project from pom.xml and point to the location where your project resides. it should automatically find the pom.xml inside and import it successfully.