这是啥问题?是找不到junit包吗?需要吗
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
1:testCompile (default-testCompile) on project maven01-model: Compilation failur
e: Compilation failure:
[ERROR] /D:/mavenwork/maven01/src/test/java/com/czy/maven01/model/HellowWorldTes
t.java:[6,8] 类HelloWorldTest是公共的, 应在名为 HelloWorldTest.java 的文件中声明
[ERROR] /D:/mavenwork/maven01/src/test/java/com/czy/maven01/model/HellowWorldTes
t.java:[10,23] 找不到符号
[ERROR] 符号: 方法 asserEquals(java.lang.String,java.lang.String)
[ERROR] 位置: 类 org.junit.Assert
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption