From 85f2162021d8f8c0049915c96a1d2b236086f65f Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Sat, 18 Feb 2023 20:38:51 -0600 Subject: [PATCH] NIFI-11201 Added include-iotdb Maven build profile This closes #6975 - Corrected Fetch Size property evaluation in QueryIoTDBRecord for FlowFile attributes Signed-off-by: Mike Thomsen --- nifi-assembly/pom.xml | 17 +++++++++++ .../src/main/asciidoc/developer-guide.adoc | 28 +++++++++---------- .../nifi/processors/QueryIoTDBRecord.java | 2 +- 3 files changed, 32 insertions(+), 15 deletions(-) diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml index 5a6f523f0e..1c3e6d9ad5 100644 --- a/nifi-assembly/pom.xml +++ b/nifi-assembly/pom.xml @@ -1044,6 +1044,23 @@ language governing permissions and limitations under the License. --> + + include-iotdb + + false + + allProfiles + + + + + org.apache.nifi + nifi-iotdb-nar + 2.0.0-SNAPSHOT + nar + + + include-media