Create Java project with Maven archetype rdfbean-tapestry-quickstart

Archetype for creating a basic RDFBean Tapestry 5 application.

Create a Java Project by archetype rdfbean-tapestry-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.mysema.rdf"   -DarchetypeArtifactId="rdfbean-tapestry-quickstart"   -DarchetypeVersion="1.7.1"   -DinteractiveMode=false 

Details about maven archetype rdfbean-tapestry-quickstart

License

License

GNU Lesser General Public License, Version 2.1
GroupId

GroupId

com.mysema.rdf
ArtifactId

ArtifactId

rdfbean-tapestry-quickstart
Version

Version

1.7.1
Type

Type

maven-archetype
Description

Description

RDFBean Tapestry 5 Quickstart Archetype
Archetype for creating a basic RDFBean Tapestry 5 application.
Project Organization

Project Organization

Mysema Ltd

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.mysema.rdf -DarchetypeArtifactId=rdfbean-tapestry-quickstart -DarchetypeVersion=1.7.1 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.easymock : easymock jar 3.0
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.