[
https://issues.apache.org/jira/browse/MSITE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17720261#comment-17720261
]
ASF GitHub Bot commented on MSITE-965:
--------------------------------------
hboutemy commented on code in PR #152:
URL: https://github.com/apache/maven-site-plugin/pull/152#discussion_r1186750830
##########
pom.xml:
##########
@@ -507,6 +507,41 @@ under the License.
</dependency>
</dependencies>
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-plugin-report-plugin</artifactId>
+ <configuration>
+ <requirementsHistories>
+ <requirementsHistory>
+ <version>3.11.0</version>
+ <maven>3.0.5</maven>
+ <jdk>1.7</jdk>
+ </requirementsHistory>
+ <requirementsHistory>
+ <version>3.9.0</version>
+ <maven>3.0</maven>
+ <jdk>1.7</jdk>
+ </requirementsHistory>
+ <requirementsHistory>
+ <version>3.7.1</version>
+ <maven>2.2.1</maven>
+ <jdk>1.6</jdk>
+ </requirementsHistory>
+ <requirementsHistory>
+ <version>3.4</version>
+ <maven>2.2.1</maven>
+ <jdk>1.5</jdk>
+ </requirementsHistory>
+ </requirementsHistories>
+ </configuration>
Review Comment:
in fact, I wrote only the last release for each JDK x Maven to keep the list
as small as possible
> add system requirements history
> -------------------------------
>
> Key: MSITE-965
> URL: https://issues.apache.org/jira/browse/MSITE-965
> Project: Maven Site Plugin
> Issue Type: Task
> Components: documentation
> Affects Versions: 4.0.0-M8
> Reporter: Herve Boutemy
> Assignee: Herve Boutemy
> Priority: Major
> Fix For: 4.0.0-M9
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)