mvn -v
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: D:\Java\apache-maven-3.8.6
Java version: 11.0.15, vendor: Oracle Corporation, runtime: D:\Java\jdk-11.0.15
Default locale: en_US, platform encoding: Cp1251
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
< /code>
и проект, который не сбои, имеет эту часть, связанную с отказом: < /p>
org.codehaus.mojo
jaxb2-maven-plugin
${jaxb2-maven-plugin.version}
xjc-beeline
xjc
com.openpayment.provider.beeline.model
src/main/resources/schema/beeline.xsd
org.glassfish.jaxb
jaxb-xjc
${jaxb-xjc.version}
com.sun.activation
jakarta.activation
${jakarta.activation.property}
< /code>
и сбой: < /p>
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.403 s
[INFO] Finished at: 2023-04-09T19:21:09+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:jaxb2-maven-plugin:2.4:xjc (xjc-beeline) on project beeline-provider-impl: "file:\D:\m2repository\org\glassfish\jaxb\jaxb-xjc\2.3.2\jaxb-xjc-2.3.2.jar!\META-INF\versions\9" is not a valid file name: {1}: Invalid file path -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :beeline-provider-impl
< /code> и сбой: < /p> [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.403 s [INFO] Finished at: 2023-04-09T19:21:09+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.mojo:jaxb2-maven-plugin:2.4:xjc (xjc-beeline) on project beeline-provider-impl: "file:\D:\m2repository\org\glassfish\jaxb\jaxb-xjc\2.3.2\jaxb-xjc-2.3.2.jar!\META-INF\versions\9" is not a valid file name: {1}: Invalid file path -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :beeline-provider-impl [/code] Что может быть причиной неудачи?
Я обнаружил странное поведение функций log в C++ и numpy о поведении функции log, обрабатывающей сложные бесконечные числа. В частности, log(inf + inf * 1j) равен (inf + 0.785398j), хотя я ожидаю, что это будет (inf + nan * 1j).
При логарифме...
Я нахожу странное поведение функций log в C ++ и Numpy о поведении журнала Обработка функций. Сложные бесконечные числа. В частности, log (inf + inf * 1j) equals (inf + 0.785398j) , когда я ожидаю, что он будет (inf + nan * 1j) .
при получении...
Я использую Maven для создания JAR. Когда я проверяю JAR, я вижу папку maven внутри папки META-INF. Я хочу, чтобы его исключили из сборки. Мой текущий код сборки в pom.xml выглядит следующим образом: