We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assertj-core
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
JUnit
AssertJ
bug
missing dependency check: assertj-core
<dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency>
------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.14.0:testCompile (default-testCompile) on project maven-api-plugin: Compilation failure: Compilation failure: [ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[24,35] package org.assertj.core.api does not exist [ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[24,1] static import only from classes and interfaces [ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[74,9] cannot find symbol [ERROR] symbol: method assertThat(java.lang.String) [ERROR] location: class org.apache.maven.api.plugin.descriptor.another.ExtendedPluginDescriptorTest [ERROR] /Users/vincent.potucek/IdeaProjects/maven/api/maven-api-plugin/src/test/java/org/apache/maven/api/plugin/descriptor/another/ExtendedPluginDescriptorTest.java:[75,9] cannot find symbol [ERROR] symbol: method assertThat(java.lang.String) [ERROR] location: class org.apache.maven.api.plugin.descriptor.another.ExtendedPluginDescriptorTest [ERROR] -> [Help 1]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JUnit
asserts toAssertJ
- impl apache/maven#2307JUnit
asserts toAssertJ
- impl apache/maven#2307 (comment)bug
missing dependency check:
assertj-core
The text was updated successfully, but these errors were encountered: