The things, I came across. {{For my own reference}}
Friday, 4 March 2011
Create Mule Project with Maven
Create Mule Project with Maven
mvn org.mule.tools:mule-project-archetype:create -DartifactId=message-enricher-1 -DmuleVersion=3.1.1
or
Add "org.mule.tools" to setting.xml as pluginGroup and run following command
mvn mule-project-archetype:create -DartifactId=CES-DataX -DmuleVersion=3.1.0
No comments:
Post a Comment