Conversation
|
💔 -1 overall
This message was automatically generated. |
3244794 to
b1f2f53
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
bf8eadb to
260a241
Compare
|
💔 -1 overall
This message was automatically generated. |
|
CC @abstractdog , can you plese review and advise on this. I believe we can upgrade the apache parent pom to 37 and cleanup some bits? Regarding memory increaese in surefire and checkstyle was done due to Memory issues observed in run 3rd run. It might be flaky!! |
| <plugin> | ||
| <groupId>com.github.spotbugs</groupId> | ||
| <artifactId>spotbugs-maven-plugin</artifactId> | ||
| <configuration> |
There was a problem hiding this comment.
As the phase was not mentioned, this plugin is not running in default phase i.e. when we run mvn clean install. We have separate profile for it and its kept in pluginManagement
| <rules> | ||
| <requireMavenVersion> | ||
| <version>[3.6.3,)</version> | ||
| <version>[3.8.7,)</version> |
There was a problem hiding this comment.
we can upgrade maven version dockerfile as an alternate as well to 3.9.0 or above
| <artifactId>checkstyle</artifactId> | ||
| <version>${checkstyle.version}</version> | ||
| <groupId>org.codehaus.plexus</groupId> | ||
| <artifactId>plexus-velocity</artifactId> |
There was a problem hiding this comment.
plexus issue was observed in checkstyle as well. please check CI run 3
| </build> | ||
| </profile> | ||
| <profile> | ||
| <id>clover</id> |
There was a problem hiding this comment.
very old profile 2015 and i don't think its of any use.
There was a problem hiding this comment.
I can see that not only clover profile is removed here, but others too, below, like sources, javadoc
I cannot recall what clover profile is for, but I would encourage you the separate this change from an apache project upgrade to keep patches clean, so on a separate ticket, the profile removal can be clearly communicated
No description provided.