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.2.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype vision-component-archetype

License

License

GroupId

GroupId

com.inductiveautomation.ignitionsdk
ArtifactId

ArtifactId

vision-component-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

Archetype - Ignition Vision Module Component Archetype
Maven Archetype for an Ignition Vision Module Component
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=vision-component-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.