|
28 | 28 |
|
29 | 29 | <moduleDir>.</moduleDir>
|
30 | 30 |
|
31 |
| - <project.create.sourceEncoding>UTF-8</project.create.sourceEncoding> |
| 31 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | 32 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
33 | 33 |
|
34 | 34 | <jdkVersion>1.8</jdkVersion>
|
|
259 | 259 | <value>true</value>
|
260 | 260 | </property>
|
261 | 261 | </activation>
|
262 |
| - <create> |
263 |
| - <pluginManagement> |
| 262 | + <build> |
| 263 | + <pluginManagement> |
264 | 264 | <plugins>
|
265 | 265 | <plugin>
|
266 | 266 | <groupId>org.apache.maven.plugins</groupId>
|
|
317 | 317 | </executions>
|
318 | 318 | </plugin>
|
319 | 319 | </plugins>
|
320 |
| - </create> |
| 320 | + </build> |
321 | 321 | </profile>
|
322 | 322 |
|
323 | 323 | <profile>
|
|
328 | 328 | <value>true</value>
|
329 | 329 | </property>
|
330 | 330 | </activation>
|
331 |
| - <create> |
332 |
| - <pluginManagement> |
| 331 | + <build> |
| 332 | + <pluginManagement> |
333 | 333 | <plugins>
|
334 | 334 | <!-- ======================================================= -->
|
335 | 335 | <!-- License -->
|
|
374 | 374 | </executions>
|
375 | 375 | </plugin>
|
376 | 376 | </plugins>
|
377 |
| - </create> |
| 377 | + </build> |
378 | 378 | </profile>
|
379 | 379 | <profile>
|
380 | 380 | <id>cloudbees-deployment</id>
|
|
433 | 433 | </dependency -->
|
434 | 434 | </dependencies>
|
435 | 435 |
|
436 |
| - <create> |
| 436 | + <build> |
437 | 437 |
|
438 | 438 | <defaultGoal>install</defaultGoal>
|
439 | 439 |
|
|
520 | 520 | <source>${maven.compile.sourceLevel}</source>
|
521 | 521 | <target>${maven.compile.targetLevel}</target>
|
522 | 522 | <compilerArgument>-g</compilerArgument>
|
523 |
| - <encoding>${project.create.sourceEncoding}</encoding> |
| 523 | + <encoding>${project.build.sourceEncoding}</encoding> |
524 | 524 | </configuration>
|
525 | 525 | </plugin>
|
526 | 526 | <plugin>
|
|
826 | 826 | </executions>
|
827 | 827 | </plugin -->
|
828 | 828 | </plugins>
|
829 |
| - </create> |
| 829 | + </build> |
830 | 830 |
|
831 | 831 |
|
832 | 832 | <reporting>
|
|
852 | 852 | <keywords>true</keywords>
|
853 | 853 | <linksource>true</linksource>
|
854 | 854 | <!-- overview>${basedir}/overview.html</overview -->
|
855 |
| - <source>${project.create.sourceCompilerLevel}</source> |
| 855 | + <source>${project.build.sourceCompilerLevel}</source> |
856 | 856 | <!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
|
857 | 857 | <verbose>true</verbose>
|
858 | 858 | <aggregate>true</aggregate>
|
|
893 | 893 | <version>2.4</version>
|
894 | 894 | <configuration>
|
895 | 895 | <aggregate>true</aggregate>
|
896 |
| - <encoding>${project.create.sourceEncoding}</encoding> |
| 896 | + <encoding>${project.build.sourceEncoding}</encoding> |
897 | 897 | <tagListOptions>
|
898 | 898 | <tagClasses>
|
899 | 899 | <tagClass>
|
|
951 | 951 | <format>xml</format>
|
952 | 952 | <linkXRef>true</linkXRef>
|
953 | 953 | <aggregate>true</aggregate>
|
954 |
| - <sourceEncoding>${project.create.sourceEncoding}</sourceEncoding> |
| 954 | + <sourceEncoding>${project.build.sourceEncoding}</sourceEncoding> |
955 | 955 | </configuration>
|
956 | 956 | </plugin>
|
957 | 957 | <plugin>
|
|
0 commit comments