Skip to content

Commit a393c6f

Browse files
committed
Remove commented-out configurations.
- Javadoc custom (non-standard) tags. - Ant task writing files in `classes/META-INF/`. Should not be needed because unit-api is not an implementation.
1 parent 7bb4e10 commit a393c6f

1 file changed

Lines changed: 0 additions & 66 deletions

File tree

pom.xml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -572,41 +572,6 @@
572572
https://github.com/unitsofmeasurement/unit-api/issues/220 -->
573573
<source>8</source>
574574
</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-
-->
610575
</plugin>
611576

612577
<!-- JAR packaging -->
@@ -936,37 +901,6 @@
936901
JAR files -->
937902
<build>
938903
<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-
970904
<plugin>
971905
<artifactId>maven-jar-plugin</artifactId>
972906
<version>${maven.jar.version}</version>

0 commit comments

Comments
 (0)