WSO2 Carbon Studio Maven Support

Now you can create Carbon Archives and basic ESB artifacts using Apache maven commands.When you create a new C-App project, pom file will be created.



New Server Runtime



Then you can create artifacts as you did before. After creating artifacts, you can re-generate the pom.xml, by right click on the C-App project and select Recreate Maven Configuration Project from WSO2 Maven section.



New Server Runtime



You can change Maven Project information while you create the pom.



New Server Runtime



You will get a success message if the pom file has been created successfully.



New Server Runtime



Now you will see the pom file has been updated according to the artifacts that are available in the C-App project.



New Server Runtime



To build the C-App project using maven command, go to the project location in the command line and run the command mvn clean install.



New Server Runtime



Now you will see Carbon Archive (CAR) file has been generated in the target folder and respective artifacts will be generated inside target/artifact folder.



New Server Runtime