This is an automated email from the ASF dual-hosted git repository.
bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/master by this push:
new 7825e40 NIFI-6262 - Upgrade to nifi-nar-maven-plugin 1.3.1
7825e40 is described below
commit 7825e40d15c267deb91bf6af0df5c0e08096765e
Author: Bryan Bende <[email protected]>
AuthorDate: Mon May 6 09:59:36 2019 -0400
NIFI-6262 - Upgrade to nifi-nar-maven-plugin 1.3.1
This closes #3463.
---
README.md | 2 +-
nifi-nar-bundles/nifi-jetty-bundle/pom.xml | 4 ++++
pom.xml | 7 +++++--
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 1a0ca4c..3ce96d6 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Apache NiFi was made for dataflow. It supports highly
configurable directed grap
## Requirements
* JDK 1.8 (*ongoing work to enable NiFi to run on Java 9/10/11; see
[NIFI-5174](https://issues.apache.org/jira/browse/NIFI-5174)*)
-* Apache Maven 3.1.0 or newer
+* Apache Maven 3.1.1 or newer
* Git Client (used during build process by 'bower' plugin)
## Getting Started
diff --git a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml
b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml
index 90e2c31..4b644f5 100644
--- a/nifi-nar-bundles/nifi-jetty-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jetty-bundle/pom.xml
@@ -35,6 +35,10 @@
<artifactId>nifi-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-framework-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<scope>compile</scope>
diff --git a/pom.xml b/pom.xml
index d72dc1d..c8b7b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <maven.min-version>3.1.0</maven.min-version>
+ <maven.min-version>3.1.1</maven.min-version>
<maven.surefire.arguments />
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -488,8 +488,11 @@
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
- <version>1.2.0</version>
+ <version>1.3.1</version>
<extensions>true</extensions>
+ <configuration>
+ <enforceDocGeneration>true</enforceDocGeneration>
+ </configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>