|
447 | 447 | </execution> |
448 | 448 | </executions> |
449 | 449 | </plugin> |
450 | | - <plugin> |
451 | | - <groupId>com.github.siom79.japicmp</groupId> |
452 | | - <artifactId>japicmp-maven-plugin</artifactId> |
453 | | - <version>0.23.1</version> |
454 | | - <configuration> |
455 | | - <parameter> |
456 | | - <excludes> |
457 | | - <exclude>com.querydsl.core.annotations.QueryProjection</exclude> |
458 | | - </excludes> |
459 | | - <ignoreMissingOldVersion>true</ignoreMissingOldVersion> |
460 | | - <onlyModified>true</onlyModified> |
461 | | - <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> |
462 | | - <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications> |
463 | | - <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> |
464 | | - <ignoreMissingClasses>true</ignoreMissingClasses> |
465 | | - <excludeModules> |
466 | | - <excludeModule>querydsl-maven-plugin</excludeModule> |
467 | | - <excludeModule>querydsl-example.*</excludeModule> |
468 | | - </excludeModules> |
469 | | - <accessModifier>public</accessModifier> |
470 | | - </parameter> |
471 | | - </configuration> |
472 | | - </plugin> |
| 450 | +<!-- <plugin>--> |
| 451 | +<!-- <groupId>com.github.siom79.japicmp</groupId>--> |
| 452 | +<!-- <artifactId>japicmp-maven-plugin</artifactId>--> |
| 453 | +<!-- <version>0.23.1</version>--> |
| 454 | +<!-- <configuration>--> |
| 455 | +<!-- <parameter>--> |
| 456 | +<!-- <excludes>--> |
| 457 | +<!-- <exclude>com.querydsl.core.annotations.QueryProjection</exclude> --> |
| 458 | +<!-- </excludes>--> |
| 459 | +<!-- <ignoreMissingOldVersion>true</ignoreMissingOldVersion>--> |
| 460 | +<!-- <onlyModified>true</onlyModified>--> |
| 461 | +<!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>--> |
| 462 | +<!-- <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>--> |
| 463 | +<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning>--> |
| 464 | +<!-- <ignoreMissingClasses>true</ignoreMissingClasses>--> |
| 465 | +<!-- <excludeModules>--> |
| 466 | +<!-- <excludeModule>querydsl-maven-plugin</excludeModule>--> |
| 467 | +<!-- <excludeModule>querydsl-example.*</excludeModule>--> |
| 468 | +<!-- </excludeModules>--> |
| 469 | +<!-- <accessModifier>public</accessModifier>--> |
| 470 | +<!-- </parameter>--> |
| 471 | +<!-- </configuration>--> |
| 472 | +<!-- </plugin>--> |
473 | 473 | <plugin> |
474 | 474 | <groupId>org.apache.maven.plugins</groupId> |
475 | 475 | <artifactId>maven-assembly-plugin</artifactId> |
|
0 commit comments