|
104 | 104 | <groupId>org.apache.zookeeper</groupId>
|
105 | 105 | <artifactId>zookeeper</artifactId>
|
106 | 106 | </dependency>
|
| 107 | + <dependency> |
| 108 | + <groupId>org.checkerframework</groupId> |
| 109 | + <artifactId>checker-qual</artifactId> |
| 110 | + </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>org.eclipse.jetty</groupId> |
| 113 | + <artifactId>jetty-io</artifactId> |
| 114 | + </dependency> |
107 | 115 | <dependency>
|
108 | 116 | <groupId>org.eclipse.jetty</groupId>
|
109 | 117 | <artifactId>jetty-server</artifactId>
|
|
220 | 228 | </excludes>
|
221 | 229 | </licenseSet>
|
222 | 230 | </licenseSets>
|
223 |
| - <mapping> |
224 |
| - <ts>SLASHSTAR_STYLE</ts> |
225 |
| - <tsx>SLASHSTAR_STYLE</tsx> |
226 |
| - <tsbuildinfo>NO_STYLE</tsbuildinfo> |
227 |
| - </mapping> |
228 | 231 | </configuration>
|
229 | 232 | </plugin>
|
230 | 233 | <plugin>
|
|
233 | 236 | <configuration>
|
234 | 237 | <excludes>
|
235 | 238 | <exclude>src/main/resources/org/apache/accumulo/monitor/resources/external/**/*</exclude>
|
236 |
| - <exclude>src/main/resources/org/apache/accumulo/newmonitor/dist/**/*</exclude> |
237 |
| - <exclude>src/main/resources/org/apache/accumulo/newmonitor/node_modules/**/*</exclude> |
238 |
| - <exclude>src/main/resources/org/apache/accumulo/newmonitor/**/*.tsbuildinfo</exclude> |
239 | 239 | </excludes>
|
240 | 240 | </configuration>
|
241 | 241 | </plugin>
|
242 |
| - <plugin> |
243 |
| - <groupId>com.github.eirslett</groupId> |
244 |
| - <artifactId>frontend-maven-plugin</artifactId> |
245 |
| - <version>1.15.1</version> |
246 |
| - <configuration> |
247 |
| - <workingDirectory>src/main/resources/org/apache/accumulo/newmonitor</workingDirectory> |
248 |
| - <nodeVersion>v22.11.0</nodeVersion> |
249 |
| - <npmVersion>10.9.0</npmVersion> |
250 |
| - <installDirectory>target</installDirectory> |
251 |
| - </configuration> |
252 |
| - <executions> |
253 |
| - <execution> |
254 |
| - <id>install-node-and-npm</id> |
255 |
| - <goals> |
256 |
| - <goal>install-node-and-npm</goal> |
257 |
| - </goals> |
258 |
| - <phase>generate-sources</phase> |
259 |
| - </execution> |
260 |
| - <execution> |
261 |
| - <id>npm-install</id> |
262 |
| - <goals> |
263 |
| - <goal>npm</goal> |
264 |
| - </goals> |
265 |
| - <phase>generate-sources</phase> |
266 |
| - <configuration> |
267 |
| - <arguments>install</arguments> |
268 |
| - </configuration> |
269 |
| - </execution> |
270 |
| - <execution> |
271 |
| - <id>npm-run-build</id> |
272 |
| - <goals> |
273 |
| - <goal>npm</goal> |
274 |
| - </goals> |
275 |
| - <phase>generate-sources</phase> |
276 |
| - <configuration> |
277 |
| - <arguments>run build</arguments> |
278 |
| - </configuration> |
279 |
| - </execution> |
280 |
| - <execution> |
281 |
| - <id>npm-run-lint</id> |
282 |
| - <goals> |
283 |
| - <goal>npm</goal> |
284 |
| - </goals> |
285 |
| - <phase>validate</phase> |
286 |
| - <configuration> |
287 |
| - <arguments>run lint</arguments> |
288 |
| - </configuration> |
289 |
| - </execution> |
290 |
| - </executions> |
291 |
| - </plugin> |
292 | 242 | </plugins>
|
293 | 243 | </pluginManagement>
|
294 | 244 | <plugins>
|
|
0 commit comments