[ https://issues.apache.org/jira/browse/MARCHETYPES-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17806503#comment-17806503 ]
ASF GitHub Bot commented on MARCHETYPES-81: ------------------------------------------- judovana commented on code in PR #27: URL: https://github.com/apache/maven-archetypes/pull/27#discussion_r1451778377 ########## maven-archetype-quickstart/src/test/resources/projects/it-java-7/archetype.properties: ########## @@ -2,4 +2,4 @@ groupId=archetype.it artifactId=java-8-quickstart version=0.1-SNAPSHOT package=it.pkg -javaCompilerVersion=1.7 +javaCompilerVersion=7 Review Comment: Thanx! > generate maven.compiler.target 8 instead of 1.8 > ----------------------------------------------- > > Key: MARCHETYPES-81 > URL: https://issues.apache.org/jira/browse/MARCHETYPES-81 > Project: Maven Archetype Bundles > Issue Type: Improvement > Affects Versions: 1.4 > Reporter: Herve Boutemy > Assignee: Herve Boutemy > Priority: Major > Fix For: 1.5 > > > target bytecode is configured as 1.x because it is an habit from old times > with JDK 1.4 > since JDK 5, javac supports 5 as an alias for 1.5: this is the same for 6, 7 > and 8 > and since 9, only 9 exists, not even 1.9 > configuring 8 instead of 1.8 gives better habit for nowadays -- This message was sent by Atlassian Jira (v8.20.10#820010)