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 569fea3782ee9df1b01d4f6fd71afd4752f8908d Author: Dan Haywood <[email protected]> AuthorDate: Thu Oct 9 15:57:46 2025 +0100 also removes the deploy skip property for aggregator, cos we _do_ want the source to be deployed (uploaded) --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9ece201b662..93b59714a09 100644 --- a/pom.xml +++ b/pom.xml @@ -42,8 +42,6 @@ <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.deploy.skip>true</maven.deploy.skip> <!-- don't deploy the - aggregator --> <maven-timeline.version>2.0.3</maven-timeline.version> </properties>
