robertlazarski commented on PR #859: URL: https://github.com/apache/axis-axis2-java-core/pull/859#issuecomment-2674844045
@cortlepp the patch looks fine and I am about to apply - thanks for finding that issue. However, about the ant error ... I tried it out in the main pom.xml and couldn't reproduce the error. See the line numbers below - is that correct? 1117 <plugin> 1118 <artifactId>maven-dependency-plugin</artifactId> 1119 <version>3.8.1</version> 1120 <configuration> 1121 <failBuild>true</failBuild> 1122 <ignoreDirect>false</ignoreDirect> 1123 </configuration> 1124 <executions> 1125 <execution> 1126 <id>duplicate-dependency-check</id> 1127 <phase>prepare-package</phase> 1128 <goals> 1129 <goal>analyze-dep-mgt</goal> 1130 </goals> 1131 </execution> 1132 </executions> 1133 </plugin> -- 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]
