Skip to content

Commit dc56b90

Browse files
committed
COH-32948 - Add Coherence RAG modules to BOM and installer
[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v15.1.1.0/": change = 118740]
1 parent 2fff06e commit dc56b90

File tree

10 files changed

+60
-0
lines changed
  • prj/coherence-rag-parent

10 files changed

+60
-0
lines changed

prj/coherence-rag-parent/coherence-rag/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,12 @@
135135
<skip>false</skip>
136136
</configuration>
137137
</plugin>
138+
139+
<!-- flatten POM to remove build-specific content -->
140+
<plugin>
141+
<groupId>org.codehaus.mojo</groupId>
142+
<artifactId>flatten-maven-plugin</artifactId>
143+
</plugin>
138144
</plugins>
139145
</build>
140146

prj/coherence-rag-parent/loaders/coherence-rag-aws-s3-loader/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
</configuration>
117117
</plugin>
118118

119+
<!-- flatten POM to remove build-specific content -->
120+
<plugin>
121+
<groupId>org.codehaus.mojo</groupId>
122+
<artifactId>flatten-maven-plugin</artifactId>
123+
</plugin>
124+
119125
<plugin>
120126
<groupId>org.codehaus.mojo</groupId>
121127
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/loaders/coherence-rag-azure-blob-storage-loader/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@
105105
</configuration>
106106
</plugin>
107107

108+
<!-- flatten POM to remove build-specific content -->
109+
<plugin>
110+
<groupId>org.codehaus.mojo</groupId>
111+
<artifactId>flatten-maven-plugin</artifactId>
112+
</plugin>
113+
108114
<!-- WireMock proxy for recording API interactions -->
109115
<plugin>
110116
<groupId>org.codehaus.mojo</groupId>

prj/coherence-rag-parent/loaders/coherence-rag-google-cloud-storage-loader/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
</configuration>
111111
</plugin>
112112

113+
<!-- flatten POM to remove build-specific content -->
114+
<plugin>
115+
<groupId>org.codehaus.mojo</groupId>
116+
<artifactId>flatten-maven-plugin</artifactId>
117+
</plugin>
118+
113119
<plugin>
114120
<groupId>org.codehaus.mojo</groupId>
115121
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/loaders/coherence-rag-oci-object-storage-loader/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
</configuration>
129129
</plugin>
130130

131+
<!-- flatten POM to remove build-specific content -->
132+
<plugin>
133+
<groupId>org.codehaus.mojo</groupId>
134+
<artifactId>flatten-maven-plugin</artifactId>
135+
</plugin>
136+
131137
<!-- WireMock proxy for recording API interactions -->
132138
<plugin>
133139
<groupId>org.codehaus.mojo</groupId>

prj/coherence-rag-parent/models/coherence-rag-anthropic/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@
8282
</configuration>
8383
</plugin>
8484

85+
<!-- flatten POM to remove build-specific content -->
86+
<plugin>
87+
<groupId>org.codehaus.mojo</groupId>
88+
<artifactId>flatten-maven-plugin</artifactId>
89+
</plugin>
90+
8591
<plugin>
8692
<groupId>org.codehaus.mojo</groupId>
8793
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/models/coherence-rag-deepseek/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
</configuration>
9494
</plugin>
9595

96+
<!-- flatten POM to remove build-specific content -->
97+
<plugin>
98+
<groupId>org.codehaus.mojo</groupId>
99+
<artifactId>flatten-maven-plugin</artifactId>
100+
</plugin>
101+
96102
<plugin>
97103
<groupId>org.codehaus.mojo</groupId>
98104
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/models/coherence-rag-oci/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@
136136
</configuration>
137137
</plugin>
138138

139+
<!-- flatten POM to remove build-specific content -->
140+
<plugin>
141+
<groupId>org.codehaus.mojo</groupId>
142+
<artifactId>flatten-maven-plugin</artifactId>
143+
</plugin>
144+
139145
<plugin>
140146
<groupId>org.codehaus.mojo</groupId>
141147
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/models/coherence-rag-ollama/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
</configuration>
9393
</plugin>
9494

95+
<!-- flatten POM to remove build-specific content -->
96+
<plugin>
97+
<groupId>org.codehaus.mojo</groupId>
98+
<artifactId>flatten-maven-plugin</artifactId>
99+
</plugin>
100+
95101
<plugin>
96102
<groupId>org.codehaus.mojo</groupId>
97103
<artifactId>exec-maven-plugin</artifactId>

prj/coherence-rag-parent/models/coherence-rag-openai/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@
9191
</configuration>
9292
</plugin>
9393

94+
<!-- flatten POM to remove build-specific content -->
95+
<plugin>
96+
<groupId>org.codehaus.mojo</groupId>
97+
<artifactId>flatten-maven-plugin</artifactId>
98+
</plugin>
99+
94100
<plugin>
95101
<groupId>org.codehaus.mojo</groupId>
96102
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)