Skip to content

Commit bb95291

Browse files
committed
Fix coherence-ai module JavaDoc build
[git-p4: depot-paths = "//dev/coherence-ce/main/": change = 108284]
1 parent 2667cc2 commit bb95291

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

prj/coherence-ai/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,13 @@
197197
</configuration>
198198
</plugin>
199199

200-
<!-- flatten POM to remove build-specific content -->
201200
<plugin>
202-
<groupId>org.codehaus.mojo</groupId>
203-
<artifactId>flatten-maven-plugin</artifactId>
201+
<groupId>org.apache.maven.plugins</groupId>
202+
<artifactId>maven-javadoc-plugin</artifactId>
203+
<version>${maven.javadoc.plugin.version}</version>
204+
<configuration>
205+
<sourcepath>src/main/java;target/generated-sources/protobuf/grpc-java;target/generated-sources/protobuf/java</sourcepath>
206+
</configuration>
204207
</plugin>
205208
</plugins>
206209
</build>

0 commit comments

Comments
 (0)