elharo commented on code in PR #130: URL: https://github.com/apache/maven-archetype/pull/130#discussion_r1155408095
########## archetype-common/src/main/java/org/apache/maven/archetype/creator/FilesetArchetypeCreator.java: ########## @@ -1130,6 +1130,24 @@ private void createModulePom( Model pom, String rootArtifactId, File archetypeFi pom.setVersion( "${" + Constants.VERSION + "}" ); } + final String pomPackage = pomReversedProperties.getProperty( Constants.PACKAGE ); + final String varPackage = "${" + Constants.PACKAGE + "}"; + final Properties properties = pom.getProperties(); + final Properties modiedProperties = new Properties(); Review Comment: modifiedProperties -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org