youzipi commented on code in PR #16993:
URL: https://github.com/apache/pulsar/pull/16993#discussion_r946510405
##########
pulsar-broker/pom.xml:
##########
@@ -425,6 +425,25 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.gaul</groupId>
+ <artifactId>modernizer-maven-plugin</artifactId>
+ <configuration>
+ <failOnViolations>false</failOnViolations>
Review Comment:
it only provides `ignore` packages, i need to list too much packages.
```
<ignorePackages>
<ignorePackage>org.apache.pulsar.client</ignorePackage>
</ignorePackages>
```
i will list packages and start migrate the multi small packages in next PR.
--
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]