porcelli commented on code in PR #5853:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5853#discussion_r1574840093


##########
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:
   just pushed the change for that



-- 
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]

Reply via email to