I am trying to build my project but everytime getting error [INFO] Internal error in the plugin manager executing goal 'org.apache.maven.plugins:maven-clean-plugin:2.5:clean': Unable to find the mojo 'org.apach e.maven.plugins:maven-clean-plugin:2.5:clean' in the plugin 'org.apache.maven.plugins:maven-clean-plugin' org/apache/maven/plugin/clean/CleanMojo (Unsupported major.minor version 49.0)
I am using java 1.4.2_16 and maven 2.0.6
I tried to build it using java 1.5 and build is successfull. But the problem is my application should be built in java 1.4 only. I dont know why it is giving error for 1.4. All classes are compiled in java 1.4 only.