Create Java project with Maven archetype opc-ua-device-archetype

Maven Archetype for an Ignition OPC UA Device Module

Create a Java Project by archetype opc-ua-device-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.inductiveautomation.ignitionsdk"   -DarchetypeArtifactId="opc-ua-device-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-build
  • ${rootArtifactId}-device

Details about maven archetype opc-ua-device-archetype

License

License

GroupId

GroupId

com.inductiveautomation.ignitionsdk
ArtifactId

ArtifactId

opc-ua-device-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

Archetype - Ignition OPC UA Device Module
Maven Archetype for an Ignition OPC UA Device 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=opc-ua-device-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.