Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn archetype:generate -DarchetypeGroupId=org.apache.nifi -DarchetypeArtifactId=nifi-processor-bundle-archetype -DarchetypeVersion=0.2.1.0-incubating -DnifiVersion=0.2.1.0-incubating

The archetypeVersion corresponds to the version of the nifi-processor-bundle-archetype that is being used, currently this version is the same as the top-level NiFi version (i.e. for the NiFi 0.2.0 release, the archetypeVersion would be 0.2.0, and so on). The nifiVersion is the version of NiFi that the new processors will depend on.

NOTE: The latest released version of the archetype can always be found by checking the Maven central repositories. If you build NiFi from source you will also have access to the latest version of the archetype through a SNAPSHOT dependency.

Running the above command will prompt you for the following properties:

...