Skip to content

Commit f4c431b

Browse files
committed
skip building javadoc and sources jars on a developer build
(auto-submit 113155 after successfully running remote remote.full) Job ID: job.9.20250103184600.10079 [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113165]
1 parent 0019d31 commit f4c431b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

prj/coherence-dependencies/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3+
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
44
55
Licensed under the Universal Permissive License v 1.0 as shown at
66
https://oss.oracle.com/licenses/upl.
@@ -1225,6 +1225,13 @@
12251225
props.setProperty("project.timestamp", timestamp)
12261226
desc = "(dev-" + System.getProperty("user.name") + ")"
12271227
}
1228+
props.setProperty("skip.docs", "true")
1229+
props.setProperty("skip.sources", "true")
1230+
}
1231+
else
1232+
{
1233+
props.setProperty("skip.docs", "false")
1234+
props.setProperty("skip.sources", "false")
12281235
}
12291236
props.setProperty("project.impl.description", desc)
12301237

0 commit comments

Comments
 (0)