Skip to content

Commit 9128f74

Browse files
committed
Corrected report declarations of new project modules
1 parent 1ce37cb commit 9128f74

4 files changed

Lines changed: 60 additions & 15 deletions

File tree

httpclient5-jakarta-rest-client/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@
8888

8989
<build>
9090
<plugins>
91+
<plugin>
92+
<groupId>com.github.siom79.japicmp</groupId>
93+
<artifactId>japicmp-maven-plugin</artifactId>
94+
<configuration>
95+
<skip>true</skip>
96+
</configuration>
97+
</plugin>
9198
<plugin>
9299
<groupId>org.codehaus.mojo</groupId>
93100
<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -98,4 +105,23 @@
98105
</plugins>
99106
</build>
100107

108+
<reporting>
109+
<plugins>
110+
<plugin>
111+
<artifactId>maven-project-info-reports-plugin</artifactId>
112+
<inherited>false</inherited>
113+
<reportSets>
114+
<reportSet>
115+
<reports>
116+
<report>index</report>
117+
<report>dependencies</report>
118+
<report>dependency-info</report>
119+
<report>summary</report>
120+
</reports>
121+
</reportSet>
122+
</reportSets>
123+
</plugin>
124+
</plugins>
125+
</reporting>
126+
101127
</project>

httpclient5-sse/pom.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,18 @@
7777
</dependency>
7878
</dependencies>
7979

80+
<build>
81+
<plugins>
82+
<plugin>
83+
<groupId>com.github.siom79.japicmp</groupId>
84+
<artifactId>japicmp-maven-plugin</artifactId>
85+
<configuration>
86+
<skip>true</skip>
87+
</configuration>
88+
</plugin>
89+
</plugins>
90+
</build>
91+
8092
<reporting>
8193
<plugins>
8294
<plugin>
@@ -96,17 +108,4 @@
96108
</plugins>
97109
</reporting>
98110

99-
<build>
100-
<plugins>
101-
<plugin>
102-
<groupId>com.github.siom79.japicmp</groupId>
103-
<artifactId>japicmp-maven-plugin</artifactId>
104-
<configuration>
105-
<skip>true</skip>
106-
</configuration>
107-
</plugin>
108-
</plugins>
109-
</build>
110-
111-
112111
</project>

httpclient5-websocket/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,24 @@
105105
</plugin>
106106
</plugins>
107107
</build>
108+
109+
<reporting>
110+
<plugins>
111+
<plugin>
112+
<artifactId>maven-project-info-reports-plugin</artifactId>
113+
<inherited>false</inherited>
114+
<reportSets>
115+
<reportSet>
116+
<reports>
117+
<report>index</report>
118+
<report>dependencies</report>
119+
<report>dependency-info</report>
120+
<report>summary</report>
121+
</reports>
122+
</reportSet>
123+
</reportSets>
124+
</plugin>
125+
</plugins>
126+
</reporting>
127+
108128
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
<links>
557557
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5/apidocs/</link>
558558
<link>https://hc.apache.org/httpcomponents-core-5.4.x/current/httpcore5-h2/apidocs/</link>
559-
<link>${project.url}/httpclient5/apidocs/</link>
559+
<link>https://hc.apache.org/httpcomponents-client-5.7.x/current/httpclient5/apidocs/</link>
560560
</links>
561561
<groups>
562562
<group>
@@ -588,7 +588,7 @@
588588
<packages>org.apache.hc.client5.http.sse*</packages>
589589
</group>
590590
<group>
591-
<title>Apache HttpClient SSE</title>
591+
<title>Apache HttpClient WebSocket</title>
592592
<packages>org.apache.hc.client5.http.websocket*</packages>
593593
</group>
594594

0 commit comments

Comments
 (0)