Hi there, I get a error while compilation with maven, I am using maven version 2.0.10
here is the maven compiler config I have <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> during compile error I get it is [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/foodlab/remote/ikan/shoppingcart/package-info.java:[1,49] package annotations should be in file package-info.java d:/foodlab_feb09/mealbox/meijer/trunk/src/main/java/com/meijer/webservices/foodlab/client/package-info.java:[1,49] package annotations should be in file package-info.java I dint get much of help browsing internet, can someone help me fix this. thanks in advance -- Amar Sannaik | Senior Engineer