NIFI-13259 Enabled publishing nifi-stateless-assembly to Maven

This closes #8844

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
bob 2024-05-17 09:08:39 -05:00 committed by exceptionfactory
parent 3a78575b9a
commit 59eae00847
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>nifi-stateless-${project.version}</finalName>
<attach>false</attach>
<attach>true</attach>
</configuration>
<executions>
<execution>