Create Java project with Maven archetype rails-maven-archetype

archetype to mavenize an existing rails 2.3.x or rails3 application

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Ddatabase="My-database"   -DrailsVersion="My-railsVersion"   -DarchetypeGroupId="de.saumya.mojo"   -DarchetypeArtifactId="rails-maven-archetype"   -DarchetypeVersion="0.27.0"   -DinteractiveMode=false 

Required parameters for generate java project:

database
validationRegex: none
railsVersion
validationRegex: none

Details about maven archetype rails-maven-archetype

License

License

MIT
GroupId

GroupId

de.saumya.mojo
ArtifactId

ArtifactId

rails-maven-archetype
Version

Version

0.27.0
Type

Type

maven-archetype
Description

Description

Rails Archetype
archetype to mavenize an existing rails 2.3.x or rails3 application

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.saumya.mojo -DarchetypeArtifactId=rails-maven-archetype -DarchetypeVersion=0.27.0 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.