Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created November 28, 2011 20:48
Show Gist options
  • Save johndemic/1401972 to your computer and use it in GitHub Desktop.
Save johndemic/1401972 to your computer and use it in GitHub Desktop.
Maven command line to generate a Mule Module for DevKit
mvn archetype:generate -DarchetypeGroupId=org.mule.tools.devkit - DarchetypeArtifactId=mule-devkit-archetype-generic -DarchetypeVersion=3.0.1 - DarchetypeRepository=http://repository.mulesoft.org/releases/ -DgroupId=acmesoft.com -DartifactId=validator-module -Dversion=1.0-SNAPSHOT -DmuleVersion=3.2.0 - DmuleModuleName=Validator -DmuleModulePackage=com.acmesoft.integration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment