This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-4.0.0-M1-RC1
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit d37a008991382cecde2646125a45dbbdbe520103
Author: Dan Haywood <[email protected]>
AuthorDate: Thu Oct 9 18:41:24 2025 +0100

    attaches source-release.zip so that it is uploaded to nexus
---
 pom.xml | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9986d5b46f8..1e05c44815a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,21 +154,6 @@
             <properties>
                 <skipTests>true</skipTests>
             </properties>
-<!--
-            <distributionManagement>
-                <repository>
-                    <id>apache.releases.https</id>
-                    <name>Apache Release Distribution Repository</name>
-                    <url>
-                        
https://repository.apache.org/service/local/staging/deploy/maven2</url>
-                </repository>
-                <snapshotRepository>
-                    <id>apache.snapshots.https</id>
-                    <name>${distMgmtSnapshotsName}</name>
-                    <url>${distMgmtSnapshotsUrl}</url>
-                </snapshotRepository>
-            </distributionManagement>
--->
             <build>
                 <plugins>
                     <plugin>
@@ -210,6 +195,14 @@
                         </configuration>
                     </plugin>
 
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-assembly-plugin</artifactId>
+                        <configuration>
+                            <attach>true</attach>
+                        </configuration>
+                    </plugin>
+
                 </plugins>
             </build>
 

Reply via email to