Skip to content

Commit dd26ed2

Browse files
author
Radek Felcman
authored
Maven build - exclude org.eclipse.persistence.distribution.tests from deployment 3.0 (#2444)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
1 parent fa52840 commit dd26ed2

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

bundles/tests/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
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>
@@ -243,15 +242,6 @@
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

etc/jenkins/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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}" \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
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>

0 commit comments

Comments
 (0)