Mvn package command doesn't run successfully after mvn clean command if done from command prompt?

Eclipse maven plugin also installs another copy of Maven (core). So, few of things would work differently while running maven command through eclipse VS Command line. To get away from this situation configure your eclipse to use maven installation you're expecting it to use.

Window --> Preferences --> Maven--> Installations and change the setting to point to the local copy you've downloaded.

As other posters have started to point out, you're attempting to compile code that is language level 5 (Java 5) compliant (it uses annotations), but your compiler settings are set for language level 1.3.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions