Skip to content

Commit 8a2ae8e

Browse files
committed
Configure maven reports
1 parent 3e0e5c1 commit 8a2ae8e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

httpclient5-observation/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,26 @@
115115
</dependency>
116116
</dependencies>
117117

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+
118138
<build>
119139
<plugins>
120140
<plugin>

0 commit comments

Comments
 (0)