Create Java project with Maven archetype org.glassmaker.archetype.basic

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Create a Java Project by archetype org.glassmaker.archetype.basic with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Doauth2callbackurl="My-oauth2callbackurl"   -Dclientid="My-clientid"   -Dclientsecret="My-clientsecret"   -DarchetypeGroupId="org.glassmaker"   -DarchetypeArtifactId="org.glassmaker.archetype.basic"   -DarchetypeVersion="0.0.1"   -DinteractiveMode=false 

Required parameters for generate java project:

oauth2callbackurl
validationRegex: none
clientid
validationRegex: none
clientsecret
validationRegex: none

Details about maven archetype org.glassmaker.archetype.basic

License

License

GroupId

GroupId

org.glassmaker
ArtifactId

ArtifactId

org.glassmaker.archetype.basic
Version

Version

0.0.1
Type

Type

maven-archetype
Description

Description

Glassmaker Google Glassware Basic Web Project Archteype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Eteration A.S.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.glassmaker -DarchetypeArtifactId=org.glassmaker.archetype.basic -DarchetypeVersion=0.0.1 -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.