Here is a first "pre-release" of the "Basic Restlet artifact".
To use it, as this artifact isn't currently in a repository, it must be
added to the local Maven repository (cache)
cd maven-archetype-restlet-basic
mvn install
When it's done, you can now create a project in any directory
For exemple, to create a project "my-app" (as groupId "com.foo") in
"/home/jy/workspace"
cd /home/jy/workspace
mvn archetype:generate \
-DarchetypeGroupId=org.restlet.tools \
-DarchetypeArtifactId=maven-archetype-restlet-basic \
-DarchetypeVersion=1.0-SNAPSHOT \
-DgroupId=com.foo \
-DartifactId=my-app
Any comments, correction or enhancements are welcome! :)
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=7458&dsMessageId=2368950