Skip to content

Commit

Permalink
[MRRESOURCES-133] configure system requirements history
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 6, 2023
1 parent d9a4932 commit f1f79a1
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ under the License.
</dependencies>

<build>

<testResources>
<testResource>
<directory>src/test/resources</directory>
Expand All @@ -233,6 +232,34 @@ under the License.
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
<configuration>
<requirementsHistories>
<requirementsHistory>
<version>3.0.0</version>
<maven>3.2.5</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>1.7.0</version>
<maven>2.2.1</maven>
<jdk>1.7</jdk>
</requirementsHistory>
<requirementsHistory>
<version>1.6.0</version>
<maven>2.2.1</maven>
<jdk>1.6</jdk>
</requirementsHistory>
<requirementsHistory>
<version>1.5</version>
<maven>2.2.1</maven>
<jdk>1.5</jdk>
</requirementsHistory>
</requirementsHistories>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit f1f79a1

Please sign in to comment.