Carbon StudioDownloadsDocumentation
SamplesGet InvolvedProject Information![]() |
WSO2 Carbon Studio Maven SupportNow 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.
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.
You can change Maven Project information while you create the pom.
You will get a success message if the pom file has been created successfully.
Now you will see the pom file has been updated according to the artifacts that are available in the C-App project.
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.
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.
|