File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2020 <jest .version>2.0.0</jest .version>
2121 <licenses .version>3.2.4-SNAPSHOT</licenses .version>
2222 <confluent .maven.repo>http://packages.confluent.io/maven/</confluent .maven.repo>
23+ <maven-site-plugin .version>3.7.1</maven-site-plugin .version>
24+ <maven-project-info-reports-plugin .version>2.9</maven-project-info-reports-plugin .version>
25+ <dependency .locations.enabled>false</dependency .locations.enabled>
2326 </properties >
2427
2528 <repositories >
166169 </execution >
167170 </executions >
168171 </plugin >
172+ <plugin >
173+ <groupId >org.apache.maven.plugins</groupId >
174+ <artifactId >maven-site-plugin</artifactId >
175+ <version >${maven-site-plugin.version} </version >
176+ </plugin >
177+ <plugin >
178+ <groupId >org.apache.maven.plugins</groupId >
179+ <artifactId >maven-project-info-reports-plugin</artifactId >
180+ <version >${maven-project-info-reports-plugin.version} </version >
181+ <configuration >
182+ <!--
183+ Disable dependency locations for latest maven-plugin-info-reports to eliminate blacklisting
184+ warnings: "The repository url '...' is invalid - Repository '...' will be blacklisted."
185+ -->
186+ <dependencyLocationsEnabled >false</dependencyLocationsEnabled >
187+ </configuration >
188+ </plugin >
169189 </plugins >
170190
171191 <resources >
You can’t perform that action at this time.
0 commit comments