Skip to content

Commit e9ea63e

Browse files
committed
[MPOM-260] simplify m-javadoc-p configuration
1 parent 7ca2f06 commit e9ea63e

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ under the License.
9090
<arguments />
9191
<maven.compiler.source>1.7</maven.compiler.source>
9292
<maven.compiler.target>1.7</maven.compiler.target>
93-
<surefire.version>2.22.2</surefire.version>
94-
<maven.javadoc.version>3.2.0</maven.javadoc.version>
93+
<surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
9594
<assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
9695
<!-- set this property for all derived projects:
9796
<project.build.outputTimestamp>2020-01-22T15:10:38Z</project.build.outputTimestamp>
@@ -214,10 +213,9 @@ under the License.
214213
<plugin>
215214
<groupId>org.apache.maven.plugins</groupId>
216215
<artifactId>maven-javadoc-plugin</artifactId>
217-
<version>${maven.javadoc.version}</version>
218-
<!-- due to https://issues.apache.org/jira/browse/MNG-7006 duplicate reporting configuration -->
216+
<version>3.2.0</version>
219217
<configuration>
220-
<notimestamp>true</notimestamp>
218+
<notimestamp>true</notimestamp><!-- avoid noise for svn/gitpubsub -->
221219
</configuration>
222220
</plugin>
223221
<plugin>
@@ -357,19 +355,6 @@ under the License.
357355
</plugins>
358356
</build>
359357

360-
<reporting>
361-
<plugins>
362-
<plugin>
363-
<groupId>org.apache.maven.plugins</groupId>
364-
<artifactId>maven-javadoc-plugin</artifactId>
365-
<version>${maven.javadoc.version}</version>
366-
<configuration>
367-
<notimestamp>true</notimestamp>
368-
</configuration>
369-
</plugin>
370-
</plugins>
371-
</reporting>
372-
373358
<profiles>
374359
<!-- START SNIPPET: release-profile -->
375360
<profile>

0 commit comments

Comments
 (0)