Spotless plugin activation issue
Now the spotless plugin does not activates on main. It was moved recently under a profile that should activate for the rood dir only:
<profile>
<id>spotless</id>
<activation>
<file>
<exists>contributing</exists>
</file>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<configuration>
<pom>
...rest omitted
But even if I run explicitly mvn spotless:apply it does not reformat code. Check is not working either
that is why PRs are not catching this issue (./mvnw ${MAVEN_ARGS} spotless:check --file pom.xml )
@xstefank would you be able to take a look pls? we can also temporarily revert this.
@csviri I'll take a look, but I'm after wisdom teeth removal, so as soon as I can.
@xstefank sure no hurry, might to some temporal revert for practical reasons. thank you!!
This is fixed now, closing.