Cuando se ejecuta mvn install
en mi proyecto, veo que fallan debido a los siguientes errores:Maven Instalar: "Anotaciones no se admiten en -fuente 1.3"
C:\Repositories\blah\src\test\java\com\xxx\qm\testrunner\test\ATest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Test
C:\Repositories\blah\src\test\java\com\xxx\qm\common\test\BTest.java:[11,5] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Test
Mi dependencia Maven incluye jUnit 4.8
, sin embargo, y no tiene referencia a 1.3 cualquier cosa.
¿Qué causaría estos errores? Por favor avise
¡Gracias! Muchas gracias – JAM