This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 31aa0b572c3a1d191990d04284e38cebae64bcd6 Author: aherbert <[email protected]> AuthorDate: Fri Oct 28 16:17:34 2022 +0100 Override skipAssembly property of parent for the dist-archive module --- dist-archive/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 25f34c92..0906edcc 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -277,6 +277,9 @@ under the License. <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <skipAssembly>false</skipAssembly> + </configuration> <executions> <execution> <id>create-distribution</id> @@ -296,6 +299,7 @@ under the License. </plugin> </plugins> </build> + </profile> </profiles>
