michael-o commented on code in PR #18:
URL:
https://github.com/apache/maven-shared-incremental/pull/18#discussion_r1055778097
##########
src/main/java/org/apache/maven/shared/incremental/IncrementalBuildHelper.java:
##########
@@ -48,6 +52,13 @@
public static final String CREATED_FILES_LST_FILENAME = "createdFiles.lst";
private static final String INPUT_FILES_LST_FILENAME = "inputFiles.lst";
+ private static final String INFO_FILENAME = "info.properties";
+
+ private static final String LAST_COMPILE_SUCCESS_TIMESTAMP =
"lastCompile.success.timestamp";
+
+ private static final String LAST_TEST_COMPILE_SUCCESS_TIMESTAMP =
"lastTestCompile.success.timestamp";
Review Comment:
Sure, I neither have one. Just wanted to point out what alternatives are out
there and how it could be misunderstood.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]