|
26 | 26 | <groupId>org.eclipse.ee4j</groupId> |
27 | 27 | <artifactId>project</artifactId> |
28 | 28 | <version>1.0.9</version> |
29 | | - <relativePath/> |
| 29 | + <relativePath/> |
30 | 30 | </parent> |
31 | 31 |
|
32 | 32 | <groupId>org.glassfish.corba</groupId> |
|
104 | 104 | <copyright.template>make/copyright-information/copyright.txt</copyright.template> |
105 | 105 | <copyright.update>false</copyright.update> |
106 | 106 |
|
107 | | - <jdkVersion>8</jdkVersion> |
108 | | - <maven.compiler.source>${jdkVersion}</maven.compiler.source> |
109 | | - <maven.compiler.target>${jdkVersion}</maven.compiler.target> |
| 107 | + <maven.compiler.release>11</maven.compiler.release> |
110 | 108 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
111 | 109 | <sonar.dynamicAnalysis>false</sonar.dynamicAnalysis> |
112 | 110 | <pfl-version>5.0.0</pfl-version> |
|
176 | 174 | <plugin> |
177 | 175 | <groupId>org.apache.maven.plugins</groupId> |
178 | 176 | <artifactId>maven-jar-plugin</artifactId> |
179 | | - <version>3.4.2</version> |
180 | 177 | <configuration> |
181 | 178 | <archive> |
182 | 179 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> |
|
334 | 331 | <version>3.8.0</version> |
335 | 332 | </plugin> |
336 | 333 | <plugin> |
337 | | - <groupId>org.apache.maven.plugins</groupId> |
| 334 | + <groupId>org.apache.maven.plugins</groupId> |
338 | 335 | <artifactId>maven-enforcer-plugin</artifactId> |
339 | 336 | <version>3.5.0</version> |
340 | 337 | </plugin> |
|
343 | 340 | <artifactId>maven-gpg-plugin</artifactId> |
344 | 341 | <version>3.2.7</version> |
345 | 342 | </plugin> |
346 | | - <plugin> |
| 343 | + <plugin> |
347 | 344 | <groupId>org.apache.maven.plugins</groupId> |
348 | 345 | <artifactId>maven-source-plugin</artifactId> |
349 | 346 | <version>3.3.1</version> |
|
352 | 349 | <groupId>org.apache.maven.plugins</groupId> |
353 | 350 | <artifactId>maven-javadoc-plugin</artifactId> |
354 | 351 | <version>3.11.2</version> |
355 | | - </plugin> |
| 352 | + </plugin> |
356 | 353 | <plugin> |
357 | 354 | <groupId>org.apache.maven.plugins</groupId> |
358 | 355 | <artifactId>maven-compiler-plugin</artifactId> |
|
412 | 409 | </reporting> |
413 | 410 |
|
414 | 411 | <profiles> |
415 | | - |
416 | | - <!-- ignore javadoc lint checks, enabled by default in JDK 1.8 (really want to run based on toolchain selection) --> |
417 | | - <profile> |
418 | | - <id>disable-java8-doclint</id> |
419 | | - <activation> |
420 | | - <jdk>[1.8,)</jdk> |
421 | | - </activation> |
422 | | - <properties> |
423 | | - <additionalparam>-Xdoclint:none</additionalparam> |
424 | | - </properties> |
425 | | - </profile> |
426 | | - |
427 | 412 | <profile> |
428 | 413 | <!-- include required legal artifacts in module jars --> |
429 | 414 | <id>install-legal-files</id> |
|
463 | 448 | </plugins> |
464 | 449 | </build> |
465 | 450 | </profile> |
466 | | - <profile> |
467 | | - <id>compiler-release-with-jdk9plus</id> |
468 | | - <activation> |
469 | | - <jdk>[9,)</jdk> |
470 | | - </activation> |
471 | | - <properties> |
472 | | - <maven.compiler.release>${jdkVersion}</maven.compiler.release> |
473 | | - </properties> |
474 | | - </profile> </profiles> |
| 451 | + </profiles> |
475 | 452 | </project> |
0 commit comments