You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2020/10/11 19:16:36 UTC

[GitHub] [maven] mthmulders commented on a change in pull request #381: [MNG-6754] Set the same timestamp in multi module builds

mthmulders commented on a change in pull request #381:
URL: https://github.com/apache/maven/pull/381#discussion_r502954588



##########
File path: maven-core/src/main/java/org/apache/maven/internal/aether/DefaultRepositorySystemSessionFactory.java
##########
@@ -113,6 +113,7 @@ public DefaultRepositorySystemSession newRepositorySession( MavenExecutionReques
         Map<Object, Object> configProps = new LinkedHashMap<>();
         configProps.put( ConfigurationProperties.USER_AGENT, getUserAgent() );
         configProps.put( ConfigurationProperties.INTERACTIVE, request.isInteractiveMode() );
+        configProps.put( "maven.startTime", request.getStartTime() );

Review comment:
       Would it make sense to introduce a constant for this?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org