On Fri, May 14, 2010 at 4:43 PM, Vijay Shanker Dubey <[email protected]> wrote: > Hi > > I am working on a maven project to build a simple utility api. > > The same source code when build on my office win XP machine, was successful. > Now i am at home and working with same source code on CentOS machine. Here > the build process failed strangely. > > The error it reports is ideally in my points should we warning message. As > shown below. > > [ERROR] com.vsd.Provider:[12,240] The import java.util.Set is never used > > Can you please give me some idea, where can I look into? > Regards, > Vijay Shanker Dubey >
Check that you are running the latest version of maven-compiler-plugin, or at least 2.2. You might be seeing http://jira.codehaus.org/browse/MCOMPILER-118 . --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
