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

The Social Business Toolkit SDK is a set of libraries and code samples that you use for connecting to the IBM Social Platform. It covers many products like IBM Connections, IBM Notes/Domino, IBM Sametime. It includes support for many authentication mechanisms, as well as comprehensive wrappers for the REST APIs. The SDK can be run on Java-based application servers such WebSphere Application Server, WebSphere Portal, IBM Domino, and Apache Tomcat. Source code is available at https://github.com/OpenNTF/SocialSDK

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="com.ibm.sbt"   -DarchetypeArtifactId="sbt.sso.webapp-archetype"   -DarchetypeVersion="1.1.12.20161007-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

com.ibm.sbt
ArtifactId

ArtifactId

sbt.sso.webapp-archetype
Version

Version

1.1.12.20161007-1200
Type

Type

maven-archetype
Description

Description

sso.sample.webapp-archetype
The Social Business Toolkit SDK is a set of libraries and code samples that you use for connecting to the IBM Social Platform. It covers many products like IBM Connections, IBM Notes/Domino, IBM Sametime. It includes support for many authentication mechanisms, as well as comprehensive wrappers for the REST APIs. The SDK can be run on Java-based application servers such WebSphere Application Server, WebSphere Portal, IBM Domino, and Apache Tomcat. Source code is available at https://github.com/OpenNTF/SocialSDK

How to add to project

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