Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.31 KB

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