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 2c63998 commit 8762ec8Copy full SHA for 8762ec8
pom.xml
@@ -170,6 +170,22 @@
170
</contributor>
171
</contributors>
172
173
+ <build>
174
+ <pluginManagement>
175
+ <plugins>
176
+ <plugin>
177
+ <groupId>org.apache.maven.plugins</groupId>
178
+ <artifactId>maven-javadoc-plugin</artifactId>
179
+ <version>3.3.1</version>
180
+ </plugin>
181
182
183
+ <artifactId>maven-invoker-plugin</artifactId>
184
+ <version>3.2.2</version>
185
186
+ </plugins>
187
+ </pluginManagement>
188
+ </build>
189
<profiles>
190
<profile>
191
<id>run-its</id>
0 commit comments