[ https://issues.apache.org/jira/browse/ARCHETYPE-652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17803794#comment-17803794 ]
ASF GitHub Bot commented on ARCHETYPE-652: ------------------------------------------ slachiewicz commented on code in PR #158: URL: https://github.com/apache/maven-archetype/pull/158#discussion_r1443691792 ########## maven-archetype-plugin/pom.xml: ########## @@ -172,6 +172,154 @@ </dependencies> <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-report-plugin</artifactId> + <configuration> + + <requirementsHistories> + + <requirementsHistory> Review Comment: i'll fix it > document requirement history > ---------------------------- > > Key: ARCHETYPE-652 > URL: https://issues.apache.org/jira/browse/ARCHETYPE-652 > Project: Maven Archetype > Issue Type: Task > Affects Versions: 3.2.1 > Reporter: Herve Boutemy > Priority: Major > Fix For: 3.3.0 > > > required by upgrade to Java 8: people ned to know how to keep a Java 7 > compatible plugin previous release -- This message was sent by Atlassian Jira (v8.20.10#820010)