Skip to content

A giter8 template for generating a new Scala NiFi processor bundle.

Notifications You must be signed in to change notification settings

jfrazee/nifi-processor-bundle-scala.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nifi-processor-bundle-scala.g8

A giter8 template for generating a new Scala NiFi processor bundle.

Overview

The giter8 template is configured for Maven, Scala 2.11.7, and Java 1.8 and includes:

These variables can be modified when the template is applied:

  • basename
  • name
  • organization
  • description
  • version
  • package
  • classname
  • scala_major_version
  • scala_version
  • nifi_version
  • github_id
  • developer_url
  • project_url

Basic Usage

To get started using the template:

brew install giter8
g8 jfrazee/nifi-processor-bundle-scala.g8
cd [NAME] && mvn compile test package

Changelog

0.0.2

  • Updated default NiFi to 1.0.0

0.0.1

  • Initial commit
  • Refactored to be more idiomatic Scala, removed SSLContextService
  • Fixed incorrect version in version.sbt
  • Updated default NiFi to 0.6.0 and Scala to 2.11.8

About

A giter8 template for generating a new Scala NiFi processor bundle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages