|
50 | 50 | <jdkVersion>1.8</jdkVersion> |
51 | 51 | <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel> |
52 | 52 | <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel> |
53 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 53 | + <project.create.sourceEncoding>UTF-8</project.create.sourceEncoding> |
54 | 54 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
55 | 55 | <moduleDir>.</moduleDir> |
56 | 56 | <basedir>.</basedir> |
|
318 | 318 | </dependency> |
319 | 319 | </dependencies> |
320 | 320 |
|
321 | | - <build> |
| 321 | + <create> |
322 | 322 | <defaultGoal>install</defaultGoal> |
323 | 323 |
|
324 | 324 | <extensions> |
|
364 | 364 | <verbose>true</verbose> |
365 | 365 | <source>${maven.compile.sourceLevel}</source> |
366 | 366 | <target>${maven.compile.targetLevel}</target> |
367 | | - <encoding>${project.build.sourceEncoding}</encoding> |
| 367 | + <encoding>${project.create.sourceEncoding}</encoding> |
368 | 368 | </configuration> |
369 | 369 | </plugin> |
370 | 370 | <plugin> |
371 | 371 | <groupId>org.apache.maven.plugins</groupId> |
372 | 372 | <artifactId>maven-surefire-plugin</artifactId> |
373 | 373 | <configuration> |
374 | 374 | <testFailureIgnore>true</testFailureIgnore> |
375 | | - <testClassesDirectory>${build.directory}/classes</testClassesDirectory> |
376 | | - <additionalClasspathElements> |
377 | | - <additionalClasspathElement>${build.directory}/test-classes</additionalClasspathElement> |
378 | | - </additionalClasspathElements> |
| 375 | + <testClassesDirectory>${create.directory}/classes</testClassesDirectory> |
| 376 | + <additionalClasspathElements> |
| 377 | + <additionalClasspathElement>${create.directory}/test-classes</additionalClasspathElement> |
| 378 | + </additionalClasspathElements> |
379 | 379 | </configuration> |
380 | 380 | </plugin> |
381 | 381 |
|
|
411 | 411 | </executions> |
412 | 412 | </plugin> |
413 | 413 | </plugins> |
414 | | - </build> |
| 414 | + </create> |
415 | 415 |
|
416 | 416 | <profiles> |
417 | 417 | <profile> |
|
422 | 422 | <value>true</value> |
423 | 423 | </property> |
424 | 424 | </activation> |
425 | | - <build> |
| 425 | + <create> |
426 | 426 | <pluginManagement> |
427 | 427 | <plugins> |
428 | 428 | <plugin> |
|
436 | 436 | </processors> |
437 | 437 | <outputClassDirectory>${basedir}/target/classes</outputClassDirectory> |
438 | 438 | <compilerArguments> |
439 | | - -AauditXml=${basedir}/test-audit.xml -AoutputDir=${basedir}/target/coverage-report -source ${jdkVersion} -target ${jdkVersion} |
| 439 | + -AauditXml=${basedir}/test-audit.xml -AoutputDir=${basedir}/target/coverage-report |
| 440 | + -source ${jdkVersion} -target ${jdkVersion} |
440 | 441 | </compilerArguments> |
441 | 442 | </configuration> |
442 | 443 | <executions> |
|
457 | 458 | <artifactId>maven-processor-plugin</artifactId> |
458 | 459 | </plugin> |
459 | 460 | </plugins> |
460 | | - </build> |
| 461 | + </create> |
461 | 462 | </profile> |
462 | 463 | <profile> |
463 | 464 | <id>release-sign-artifacts</id> |
|
467 | 468 | <value>true</value> |
468 | 469 | </property> |
469 | 470 | </activation> |
470 | | - <build> |
| 471 | + <create> |
471 | 472 | <pluginManagement> |
472 | 473 | <plugins> |
473 | 474 | <plugin> |
|
497 | 498 | </executions> |
498 | 499 | </plugin> |
499 | 500 | </plugins> |
500 | | - </build> |
| 501 | + </create> |
501 | 502 | </profile> |
502 | 503 |
|
503 | 504 | <profile> |
|
508 | 509 | <value>true</value> |
509 | 510 | </property> |
510 | 511 | </activation> |
511 | | - <build> |
| 512 | + <create> |
512 | 513 | <pluginManagement> |
513 | 514 | <plugins> |
514 | 515 | <!-- ======================================================= --> |
|
550 | 551 | </executions> |
551 | 552 | </plugin> |
552 | 553 | </plugins> |
553 | | - </build> |
| 554 | + </create> |
554 | 555 | </profile> |
555 | 556 | </profiles> |
556 | 557 |
|
|
0 commit comments