Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2161#discussion_r154508401
--- 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 --
not a huge deal but that would cause an additional layer in the image.
will play around with this a bit and see if there is something else that can be
adjusted, otherwise will default to that
Thanks!
---