File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 <packaging >jar</packaging >
3232
3333 <properties >
34- <maven .deploy.skip>true</maven .deploy.skip>
3534 <comp .xlint>-Xlint:all</comp .xlint>
3635 <comp .xdoclint>-Xdoclint:all,-missing</comp .xdoclint>
3736 <comp .test.xlint>-Xlint:all</comp .test.xlint>
243242 </execution >
244243 </executions >
245244 </plugin >
246- <!--
247- <plugin>
248- <groupId>org.apache.maven.plugins</groupId>
249- <artifactId>maven-deploy-plugin</artifactId>
250- <configuration>
251- <skip>true</skip>
252- </configuration>
253- </plugin>
254- -->
255245 </plugins >
256246 </build >
257247
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22#
3- # Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
3+ # Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved.
44#
55# This program and the accompanying materials are made available under the
66# terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -102,6 +102,7 @@ echo '-[ Deploy artifacts to staging repository ]-----------------------------'
102102# Verify, sign and deploy release
103103(cd ${ECLIPSELINK_DIR} && \
104104 mvn --no-transfer-progress -U -C -B -V \
105+ -pl ' !:org.eclipse.persistence.distribution.tests' \
105106 -Poss-release,staging -DskipTests \
106107 -Dbuild.type=RELEASE -Ddoclint=none \
107108 -DstagingDescription=" ${ECLIPSELINK_STAGING_DESC} " \
Original file line number Diff line number Diff line change 249249 <mysql .version>9.2.0</mysql .version>
250250 <mariadb .version>3.5.3</mariadb .version>
251251 <mssql .version>12.10.0.jre11</mssql .version>
252- <pgsql .version>42.7.6 </pgsql .version>
252+ <pgsql .version>42.7.7 </pgsql .version>
253253 <!-- CQ #21139, 21140 -->
254254 <logback .version>1.5.18</logback .version>
255255 <oracle .jdbc.version>23.8.0.25.04</oracle .jdbc.version>
You can’t perform that action at this time.
0 commit comments