Create Java project with Maven archetype springmvc-archetype

Spring MVC Project with Database.com Support

Create a Java Project by archetype springmvc-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DenableEntity="My-enableEntity"   -DenableSecurity="My-enableSecurity"   -DarchetypeGroupId="com.force.sdk"   -DarchetypeArtifactId="springmvc-archetype"   -DarchetypeVersion="22.0.7-BETA"   -DinteractiveMode=false 

Required parameters for generate java project:

enableEntity
validationRegex: none
enableSecurity
validationRegex: none

Details about maven archetype springmvc-archetype

License

License

GroupId

GroupId

com.force.sdk
ArtifactId

ArtifactId

springmvc-archetype
Version

Version

22.0.7-BETA
Type

Type

maven-archetype
Description

Description

springmvc-archetype
Spring MVC Project with Database.com Support
Project URL

Project URL

http://www.force.com/
Source Code Management

Source Code Management

https://github.com/forcedotcom/springmvc-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.force.sdk -DarchetypeArtifactId=springmvc-archetype -DarchetypeVersion=22.0.7-BETA -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.