Skip to content

Commit 9189958

Browse files
committed
[CODEC-109] Allow the build to run with Maven 2 and Maven 3 with commons-parent 17. https://issues.apache.org/jira/browse/CODEC-109
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1061356 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2e29f4c commit 9189958

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.commons</groupId>
2424
<artifactId>commons-parent</artifactId>
25-
<version>15</version>
25+
<version>17</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>commons-codec</groupId>
@@ -229,7 +229,16 @@
229229
<build>
230230
<sourceDirectory>src/java</sourceDirectory>
231231
<testSourceDirectory>src/test</testSourceDirectory>
232+
<pluginManagement>
232233
<plugins>
234+
<plugin>
235+
<groupId>org.apache.maven.plugins</groupId>
236+
<artifactId>maven-site-plugin</artifactId>
237+
<version>2.2</version>
238+
</plugin>
239+
</plugins>
240+
</pluginManagement>
241+
<plugins>
233242
<plugin>
234243
<groupId>org.apache.maven.plugins</groupId>
235244
<artifactId>maven-surefire-plugin</artifactId>
@@ -258,6 +267,11 @@
258267

259268
<reporting>
260269
<plugins>
270+
<plugin>
271+
<groupId>org.apache.maven.plugins</groupId>
272+
<artifactId>maven-project-info-reports-plugin</artifactId>
273+
<version>2.3.1</version>
274+
</plugin>
261275
<plugin>
262276
<groupId>org.apache.maven.plugins</groupId>
263277
<artifactId>maven-changes-plugin</artifactId>

0 commit comments

Comments
 (0)