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 2d2343e commit ebdbc95Copy full SHA for ebdbc95
maven-jxr-plugin/pom.xml
@@ -209,6 +209,17 @@ under the License.
209
</reporting>
210
211
<profiles>
212
+ <profile>
213
+ <id>reporting</id>
214
+ <reporting>
215
+ <plugins>
216
+ <plugin>
217
+ <groupId>org.apache.maven.plugins</groupId>
218
+ <artifactId>maven-plugin-report-plugin</artifactId>
219
+ </plugin>
220
+ </plugins>
221
+ </reporting>
222
+ </profile>
223
<profile>
224
<id>run-its</id>
225
<build>
0 commit comments