Override skipAssembly property of parent for the dist-archive module
diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml
index 25f34c9..0906edc 100644
--- a/dist-archive/pom.xml
+++ b/dist-archive/pom.xml
@@ -277,6 +277,9 @@
         <plugins>
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+              <skipAssembly>false</skipAssembly>
+            </configuration>
             <executions>
               <execution>
                 <id>create-distribution</id>
@@ -296,6 +299,7 @@
           </plugin>
         </plugins>
       </build>
+
     </profile>
 
   </profiles>