Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
genjosanzo committed Apr 11, 2012
1 parent c9cb771 commit 1ec6983
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -61,7 +61,7 @@ Creating a mule application using the mule archetype project is extremely easy.
mvn archetype:generate -DarchetypeGroupId=org.mule.tools.devkit -DarchetypeArtifactId=mule-devkit-archetype-mule-app \
-DarchetypeVersion=3.3-SNAPSHOT -DgroupId=org.mule -DartifactId=mule-test-archetype -Dversion=1.0-SNAPSHOT \
-DmuleVersion=3.2.1 -Dpackage=org.mule -Dtransports=file,http,jdbc,jms,vm -Dmodules=client,cxf,management,scripting,sxc,xml \
-DstudioNature=true
-DstudioNature=false
Archetype Parameters:

Expand All @@ -76,4 +76,6 @@ Archetype Parameters:
|muleVersion|The version of the mule runtime you are going to use. Mule 2.2.x is no longer supported|3.2.1|
|addAppToClasspath|A flag to either add the src/main/app/ folder as a resource folder to easily access it within your IDE|false|
|transports|A comma separated list of the transport you are going to use within your application.|file,http,jdbc,jms,vm |
|modules|A comma separated list of the modules you are going to use within your application. |client,cxf,management,scripting,sxc,xml |
|modules|A comma separated list of the modules you are going to use within your application. |client,cxf,management,scripting,sxc,xml |
|studioNature|A flag to enable studio nature, in the future will allow you to import the project to Studio |false |
|EE|A flag to import the EE counterpart of the transport/modules you are using. |false |

0 comments on commit 1ec6983

Please sign in to comment.