When running mvn install
on my project, i see it fail due to the following errors:
C:RepositorieslahsrcestjavacomxxxqmestrunnerestATest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Test
C:RepositorieslahsrcestjavacomxxxqmcommonestBTest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Test
My Maven dependency includes jUnit 4.8
, however and has no reference to 1.3 anything.
What would cause these errors? Please advise
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…