Create Java project with Maven archetype visallo-plugin-archetype

Generate a project for Visallo plugin development

Create a Java Project by archetype visallo-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DontologyBaseIri="My-ontologyBaseIri"   -DarchetypeGroupId="org.visallo"   -DarchetypeArtifactId="visallo-plugin-archetype"   -DarchetypeVersion="4.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

ontologyBaseIri
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-auth
  • ${rootArtifactId}-deploy
  • ${rootArtifactId}-web
  • ${rootArtifactId}-worker
  • ${rootArtifactId}-core
  • ${rootArtifactId}-cli

Details about maven archetype visallo-plugin-archetype

GroupId

GroupId

org.visallo
ArtifactId

ArtifactId

visallo-plugin-archetype
Version

Version

4.0.0
Type

Type

maven-archetype
Description

Description

Visallo: Maven Archetype
Generate a project for Visallo plugin development

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.visallo -DarchetypeArtifactId=visallo-plugin-archetype -DarchetypeVersion=4.0.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.