tree: 659ae944f757c52937d86f5b94d952d8e9e38c1a [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
archetypes/streampipes-archetype-pe-sources/README.md

StreamPipes Maven Archetype for custom Data Sources

Usage

mvn archetype:generate \
 -DarchetypeGroupId=org.apache.streampipes \
 -DarchetypeArtifactId=streampipes-archetype-pe-sources\
 -DarchetypeVersion=<VERSION> \
 -DgroupId=org.myorga \
 -DclassNamePrefix=MyJVMSource \
 -DartifactId=my-jvm-source \
 -Dversion=<VERSION>

Variables

  • classNamePrefix: Will be used as a prefix to name your controller & parameter classes
  • packageName: Will be used as the package name