Skip to content

Commit e140f72

Browse files
committed
72: Create multi-release-jar
Task-Url: https://github.com/JavaMoney/jsr354-api/issues/issues/72
1 parent 3900d3e commit e140f72

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -814,38 +814,6 @@
814814
<plugin>
815815
<groupId>org.apache.maven.plugins</groupId>
816816
<artifactId>maven-compiler-plugin</artifactId>
817-
<executions>
818-
<execution>
819-
<id>default-compile</id>
820-
<configuration>
821-
<!-- compile everything to ensure module-info contains right entries -->
822-
<!-- required when JAVA_HOME is JDK 8 or below -->
823-
<jdkToolchain>
824-
<version>9</version>
825-
</jdkToolchain>
826-
<release>9</release>
827-
</configuration>
828-
</execution>
829-
<execution>
830-
<id>base-compile</id>
831-
<goals>
832-
<goal>compile</goal>
833-
</goals>
834-
<!-- recompile everything for target VM except the module-info.java -->
835-
<configuration>
836-
<excludes>
837-
<exclude>javax.money/module-info.java</exclude>
838-
</excludes>
839-
</configuration>
840-
</execution>
841-
</executions>
842-
<configuration>
843-
<source>9</source>
844-
<target>9</target>
845-
<excludes>
846-
<exclude>javax/money/module-info.java</exclude>
847-
</excludes>
848-
</configuration>
849817
</plugin>
850818
</plugins>
851819
</build>

0 commit comments

Comments
 (0)