Excerpt | ||
---|---|---|
| ||
Run a single Maven command to generate a complete working Sakai tool based on Spring MVC. |
Information
How do I get it?
Simply run the following command in your Terminal and follow the prompts:
Code Block |
---|
mvn archetype:generate -DarchetypeGroupId=org.sakaiproject.maven-archetype -DarchetypeArtifactId=sakai-spring-maven-archetype \ -DarchetypeVersion=1.2 -DarchetypeRepository=https://source.sakaiproject.org/maven2/ |
How do I use it?
The output of the above command will produce a project that you can build and deploy to Sakai or add to Eclipse and extend.