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 3e0e5c1 commit 8a2ae8eCopy full SHA for 8a2ae8e
httpclient5-observation/pom.xml
@@ -115,6 +115,26 @@
115
</dependency>
116
</dependencies>
117
118
+ <reporting>
119
+ <plugins>
120
+ <plugin>
121
+ <artifactId>maven-project-info-reports-plugin</artifactId>
122
+ <inherited>false</inherited>
123
+ <reportSets>
124
+ <reportSet>
125
+ <reports>
126
+ <report>index</report>
127
+ <report>dependencies</report>
128
+ <report>dependency-info</report>
129
+ <report>summary</report>
130
+ </reports>
131
+ </reportSet>
132
+ </reportSets>
133
+ </plugin>
134
+ </plugins>
135
+ </reporting>
136
+
137
138
<build>
139
<plugins>
140
<plugin>
0 commit comments