|
21 | 21 | </license> |
22 | 22 | </licenses> |
23 | 23 | <properties> |
| 24 | + <sonar.organization>clun-datastax</sonar.organization> |
| 25 | + <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
24 | 26 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
25 | 27 | <java-driver.version>4.15.0</java-driver.version> |
26 | 28 | <slf4j.version>1.7.36</slf4j.version> |
|
257 | 259 |
|
258 | 260 |
|
259 | 261 | <build> |
260 | | - |
261 | | - <pluginManagement> |
262 | | - <plugins> |
263 | | - <plugin> |
264 | | - <groupId>org.eclipse.m2e</groupId> |
265 | | - <artifactId>lifecycle-mapping</artifactId> |
266 | | - <version>1.0.0</version> |
267 | | - <configuration> |
268 | | - <lifecycleMappingMetadata> |
269 | | - <pluginExecutions> |
270 | | - <pluginExecution> |
271 | | - <pluginExecutionFilter> |
272 | | - <groupId>io.github.deweyjose</groupId> |
273 | | - <artifactId>graphqlcodegen-maven-plugin</artifactId> |
274 | | - <versionRange>[1.16,)</versionRange> |
275 | | - <goals> |
276 | | - <goal>generate</goal> |
277 | | - </goals> |
278 | | - </pluginExecutionFilter> |
279 | | - <action> |
280 | | - <ignore /> |
281 | | - </action> |
282 | | - </pluginExecution> |
283 | | - </pluginExecutions> |
284 | | - </lifecycleMappingMetadata> |
285 | | - </configuration> |
286 | | - </plugin> |
287 | | - </plugins> |
288 | | -</pluginManagement> |
289 | 262 |
|
290 | 263 | <plugins> |
291 | 264 | <plugin> |
|
371 | 344 | <excludePackageNames>com.datastax.stargate.graphql</excludePackageNames> |
372 | 345 | <source>${maven.plugin.javadoc.source}</source> |
373 | 346 | </configuration> |
374 | | - |
375 | 347 | </plugin> |
376 | 348 | <plugin> |
377 | 349 | <groupId>org.apache.maven.plugins</groupId> |
|
400 | 372 | <encoding>UTF-8</encoding> |
401 | 373 | </configuration> |
402 | 374 | </plugin> |
403 | | - <!-- Coveralls.io --> |
404 | | - <plugin> |
405 | | - <groupId>org.eluder.coveralls</groupId> |
406 | | - <artifactId>coveralls-maven-plugin</artifactId> |
407 | | - <version>${version.maven.plugin.coveralls}</version> |
408 | | - <configuration> |
409 | | - <repoToken>7s9Lof8PakG3o8NftCupedDbnNegwN1dS</repoToken> |
410 | | - </configuration> |
411 | | - <dependencies> |
412 | | - <dependency> |
413 | | - <groupId>javax.xml.bind</groupId> |
414 | | - <artifactId>jaxb-api</artifactId> |
415 | | - <version>2.3.1</version> |
416 | | - </dependency> |
417 | | - </dependencies> |
418 | | - </plugin> |
419 | | - |
420 | | - <plugin> |
421 | | - <groupId>org.jacoco</groupId> |
422 | | - <artifactId>jacoco-maven-plugin</artifactId> |
423 | | - <version>${version.maven.plugin.jacoco}</version> |
424 | | - <executions> |
425 | | - <execution> |
426 | | - <id>default-prepare-agent</id> |
427 | | - <goals> |
428 | | - <goal>prepare-agent</goal> |
429 | | - </goals> |
430 | | - </execution> |
431 | | - <execution> |
432 | | - <id>default-prepare-agent-integration</id> |
433 | | - <goals> |
434 | | - <goal>prepare-agent-integration</goal> |
435 | | - </goals> |
436 | | - </execution> |
437 | | - <execution> |
438 | | - <id>default-report</id> |
439 | | - <goals> |
440 | | - <goal>report</goal> |
441 | | - </goals> |
442 | | - </execution> |
443 | | - <execution> |
444 | | - <id>default-report-integration</id> |
445 | | - <goals> |
446 | | - <goal>report-integration</goal> |
447 | | - </goals> |
448 | | - </execution> |
449 | | - </executions> |
450 | | - </plugin> |
451 | 375 | </plugins> |
452 | 376 | </build> |
453 | 377 |
|
|
0 commit comments