Create Java project with Maven archetype atlas-archetype

Archetype for generating a custom Atlas webapp

Create a Java Project by archetype atlas-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DatlasDatasourceURL="My-atlasDatasourceURL"   -DatlasUser="My-atlasUser"   -DatlasPassword="My-atlasPassword"   -DatlasIndexLocation="My-atlasIndexLocation"   -DatlasNetCDFRepoLocation="My-atlasNetCDFRepoLocation"   -DarchetypeGroupId="uk.ac.ebi.gxa"   -DarchetypeArtifactId="atlas-archetype"   -DarchetypeVersion="2.0-rc2"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
atlasDatasourceURL
validationRegex: none
atlasUser
validationRegex: none
atlasPassword
validationRegex: none
atlasIndexLocation
validationRegex: none
atlasNetCDFRepoLocation
validationRegex: none

Details about maven archetype atlas-archetype

License

License

GroupId

GroupId

uk.ac.ebi.gxa
ArtifactId

ArtifactId

atlas-archetype
Version

Version

2.0-rc2
Type

Type

maven-archetype
Description

Description

Gene Expression Atlas Archetype
Archetype for generating a custom Atlas webapp
Project URL

Project URL

http://www.ebi.ac.uk/gxa/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=uk.ac.ebi.gxa -DarchetypeArtifactId=atlas-archetype -DarchetypeVersion=2.0-rc2 -DinteractiveMode=false

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : jul-to-slf4j jar 1.5.6
org.slf4j : jcl-over-slf4j jar 1.5.6
org.slf4j : slf4j-api jar 1.5.6
org.apache.solr : solr-solrj jar 1.4.0
org.apache.solr : solr-core jar 1.4.0
commons-lang : commons-lang jar 2.3
org.springframework : spring jar 2.5.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.3

Project Modules

There are no modules declared in this project.