AlexanderAshitkin commented on a change in pull request #2:
URL:
https://github.com/apache/maven-build-cache-extension/pull/2#discussion_r788804500
##########
File path: src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java
##########
@@ -737,7 +737,7 @@ public boolean isForcedExecution( MavenProject project,
MojoExecution execution
{
return true;
}
- String alwaysRunPlugins = project.getProperties().getProperty(
"remote.cache.alwaysRunPlugins" );
+ String alwaysRunPlugins = project.getProperties().getProperty(
"maven.build.cache.alwaysRunPlugins" );
Review comment:
please extract to constant and add annotation
--
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]