We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im' running with the following setup:
PS sdk-java> java -version openjdk version "11.0.23" 2024-04-16 LTS OpenJDK Runtime Environment Microsoft-9394293 (build 11.0.23+9-LTS) OpenJDK 64-Bit Server VM Microsoft-9394293 (build 11.0.23+9-LTS, mixed mode, sharing) PS sdk-java> mvn --version Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: C:\Program Files\apache-maven-3.9.6 Java version: 11.0.23, vendor: Microsoft, runtime: C:\Program Files\Microsoft\jdk-11.0.23.9-hotspot Default locale: fr_FR, platform encoding: Cp1252 OS name: "windows 11", version: "10.0", arch: "amd64", family: "windows" PS sdk-java>
While doing a mvn package, I have the following error:
mvn package
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar (default-jar) on project cloudevents-http-restful-ws-integration-tests-common: Error assembling JAR: Invalid automatic module name: '' -> [Help 1]
The same happens when I'm trying to package other modules (Like cloudevents-kafka-example)
cloudevents-kafka-example
The text was updated successfully, but these errors were encountered:
Fixed by #639
Sorry, something went wrong.
No branches or pull requests
Im' running with the following setup:
While doing a
mvn package
, I have the following error:The same happens when I'm trying to package other modules (Like
cloudevents-kafka-example
)The text was updated successfully, but these errors were encountered: