Create Java project with Maven archetype vision-component-archetype

Maven Archetype for an Ignition Vision Module Component

Create a Java Project by archetype vision-component-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.inductiveautomation.ignitionsdk"   -DarchetypeArtifactId="vision-component-archetype"   -DarchetypeVersion="1.1.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype vision-component-archetype

GroupId

GroupId

com.inductiveautomation.ignitionsdk
ArtifactId

ArtifactId

vision-component-archetype
Version

Version

1.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.inductiveautomation.ignitionsdk -DarchetypeArtifactId=vision-component-archetype -DarchetypeVersion=1.1.0 -DinteractiveMode=false