Create Java project with Maven archetype clojure-maven-archetype

A simple Maven archetype for Clojure

Create a Java Project by archetype clojure-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="tk.skuro"   -DarchetypeArtifactId="clojure-maven-archetype"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Details about maven archetype clojure-maven-archetype

License

License

GroupId

GroupId

tk.skuro
ArtifactId

ArtifactId

clojure-maven-archetype
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

clojure-maven-archetype
A simple Maven archetype for Clojure
Project URL

Project URL

http://github.com/skuro/clojure-maven-archetype
Source Code Management

Source Code Management

https://github.com/skuro/clojure-maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=tk.skuro -DarchetypeArtifactId=clojure-maven-archetype -DarchetypeVersion=1.3 -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.