MVN

org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype

Maven & Gradle

Oct 28, 2014

Sakai Wicket Maven Archetype · The Sakai Wicket Maven Archetype allows you to generate a sample Sakai app via a single Maven command. The app is based on Apache Wicket which integrates nicely with Sakai. The app demonstrates how to get a Sakai tool styled, internationalised and registered, setup your own APIs, wire them up with Spring and inject them via annotations. The 1.1 and up releases also include multi database support via Spring JDBC. It could easily be used as a base for a real tool.

mvn archetype:generate -DarchetypeGroupId=org.sakaiproject.maven-archetype -DarchetypeArtifactId=sakai-wicket-maven-archetype -DarchetypeVersion=1.5.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.5.0
  • Latest Release Candidate: 1.5.0-rc1

All Versions

Choose a version of org.sakaiproject.maven-archetype : sakai-wicket-maven-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.5.x
sakai-wicket-maven-archetype-1.5.0
sakai-wicket-maven-archetype-1.5.0-rc1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.sakaiproject.maven-archetype -DarchetypeArtifactId=sakai-wicket-maven-archetype -DarchetypeVersion=1.5.0