Create Java project with Maven archetype sbt.sso.webapp-archetype

This is OpenNTF's fork of IBM's Social SDK. This fork is maintained by the community.

Create a Java Project by archetype sbt.sso.webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DconnectionsUrl="My-connectionsUrl"   -DconnectionsMaps="My-connectionsMaps"   -DarchetypeGroupId="org.openntf.sbt"   -DarchetypeArtifactId="sbt.sso.webapp-archetype"   -DarchetypeVersion="1.5.0.20160704-1200"   -DinteractiveMode=false 

Required parameters for generate java project:

connectionsUrl
validationRegex: none
connectionsMaps
validationRegex: none

Details about maven archetype sbt.sso.webapp-archetype

License

License

GroupId

GroupId

org.openntf.sbt
ArtifactId

ArtifactId

sbt.sso.webapp-archetype
Version

Version

1.5.0.20160704-1200
Type

Type

maven-archetype
Description

Description

sso.sample.webapp-archetype
This is OpenNTF's fork of IBM's Social SDK. This fork is maintained by the community.
Project Organization

Project Organization

OpenNTF

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.openntf.sbt -DarchetypeArtifactId=sbt.sso.webapp-archetype -DarchetypeVersion=1.5.0.20160704-1200 -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.