comparison content/Maven/cross-jdk-project-files.md @ 98:1d9382b0329b

Specify the syntax on markdown blocks to avoid broken output that has class=err
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 19 Dec 2019 10:04:33 +0100
parents 4cd9b65e10e4
children
comparison
equal deleted inserted replaced
97:e99db3bc53c1 98:1d9382b0329b
34 </configuration> 34 </configuration>
35 </plugin> 35 </plugin>
36 36
37 Then go and define a property in the pom (for the default value). Anyone who uses a different JDK can specify the name to use on the commandline now using 37 Then go and define a property in the pom (for the default value). Anyone who uses a different JDK can specify the name to use on the commandline now using
38 38
39 :::shell
39 mvn -Djdk=sun-jdk-1.4.2.14 eclipse:eclipse 40 mvn -Djdk=sun-jdk-1.4.2.14 eclipse:eclipse