|
23 | 23 | <parent>
|
24 | 24 | <groupId>org.codehaus.mojo</groupId>
|
25 | 25 | <artifactId>mojo-parent</artifactId>
|
26 |
| - <version>78</version> |
| 26 | + <version>80</version> |
27 | 27 | </parent>
|
28 | 28 |
|
29 | 29 | <artifactId>jaxb2-maven-plugin</artifactId>
|
|
107 | 107 | </issueManagement>
|
108 | 108 |
|
109 | 109 | <properties>
|
110 |
| - <!-- Define Maven and JDK versions--> |
111 |
| - <mavenVersion>3.6.3</mavenVersion> |
112 |
| - <mojo.java.target>8</mojo.java.target> |
113 |
| - |
114 | 110 | <!-- Plexus component versions -->
|
115 | 111 | <plexus-compiler-api.version>2.15.0</plexus-compiler-api.version>
|
116 | 112 | <plexus-utils.version>4.0.0</plexus-utils.version>
|
|
124 | 120 |
|
125 | 121 | <!-- Test scope dependencies' versions -->
|
126 | 122 | <xmlunit.version>2.9.1</xmlunit.version>
|
127 |
| - <maven-plugin-plugin.version>3.12.0</maven-plugin-plugin.version> |
128 | 123 | <project.build.outputTimestamp>2022-04-20T23:14:54Z</project.build.outputTimestamp>
|
129 | 124 | </properties>
|
130 | 125 |
|
|
189 | 184 | <dependency>
|
190 | 185 | <groupId>org.apache.maven</groupId>
|
191 | 186 | <artifactId>maven-plugin-api</artifactId>
|
192 |
| - <version>${mavenVersion}</version> |
193 | 187 | <scope>provided</scope>
|
194 | 188 | </dependency>
|
195 | 189 | <dependency>
|
|
213 | 207 | <dependency>
|
214 | 208 | <groupId>org.apache.maven.plugin-tools</groupId>
|
215 | 209 | <artifactId>maven-plugin-annotations</artifactId>
|
216 |
| - <version>${maven-plugin-plugin.version}</version> |
217 | 210 | <scope>provided</scope>
|
218 | 211 | </dependency>
|
219 | 212 |
|
|
402 | 395 | <plugin>
|
403 | 396 | <groupId>org.apache.maven.plugins</groupId>
|
404 | 397 | <artifactId>maven-invoker-plugin</artifactId>
|
405 |
| - <version>3.6.1</version> |
406 | 398 | <configuration>
|
407 | 399 | <debug>true</debug>
|
408 | 400 | <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
|
445 | 437 | </build>
|
446 | 438 | </profile>
|
447 | 439 |
|
448 |
| - <profile> |
449 |
| - <id>reporting</id> |
450 |
| - <activation> |
451 |
| - <property> |
452 |
| - <name>skipReports</name> |
453 |
| - <value>!true</value> |
454 |
| - </property> |
455 |
| - </activation> |
456 |
| - <reporting> |
457 |
| - <plugins> |
458 |
| - <!-- Apache plugins in alphabetical order --> |
459 |
| - <plugin> |
460 |
| - <groupId>org.apache.maven.plugins</groupId> |
461 |
| - <artifactId>maven-checkstyle-plugin</artifactId> |
462 |
| - <version>${maven-checkstyle-plugin.version}</version> |
463 |
| - <configuration> |
464 |
| - <skip>true</skip> |
465 |
| - <configLocation>config/maven_checks.xml</configLocation> |
466 |
| - <headerLocation>config/maven-header.txt</headerLocation> |
467 |
| - </configuration> |
468 |
| - </plugin> |
469 |
| - </plugins> |
470 |
| - </reporting> |
471 |
| - </profile> |
472 |
| - <profile> |
473 |
| - <id>java11+</id> |
474 |
| - <activation> |
475 |
| - <jdk>[11,)</jdk> |
476 |
| - </activation> |
477 |
| - |
478 |
| - <build> |
479 |
| - <plugins> |
480 |
| - <plugin> |
481 |
| - <groupId>com.diffplug.spotless</groupId> |
482 |
| - <artifactId>spotless-maven-plugin</artifactId> |
483 |
| - </plugin> |
484 |
| - </plugins> |
485 |
| - </build> |
486 |
| - </profile> |
487 | 440 | </profiles>
|
488 | 441 | </project>
|
0 commit comments