Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2161#discussion_r154681565
--- Diff: nifi-toolkit/nifi-toolkit-assembly/pom.xml ---
@@ -100,4 +100,87 @@ language governing permissions and limitations under
the License. -->
<scope>compile</scope>
</dependency>
</dependencies>
+
+
+ <profiles>
+ <profile>
+ <id>docker</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-resources</id>
--- End diff --
@kevdoran It does appear to be a bug. Looks like I may have had a cached
version in target while doing some work. Fixed that up and pushed out the
change.
---