Skip to content

Latest commit

 

History

History

streampipes-archetype-extensions-jvm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

StreamPipes Maven Archetype for Standalone Extensions

Usage

mvn archetype:generate \
 -DarchetypeGroupId=org.apache.streampipes \
 -DarchetypeArtifactId=streampipes-archetype-extensions-jvm \
 -DarchetypeVersion=<VERSION> \
 -DgroupId=org.myorga \
 -DclassNamePrefix=MyProcessor \
 -DartifactId=my-processor-jvm \
 -Dversion=<VERSION>

Variables

  • classNamePrefix: Will be used as a prefix to prefix the examples processor and sink
  • packageName: Will be used as the package name