I executed mvn test
[INFO] Surefire report directory
org.apache.maven.surefire.booter.SurefireExecutionException:
DoubleArrayQueueTest (wrong name: a/b/c/DoubleArrayQueueTest; nested
exception is java.lang.NoClassDefFoundError: DoubleArrayQueueTest (wrong
name:a/b/c/DoubleArrayQueueTest)
java.lang.NoClassDefFoundError: DoubleArrayQueueTest (wrong name: )
at java.lang.ClassLoader.defineClass1(Native Method)
In pom.xml
<testClassesDirectory>${TOPDIR}/a/b/c/test</testClassesDirectory>
<testSourceDirectory>${TOPDIR}/${JAVA_CLASSES_SRC}/a/b/c/test</testSourc
eDirectory>
Why this error
Am I wrong some where ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]