Create Java project with Maven archetype client-designer-gateway-archetype

Maven Archetype for an Ignition Client+Designer+Gateway Scope Module

Create a Java Project by archetype client-designer-gateway-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.inductiveautomation.ignitionsdk"   -DarchetypeArtifactId="client-designer-gateway-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-build
  • ${rootArtifactId}-client
  • ${rootArtifactId}-common
  • ${rootArtifactId}-designer
  • ${rootArtifactId}-gateway

Details about maven archetype client-designer-gateway-archetype

License

License

GroupId

GroupId

com.inductiveautomation.ignitionsdk
ArtifactId

ArtifactId

client-designer-gateway-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

Archetype - Ignition Client+Designer+Gateway Scope Module
Maven Archetype for an Ignition Client+Designer+Gateway Scope Module
Project URL

Project URL

http://github.com/inductiveautomation/ignition-sdk-archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.inductiveautomation.ignitionsdk -DarchetypeArtifactId=client-designer-gateway-archetype -DarchetypeVersion=1.2.0 -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.