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:46:35 UTC

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

michael-o commented on a change in pull request #381:
URL: https://github.com/apache/maven/pull/381#discussion_r502957670



##########
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:
       Very good question, likely. The question is where to put it? because it is an implementation detail.




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