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? It is an 
implementation detail after all.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to