baldimir commented on code in PR #5853:
URL:
https://github.com/apache/incubator-kie-drools/pull/5853#discussion_r1574584313
##########
drools-quarkus-extension/drools-quarkus-deployment/pom.xml:
##########
@@ -178,29 +178,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <!-- Remove comments from META-INF/quarkus-javadoc.properties -->
- <!-- This is needed because the file generated by quarkus contains
a timestamp in a comment that makes the build not reproducible -->
- <!-- This workaround can be removed when drools will be migrated
to quarkus release containing this fix
https://github.com/quarkusio/quarkus/pull/38365 -->
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>3.1.1</version>
- <executions>
- <execution>
- <id>Run Script</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>java</goal>
- </goals>
- <configuration>
- <mainClass>org.drools.util.RemoveCommentsMain</mainClass>
Review Comment:
If this workaround is removed, the class RemoveCommentsMain could be removed
from the drools-util too, as I expect the workaround will be removed also from
other repositories, where used.
--
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]