Maven Install: "Annotations are not supported in -source 1.3"

2011-06-29T05:48:05

When running mvn install on my project, i see it fail due to the following errors:

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

My Maven dependency includes jUnit 4.8, however and has no reference to 1.3 anything.

What would cause these errors? Please advise

Copyright License:
Author:「James Raitsev」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/6513479/maven-install-annotations-are-not-supported-in-source-1-3

About “Maven Install: "Annotations are not supported in -source 1.3"” questions

Is there a way to trigger a maven install command from another maven install command? In other words, I would like to be able to execute a maven install command on a maven project (in eclipse) and I
I am at a loss to explain why I have a Maven compile fails and a Maven install succeeds on the same project. Context: running Eclipse and m2e, everything compiles in the workspace. Run configuratio...
I have big JAVA system (java 8) which includes more than 50 projects/modules. It was using maven install (Apache Maven 3.6.3). I migrate it to gradle install (version 6.5.1) as follows + manually a...
I am trying to understand a bit of internals of bazel jvm external. The bazel documentation was not clear enough for me to understand. What is the difference between the following steps. Step 1
I am trying to install and build one file using maven in Dockerfile, but getting an error mvn not found... I referred to some articles but I did not find anything can anyone please help me to why I...
I am trying to download a specific plugin (maven-dependency-plugin) to a specific local repository. Can I just add that plugin as a dependency like I would any other artifact then run mvn install?...
I am not able to install maven in Ubuntu 12.04 I tried : sudo apt-get install maven Reading package lists... Done Building dependency tree Reading state information... Done Package maven i...
Install maven in Mac using brew install maven, if you don't have Homebrew in your system you have another way to install maven in your system.
When I make maven clean/install I obtain this error : Missing: 1) org.apache.maven:maven-archiver:jar:2.0.1 Try downloading the file manually from the project website. Then, install it using the
I am new to Maven, I have to install maven plugin in eclipse. I am facing some issues in the same, as the inputs I am getting different sites are not working. I have also gone through existing post...

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.