@@ -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