Re: Question about Java version range using in Maven Enforcer Plugin

2015-01-27 Thread Curtis Rueden
Hi Sandra, I discussed with my team how they interprets the range value [1.6,1.8]. They would interpret this as every Java 8 version is possible. Is this a misinterpretation of us? For the most part, the RequireMavenVersion and RequireJavaVersion rules use the standard Maven version range

Question about Java version range using in Maven Enforcer Plugin

2015-01-27 Thread Sandra Kosmalla
Hi, I want to set the RequiredJavaVersion rule in Maven Enforcer Plugin with the requirement that using Java in versions 1.6, 1.7 and 1.8 is possible (independent of update version). So I set the value [1.6,1.8] in the property version in the RequiredJavaVersion rule. If I configure Java 8 in my

Re: Question about Java version range using in Maven Enforcer Plugin

2015-01-27 Thread Sandra Kosmalla
Hi Curtis, thanks for your explanation. Your suggestion works. Regards, Sandra Am 27.01.2015 um 15:35 schrieb Curtis Rueden: Hi Sandra, I discussed with my team how they interprets the range value [1.6,1.8]. They would interpret this as every Java 8 version is possible. Is this a