We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2667cc2 commit bb95291Copy full SHA for bb95291
prj/coherence-ai/pom.xml
@@ -197,10 +197,13 @@
197
</configuration>
198
</plugin>
199
200
- <!-- flatten POM to remove build-specific content -->
201
<plugin>
202
- <groupId>org.codehaus.mojo</groupId>
203
- <artifactId>flatten-maven-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <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>
207
208
</plugins>
209
</build>
0 commit comments