mirror of https://github.com/apache/nifi.git
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:
parent
3a78575b9a
commit
59eae00847
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue