|
572 | 572 | https://github.com/unitsofmeasurement/unit-api/issues/220 --> |
573 | 573 | <source>8</source> |
574 | 574 | </configuration> |
575 | | - <!-- |
576 | | - <configuration> |
577 | | - <sourcepath>src/main/java;src/main/jdk9</sourcepath> |
578 | | - <detectLinks>true</detectLinks> |
579 | | - <keywords>true</keywords> |
580 | | - <linksource>true</linksource> |
581 | | - <failOnError>false</failOnError> |
582 | | - <verbose>true</verbose> |
583 | | - <tags> |
584 | | - <tag> |
585 | | - <name>apiNote</name> |
586 | | - <placement>a</placement> |
587 | | - <head>API Note:</head> |
588 | | - </tag> |
589 | | - <tag> |
590 | | - <name>implSpec</name> |
591 | | - <placement>a</placement> |
592 | | - <head>Implementation Requirements:</head> |
593 | | - </tag> |
594 | | - <tag> |
595 | | - <name>implNote</name> |
596 | | - <placement>a</placement> |
597 | | - <head>Implementation |
598 | | - Note:</head> |
599 | | - </tag> |
600 | | - <tag><name>param</name></tag> |
601 | | - <tag><name>return</name></tag> |
602 | | - <tag><name>throws</name></tag> |
603 | | - <tag><name>since</name></tag> |
604 | | - <tag><name>version</name></tag> |
605 | | - <tag><name>serialData</name></tag> |
606 | | - <tag><name>see</name></tag> |
607 | | - </tags> |
608 | | - </configuration> |
609 | | - --> |
610 | 575 | </plugin> |
611 | 576 |
|
612 | 577 | <!-- JAR packaging --> |
|
936 | 901 | JAR files --> |
937 | 902 | <build> |
938 | 903 | <plugins> |
939 | | - <!-- |
940 | | - <plugin> |
941 | | - <groupId>org.apache.maven.plugins</groupId> |
942 | | - <artifactId>maven-antrun-plugin</artifactId> |
943 | | - <executions> |
944 | | - <execution> |
945 | | - <phase>prepare-package</phase> |
946 | | - <goals> |
947 | | - <goal>run</goal> |
948 | | - </goals> |
949 | | - <configuration> |
950 | | - <target> |
951 | | - <mkdir |
952 | | - dir="${project.build.directory}/classes/META-INF/versions/${jdkOptionalVersion}" |
953 | | - /> |
954 | | - <javac |
955 | | - destdir="${project.build.directory}/classes/META-INF/versions/${jdkOptionalVersion}" |
956 | | - srcdir="${project.basedir}/src/etc/modules/format/jdk${jdkOptionalVersion}" |
957 | | - includeAntRuntime="false"> |
958 | | - <compilerarg |
959 | | - line="-release=${jdkOptionalVersion} -patch-module |
960 | | - java.measure.format=${project.build.directory}/classes" /> |
961 | | - FIXME double hyphen for -patch-module and -release |
962 | | - </javac> |
963 | | - </target> |
964 | | - </configuration> |
965 | | - </execution> |
966 | | - </executions> |
967 | | - </plugin> |
968 | | - --> |
969 | | - |
970 | 904 | <plugin> |
971 | 905 | <artifactId>maven-jar-plugin</artifactId> |
972 | 906 | <version>${maven.jar.version}</version> |
|
0 commit comments