Configures source-release assembly

https://maven.apache.org/apache-resource-bundles/source-release/
This commit is contained in:
Lukasz Lenart
2024-01-20 11:27:19 +01:00
parent bfc5ddba22
commit 7c375cd0b5
+2
View File
@@ -376,6 +376,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<skipAssembly>true</skipAssembly>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<outputDirectory>assembly/out</outputDirectory>
<workDirectory>assembly/work</workDirectory>
</configuration>