Skip to content

Commit 134a5b2

Browse files
committed
always build sources for coherence-core-components - coherence has a dependency on it (24.09 cl 113461 --> 14.1.2.0, undo cl 113218)
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v14.1.2.0/": change = 113462]
1 parent 6b1bc67 commit 134a5b2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

prj/coherence-core-components/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
<packaging>jar</packaging>
2525

26+
<properties>
27+
<skip.sources>false</skip.sources>
28+
</properties>
29+
2630
<dependencies>
2731
<dependency>
2832
<groupId>${coherence.group.id}</groupId>

prj/coherence/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@
6262
<version>${project.version}</version>
6363
</dependency>
6464

65+
<dependency>
66+
<groupId>${coherence.group.id}</groupId>
67+
<artifactId>coherence-core-components</artifactId>
68+
<version>${project.version}</version>
69+
<classifier>sources</classifier>
70+
<!-- A slight hack - test scope so that this dependency does not appear in the flattened pom -->
71+
<scope>test</scope>
72+
</dependency>
73+
6574
<dependency>
6675
<groupId>${coherence.group.id}</groupId>
6776
<artifactId>opentracing</artifactId>

0 commit comments

Comments
 (0)